[gbrainy] Fix monodevelop build



commit 7fbb530b64de6b9442fbd8ef54d9f92277ab9ebd
Author: Jordi Mas <jmas softcatala org>
Date:   Sun Nov 4 00:54:10 2012 +0100

    Fix monodevelop build

 src/Games/Games.csproj |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/Games/Games.csproj b/src/Games/Games.csproj
index 5af29fa..679bc9d 100644
--- a/src/Games/Games.csproj
+++ b/src/Games/Games.csproj
@@ -110,6 +110,9 @@
     <Compile Include="GameList.cs" />
     <Compile Include="Logic\PuzzleRelatedNumbers.cs" />
     <Compile Include="AssemblyInfo.cs" />
+    <Compile Include="Logic\PuzzleFindTheNumber.cs" />
+    <Compile Include="Calculation\CalculationConsecutiveSum.cs" />
+    <Compile Include="Calculation\CalculationSelectedNumbers.cs" />
   </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\Core\Core.csproj">
@@ -152,7 +155,7 @@
     </EmbeddedResource>
     <EmbeddedResource Include="..\..\data\game-graphics\people_table.svg">
       <Link>Resources\people_table.svg</Link>
-      <LogicalName>people_table.svg</LogicalName> 
+      <LogicalName>people_table.svg</LogicalName>
     </EmbeddedResource>
   </ItemGroup>
 </Project>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]