[Java.Interop, Java.Interop.Dynamic, Java.Interop.Export] Sign assemblies (#32)
Sign the Java.Interop, Java.Interop.Dynamic, and Java.Interop.Export assemblies with the Xamarin.Android public key, so that xamarin-android's Mono.Android.dll build can also be strong-named.
This commit is contained in:
Родитель
86fd3e996c
Коммит
782f34aa54
Двоичный файл не отображается.
|
@ -12,6 +12,8 @@
|
|||
<AssemblyName>Java.Interop.Dynamic</AssemblyName>
|
||||
<TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<AssemblyOriginatorKeyFile>..\..\product.snk</AssemblyOriginatorKeyFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
|
|
@ -12,6 +12,8 @@
|
|||
<AssemblyName>Java.Interop.Export</AssemblyName>
|
||||
<TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<AssemblyOriginatorKeyFile>..\..\product.snk</AssemblyOriginatorKeyFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
<TargetFrameworkProfile>Profile111</TargetFrameworkProfile>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<NoWarn>1591</NoWarn>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<AssemblyOriginatorKeyFile>..\..\product.snk</AssemblyOriginatorKeyFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
@ -47,8 +49,6 @@
|
|||
<ConsolePause>false</ConsolePause>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<JNIEnvGenPath>..\..\bin\BuildDebug</JNIEnvGenPath>
|
||||
<SignAssembly>True</SignAssembly>
|
||||
<DelaySign>True</DelaySign>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'XAIntegrationRelease|AnyCPU' ">
|
||||
<Optimize>True</Optimize>
|
||||
|
@ -59,8 +59,6 @@
|
|||
<ConsolePause>false</ConsolePause>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<JNIEnvGenPath>..\..\bin\BuildDebug</JNIEnvGenPath>
|
||||
<SignAssembly>True</SignAssembly>
|
||||
<DelaySign>True</DelaySign>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче