Added real SNK signing

This commit is contained in:
Yoshi Askharoun
2022-06-02 18:40:47 -05:00
parent 4038c8fb81
commit dd68f79b31
3 changed files with 4 additions and 3 deletions
BIN
View File
Binary file not shown.
+2
View File
@@ -7,6 +7,8 @@
<AssemblyName>UIX.RenderApi</AssemblyName> <AssemblyName>UIX.RenderApi</AssemblyName>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<LangVersion>9</LangVersion> <LangVersion>9</LangVersion>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>D:\Repos\ZuneDev\MicrosoftIris\36MSApp1024.snk</AssemblyOriginatorKeyFile>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+2 -3
View File
@@ -41,11 +41,10 @@
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<SignAssembly>false</SignAssembly> <SignAssembly>true</SignAssembly>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<AssemblyOriginatorKeyFile> <AssemblyOriginatorKeyFile>..\36MSApp1024.snk</AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>