Sign all assemblies with my strong name key - if you compile from source, use your own!

This commit is contained in:
Michael Becker 2019-09-24 00:11:57 -04:00
parent 9c43bcc163
commit 48d5ebb25e

View File

@ -7,7 +7,10 @@
<OutputType>Library</OutputType>
<RootNamespace>MBS.Framework</RootNamespace>
<AssemblyName>MBS.Framework</AssemblyName>
<ReleaseVersion>1.0.*</ReleaseVersion>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\MichaelBecker.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>