[longomatch/redesign2: 56/140] Fix makefile and monodevelop project
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/redesign2: 56/140] Fix makefile and monodevelop project
- Date: Tue, 24 May 2011 22:00:49 +0000 (UTC)
commit 10e39343af11ae976c643a40f159eeea44ed15b2
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Sat Jan 29 16:43:50 2011 +0100
Fix makefile and monodevelop project
LongoMatch/LongoMatch.mdp | 4 ++--
LongoMatch/Makefile.am | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/LongoMatch/LongoMatch.mdp b/LongoMatch/LongoMatch.mdp
index 0616564..46aaeff 100644
--- a/LongoMatch/LongoMatch.mdp
+++ b/LongoMatch/LongoMatch.mdp
@@ -195,12 +195,12 @@
<File subtype="Directory" buildaction="Compile" name="Time" />
<File subtype="Code" buildaction="Compile" name="Store/TimeNode.cs" />
<File subtype="Directory" buildaction="Compile" name="Time" />
- <File subtype="Code" buildaction="Compile" name="Store/Templates/CategoriesTemplate.cs" />
<File subtype="Code" buildaction="Compile" name="Store/Templates/TeamTemplate.cs" />
<File subtype="Code" buildaction="Compile" name="IO/XMLReader.cs" />
<File subtype="Code" buildaction="Compile" name="Common/SerializableObject.cs" />
<File subtype="Code" buildaction="Compile" name="Store/SubCategory.cs" />
- <File subtype="Code" buildaction="Compile" name="Store/Templates/SubCategoriesTemplates.cs" />
+ <File subtype="Code" buildaction="Compile" name="Store/Templates/SubCategoriesTemplate.cs" />
+ <File subtype="Code" buildaction="Compile" name="Store/Templates/CategoriesTemplate.cs" />
</Contents>
<References>
<ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
diff --git a/LongoMatch/Makefile.am b/LongoMatch/Makefile.am
index ce4b677..90a5cb5 100644
--- a/LongoMatch/Makefile.am
+++ b/LongoMatch/Makefile.am
@@ -186,6 +186,7 @@ FILES = \
Playlist/IPlayList.cs \
Playlist/PlayList.cs \
Store/Category.cs \
+ Store/SubCategory.cs \
Store/Drawing.cs \
Store/DrawingsList.cs \
Store/HotKey.cs \
@@ -199,7 +200,7 @@ FILES = \
Store/Time.cs \
Store/TimeNode.cs \
Store/Templates/CategoriesTemplate.cs \
- Store/Templates/TagsTemplate.cs \
+ Store/Templates/SubCategoriesTemplate.cs \
Store/Templates/TeamTemplate.cs \
Updates/Updater.cs \
Updates/XmlUpdateParser.cs \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]