[gbrainy] Include AssemblyInfo in Monodevelop build



commit 8e7bb77e28a6eec98de8567655f057efdf81cf4a
Author: Jordi Mas <jmas softcatala org>
Date:   Thu Mar 10 21:35:07 2011 +0100

    Include AssemblyInfo in Monodevelop build

 gbrainy.csproj               |    1 +
 src/Core/Core.csproj         |    1 +
 src/Games/AssemblyInfo.cs.in |    2 +-
 src/Games/Games.csproj       |    1 +
 4 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/gbrainy.csproj b/gbrainy.csproj
index c76b27e..2819608 100644
--- a/gbrainy.csproj
+++ b/gbrainy.csproj
@@ -71,6 +71,7 @@
     <Compile Include="src\Clients\Classical\Dialogs\PdfExportDialog.cs" />
     <Compile Include="src\Clients\Classical\Widgets\GameDrawingArea.cs" />
     <Compile Include="src\Clients\Classical\Widgets\Toolbar.cs" />
+    <Compile Include="src\Clients\Classical\AssemblyInfo.cs" />
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <ItemGroup>
diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj
index d4ce4f7..8eb87ff 100644
--- a/src/Core/Core.csproj
+++ b/src/Core/Core.csproj
@@ -113,6 +113,7 @@
     <Compile Include="Services\MemoryConfiguration.cs" />
     <Compile Include="Main\GameAnswer.cs" />
     <Compile Include="Main\GameAnswerEventArgs.cs" />
+    <Compile Include="AssemblyInfo.cs" />
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <ProjectExtensions>
diff --git a/src/Games/AssemblyInfo.cs.in b/src/Games/AssemblyInfo.cs.in
index 1e33db6..3bb00d7 100644
--- a/src/Games/AssemblyInfo.cs.in
+++ b/src/Games/AssemblyInfo.cs.in
@@ -20,7 +20,7 @@
 using System.Reflection;
 
 [assembly: AssemblyVersion("@VERSION@")]
-[assembly: AssemblyTitle ("gbrainy.Core.dll")]
+[assembly: AssemblyTitle ("gbrainy.Games.dll")]
 [assembly: AssemblyCopyright ("@COPYRIGHT@")]
 [assembly: AssemblyDescription ("A brain teaser game for fun and to keep your brain trained")]
 
diff --git a/src/Games/Games.csproj b/src/Games/Games.csproj
index 8f4afc3..5d93bf2 100644
--- a/src/Games/Games.csproj
+++ b/src/Games/Games.csproj
@@ -113,6 +113,7 @@
     <Compile Include="Memory\MemoryWords.cs" />
     <Compile Include="GameList.cs" />
     <Compile Include="Logic\PuzzleRelatedNumbers.cs" />
+    <Compile Include="AssemblyInfo.cs" />
   </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\Core\Core.csproj">



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