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:30 -04:00
parent 4e31a99662
commit 4912b59a8e
4 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,8 @@
<OutputType>Exe</OutputType>
<RootNamespace>UniversalEditor.ConsoleApplication</RootNamespace>
<AssemblyName>ue</AssemblyName>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\..\..\MichaelBecker.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View File

@ -12,6 +12,8 @@
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\..\..\MichaelBecker.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>

View File

@ -8,6 +8,8 @@
<RootNamespace>UniversalEditor.TestProject</RootNamespace>
<AssemblyName>UniversalEditor.TestProject</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\..\..\MichaelBecker.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View File

@ -7,6 +7,8 @@
<OutputType>Library</OutputType>
<RootNamespace>UniversalEditor.Printing</RootNamespace>
<AssemblyName>UniversalEditor.Printing</AssemblyName>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\..\..\MichaelBecker.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>