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:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2013-10-25 23:39:40 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2013-10-25 23:39:40 +0400
commit55f1f48ab46fe8728beb0bb58118689d26a6452c (patch)
treee729aa3ce56dc384fb994e4e5e816ce31ee521aa
parentef0578ae17d5efa48aea3a6a28a7a1578201161b (diff)
Disable assembly signing, .NET 4.5.1 doesn't like the keyfile
-rw-r--r--src/framework/GuiUnit_NET_4_0.csproj1
-rw-r--r--src/framework/GuiUnit_NET_4_5.csproj1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/framework/GuiUnit_NET_4_0.csproj b/src/framework/GuiUnit_NET_4_0.csproj
index 2921274..c358dff 100644
--- a/src/framework/GuiUnit_NET_4_0.csproj
+++ b/src/framework/GuiUnit_NET_4_0.csproj
@@ -32,7 +32,6 @@
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
<IntermediateOutputPath>obj\$(Configuration)\net-4.5\</IntermediateOutputPath>
- <SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
diff --git a/src/framework/GuiUnit_NET_4_5.csproj b/src/framework/GuiUnit_NET_4_5.csproj
index 2bad514..3d89725 100644
--- a/src/framework/GuiUnit_NET_4_5.csproj
+++ b/src/framework/GuiUnit_NET_4_5.csproj
@@ -32,7 +32,6 @@
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
<IntermediateOutputPath>obj\$(Configuration)\net-4.5\</IntermediateOutputPath>
- <SignAssembly>true</SignAssembly>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">