[longomatch] Fix references and make it build with Xamarin Studio on OSX (no MSBUILD)
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix references and make it build with Xamarin Studio on OSX (no MSBUILD)
- Date: Wed, 24 Sep 2014 20:29:32 +0000 (UTC)
commit 1e997a07c3f980a919025c8d97b6c250cc03502a
Author: Julien Moutte <julien fluendo com>
Date: Thu Sep 11 12:04:00 2014 -0700
Fix references and make it build with Xamarin Studio on OSX (no MSBUILD)
LongoMatch.Core/LongoMatch.Core.csproj | 14 ++++----------
LongoMatch.Migration/LongoMatch.Migration.csproj | 18 ++++--------------
LongoMatch/LongoMatchGtk.csproj | 19 +++++--------------
3 files changed, 13 insertions(+), 38 deletions(-)
---
diff --git a/LongoMatch.Core/LongoMatch.Core.csproj b/LongoMatch.Core/LongoMatch.Core.csproj
index 4ddee7b..77e1e3b 100644
--- a/LongoMatch.Core/LongoMatch.Core.csproj
+++ b/LongoMatch.Core/LongoMatch.Core.csproj
@@ -3,12 +3,11 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>12.0.0</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{B70912B2-7ED5-450E-97BD-45A3D45A0358}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>LongoMatch.Core</RootNamespace>
<AssemblyName>LongoMatch.Core</AssemblyName>
+ <UseMSBuildEngine>False</UseMSBuildEngine>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -144,15 +143,10 @@
<Reference Include="System.Core" />
<Reference Include="System.Xml" />
<Reference Include="Mono.Posix" />
- <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
- <Package>gtk-sharp-2.0</Package>
- </Reference>
- <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
- <Package>gtk-sharp-2.0</Package>
- </Reference>
+ <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="System.Drawing" />
- <Reference Include="Newtonsoft.Json, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b9a188c8922137c6">
- <Private>False</Private>
+ <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=b9a188c8922137c6">
<Package>newtonsoft-json</Package>
</Reference>
</ItemGroup>
diff --git a/LongoMatch.Migration/LongoMatch.Migration.csproj
b/LongoMatch.Migration/LongoMatch.Migration.csproj
index bcd5885..8df3f24 100644
--- a/LongoMatch.Migration/LongoMatch.Migration.csproj
+++ b/LongoMatch.Migration/LongoMatch.Migration.csproj
@@ -3,12 +3,11 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>12.0.0</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{4D20F396-53C0-4298-9121-9F68C101CCAB}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>LongoMatch.Migration</RootNamespace>
<AssemblyName>LongoMatch</AssemblyName>
+ <UseMSBuildEngine>False</UseMSBuildEngine>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -30,39 +29,30 @@
<Reference Include="System" />
<Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<SpecificVersion>False</SpecificVersion>
- <Package>gtk-sharp-2.0</Package>
</Reference>
<Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<SpecificVersion>False</SpecificVersion>
- <Package>gtk-sharp-2.0</Package>
</Reference>
<Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<SpecificVersion>False</SpecificVersion>
- <Package>glib-sharp-2.0</Package>
</Reference>
<Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<SpecificVersion>False</SpecificVersion>
- <Package>gtk-sharp-2.0</Package>
</Reference>
<Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<SpecificVersion>False</SpecificVersion>
- <Package>gtk-sharp-2.0</Package>
</Reference>
<Reference Include="Mono.Posix" />
- <Reference Include="Newtonsoft.Json, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b9a188c8922137c6">
- <Private>False</Private>
- <Package>newtonsoft-json</Package>
- </Reference>
<Reference Include="System.Core" />
<Reference Include="System.Xml" />
<Reference Include="Db4objects.Db4o, Version=8.0.184.15484, Culture=neutral,
PublicKeyToken=6199cd4f203aa8eb">
- <Private>False</Private>
<Package>db4o</Package>
</Reference>
<Reference Include="System.Drawing" />
- <Reference Include="nunit.framework, Version=2.6.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
- <Private>False</Private>
+ <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=b9a188c8922137c6">
+ <Package>newtonsoft-json</Package>
</Reference>
+ <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77"
/>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="gtk-gui\gui.stetic">
diff --git a/LongoMatch/LongoMatchGtk.csproj b/LongoMatch/LongoMatchGtk.csproj
index 47d247f..d746f33 100644
--- a/LongoMatch/LongoMatchGtk.csproj
+++ b/LongoMatch/LongoMatchGtk.csproj
@@ -3,8 +3,6 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>12.0.0</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{55C6DAC1-C4BF-4350-9F58-AB39E92BE298}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>LongoMatch</RootNamespace>
@@ -18,7 +16,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<EnvironmentVariables>
- <EnvironmentVariables xmlns="">
+ <EnvironmentVariables>
<Variable name="LGM_DEBUG" value="3" />
<Variable name="LGM_UNINSTALLED" value="1" />
</EnvironmentVariables>
@@ -32,7 +30,7 @@
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<EnvironmentVariables>
- <EnvironmentVariables xmlns="">
+ <EnvironmentVariables>
<Variable name="LGM_DEBUG" value="3" />
</EnvironmentVariables>
</EnvironmentVariables>
@@ -42,17 +40,10 @@
<Compile Include="AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
- <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
- <Package>glib-sharp-2.0</Package>
- </Reference>
- <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
- <Package>gtk-sharp-2.0</Package>
- </Reference>
+ <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="Mono.Posix" />
- <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
- <Private>False</Private>
- <Package>gtk-sharp-2.0</Package>
- </Reference>
+ <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LongoMatch.Services\LongoMatch.Services.csproj">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]