Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/guiunit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Stedfast <jeff@xamarin.com>2016-04-11 21:04:05 +0300
committerJeffrey Stedfast <jeff@xamarin.com>2016-04-11 21:05:08 +0300
commit4ca8636c93566489558465ab1855cf077e8f5392 (patch)
tree8dd9670ef1f1c38508436775cdcdcdbd5f9ccc55
parentad28ae12928cce579ae2f9450291dd7648dad76b (diff)
Made XS happy with the .csproj
-rw-r--r--src/framework/GuiUnit_NET_4_5.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/framework/GuiUnit_NET_4_5.csproj b/src/framework/GuiUnit_NET_4_5.csproj
index e99b0a2..35e9b95 100644
--- a/src/framework/GuiUnit_NET_4_5.csproj
+++ b/src/framework/GuiUnit_NET_4_5.csproj
@@ -32,6 +32,8 @@
<IntermediateOutputPath>obj\$(Configuration)\net-4.5\</IntermediateOutputPath>
<SignAssembly>true</SignAssembly>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+ <ProductVersion>8.0.30703</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>