[longomatch] Use the common assembly info in the Migration assembly too
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Use the common assembly info in the Migration assembly too
- Date: Tue, 31 Mar 2015 17:33:24 +0000 (UTC)
commit b3b319558d89e088d28dc32040982cd3ee160a5e
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Mar 24 16:54:14 2015 +0100
Use the common assembly info in the Migration assembly too
LongoMatch.Migration/LongoMatch.Migration.csproj | 4 +++-
LongoMatch.Migration/Makefile.am | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/LongoMatch.Migration/LongoMatch.Migration.csproj
b/LongoMatch.Migration/LongoMatch.Migration.csproj
index 2132e93..f8c6b0c 100644
--- a/LongoMatch.Migration/LongoMatch.Migration.csproj
+++ b/LongoMatch.Migration/LongoMatch.Migration.csproj
@@ -96,7 +96,6 @@
<Compile Include="MainWindow.cs" />
<Compile Include="gtk-gui\MainWindow.cs" />
<Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Core\Category.cs" />
<Compile Include="Core\Player.cs" />
<Compile Include="Core\ProjectDescription.cs" />
@@ -136,6 +135,9 @@
<Compile Include="Core\Templates\SubCategoryTemplate.cs" />
<Compile Include="Converter.cs" />
<Compile Include="DataBase.cs" />
+ <Compile Include="..\AssemblyInfo\AssemblyInfo.cs">
+ <Link>AssemblyInfo.cs</Link>
+ </Compile>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
diff --git a/LongoMatch.Migration/Makefile.am b/LongoMatch.Migration/Makefile.am
index 047f023..8b2ab51 100644
--- a/LongoMatch.Migration/Makefile.am
+++ b/LongoMatch.Migration/Makefile.am
@@ -5,7 +5,8 @@ BUILD_DIR = bin/migration
LINK = $(REF_DEP_LONGOMATCH_MIGRATION)
-SOURCES = Common/Color.cs \
+SOURCES = ../AssemblyInfo/AssemblyInfo.cs \
+ Common/Color.cs \
Common/Config.cs \
Common/ConsoleCrayon.cs \
Common/Constants.cs \
@@ -46,7 +47,6 @@ SOURCES = Common/Color.cs \
DataBase.cs \
MainWindow.cs \
Program.cs \
- Properties/AssemblyInfo.cs \
gtk-gui/MainWindow.cs \
gtk-gui/generated.cs
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]