[gbrainy] Fixes Web client build from Monodevelop



commit c2ce3f20e801f3943fbd84766cfa9804071511d2
Author: Jordi Mas <jmas softcatala org>
Date:   Sat Jul 23 15:13:48 2011 +0200

    Fixes Web client build from Monodevelop

 src/Clients/WebForms/GameImageAreaShape.cs    |    2 +-
 src/Games/Calculation/CalculationFractions.cs |    1 -
 src/Games/Games.csproj                        |    1 +
 3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Clients/WebForms/GameImageAreaShape.cs b/src/Clients/WebForms/GameImageAreaShape.cs
index cee7b2a..6e96924 100644
--- a/src/Clients/WebForms/GameImageAreaShape.cs
+++ b/src/Clients/WebForms/GameImageAreaShape.cs
@@ -27,7 +27,7 @@ namespace gbrainy.Clients.WebForms
 		public string Coords {set; get; }
 		public int ID {set; get; }
 		
-		public GameImageAreaShape (string coords, string url, int id)
+		public GameImageAreaShape (string coords, string url, int id) : this ()
 		{
 			Coords = coords;
 			Url = url;
diff --git a/src/Games/Calculation/CalculationFractions.cs b/src/Games/Calculation/CalculationFractions.cs
index 28420c7..c0343b8 100644
--- a/src/Games/Calculation/CalculationFractions.cs
+++ b/src/Games/Calculation/CalculationFractions.cs
@@ -175,7 +175,6 @@ namespace gbrainy.Games.Calculation
 			{
 				if (n%a == 0 && n%b == 0)
 					return n;
-
 			}
 		}
 
diff --git a/src/Games/Games.csproj b/src/Games/Games.csproj
index dd74243..73bdfab 100644
--- a/src/Games/Games.csproj
+++ b/src/Games/Games.csproj
@@ -32,6 +32,7 @@
     <Reference Include="System" />
     <Reference Include="Mono.Posix" />
     <Reference Include="Mono.Cairo" />
+    <Reference Include="System.Core" />
   </ItemGroup>
   <ItemGroup>
     <Folder Include="Logic\" />



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