[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:
Jonathan Pryor 2016-05-10 10:50:48 -04:00 коммит произвёл Dean Ellis
Родитель 86fd3e996c
Коммит 782f34aa54
4 изменённых файлов: 6 добавлений и 4 удалений

Двоичные данные
product.snk Normal file

Двоичный файл не отображается.

Просмотреть файл

@ -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" />