Remove signing

This commit is contained in:
2018-02-06 19:39:19 -05:00
parent c944a5ce18
commit fdb39caff7
3 changed files with 7 additions and 3 deletions

View File

@@ -64,8 +64,9 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>ChrisKaczor.pfx</AssemblyOriginatorKeyFile>
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
@@ -164,7 +165,7 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<None Include="ChrisKaczor.pfx" />
<Content Include=".gitignore" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.