summary refs log tree commit diff
path: root/crypto/BouncyCastle.Android.csproj
diff options
context:
space:
mode:
authorJeffrey Stedfast <jeff@xamarin.com>2015-06-26 21:02:15 -0400
committerJeffrey Stedfast <jeff@xamarin.com>2015-06-26 21:02:15 -0400
commitdffff172063680043e110e4567e910774be35dd6 (patch)
tree116b8a65c5e85d293847394cf0580b9f00f1607f /crypto/BouncyCastle.Android.csproj
parentReverted earlier change made to .gitattributes (diff)
downloadBouncyCastle.NET-ed25519-dffff172063680043e110e4567e910774be35dd6.tar.xz
Strong-name the assemblies in the newer way
Diffstat (limited to 'crypto/BouncyCastle.Android.csproj')
-rw-r--r--crypto/BouncyCastle.Android.csproj10
1 files changed, 8 insertions, 2 deletions
diff --git a/crypto/BouncyCastle.Android.csproj b/crypto/BouncyCastle.Android.csproj
index 1c2f3e6ac..a2a4d5a71 100644
--- a/crypto/BouncyCastle.Android.csproj
+++ b/crypto/BouncyCastle.Android.csproj
@@ -21,7 +21,7 @@
     <Optimize>false</Optimize>
     <OutputPath>bin\Debug\lib\MonoAndroid</OutputPath>
     <IntermediateOutputPath>obj\Debug\lib\MonoAndroid</IntermediateOutputPath>
-    <DefineConstants>DEBUG;TRACE;INCLUDE_IDEA;STRONG_NAME;__MOBILE__;__ANDROID__;</DefineConstants>
+    <DefineConstants>DEBUG;TRACE;INCLUDE_IDEA;__MOBILE__;__ANDROID__;</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <AndroidLinkMode>None</AndroidLinkMode>
@@ -32,12 +32,18 @@
     <Optimize>true</Optimize>
     <OutputPath>bin\Release\lib\MonoAndroid</OutputPath>
     <IntermediateOutputPath>obj\Release\lib\MonoAndroid</IntermediateOutputPath>
-    <DefineConstants>TRACE;INCLUDE_IDEA;STRONG_NAME;__MOBILE__;__ANDROID__;</DefineConstants>
+    <DefineConstants>TRACE;INCLUDE_IDEA;__MOBILE__;__ANDROID__;</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <ConsolePause>false</ConsolePause>
     <AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
   </PropertyGroup>
+  <PropertyGroup>
+    <SignAssembly>true</SignAssembly>
+  </PropertyGroup>
+  <PropertyGroup>
+    <AssemblyOriginatorKeyFile>..\BouncyCastle.snk</AssemblyOriginatorKeyFile>
+  </PropertyGroup>
   <ItemGroup>
     <Reference Include="System" />
     <Reference Include="System.Xml" />