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:
authorAlan McGovern <alan@xamarin.com>2013-10-27 10:41:28 +0400
committerAlan McGovern <alan@xamarin.com>2013-10-27 10:46:00 +0400
commit3de2256e39187d0975dae8c948c0e981e0cdd0ce (patch)
tree4287caa4362566c97e376e965ce7e17f7e4e2acd
parent05e006597ceb366b9d84c95b88647dc275ddd32e (diff)
Revert "Disable assembly signing, .NET 4.5.1 doesn't like the keyfile"
This reverts commit 55f1f48ab46fe8728beb0bb58118689d26a6452c. Our test assemblies are signed and so need gui-unit signed in order to build. Whatever the issue with .NET 4.5.1 is, we'll have to solve it a differnet way.
-rw-r--r--src/framework/GuiUnit_NET_4_0.csproj1
-rw-r--r--src/framework/GuiUnit_NET_4_5.csproj1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/framework/GuiUnit_NET_4_0.csproj b/src/framework/GuiUnit_NET_4_0.csproj
index c358dff..2921274 100644
--- a/src/framework/GuiUnit_NET_4_0.csproj
+++ b/src/framework/GuiUnit_NET_4_0.csproj
@@ -32,6 +32,7 @@
<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 3d89725..2bad514 100644
--- a/src/framework/GuiUnit_NET_4_5.csproj
+++ b/src/framework/GuiUnit_NET_4_5.csproj
@@ -32,6 +32,7 @@
<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' ">