#158 add strong naming to the solution

This commit is contained in:
Eliot Jones
2020-04-04 16:59:51 +01:00
parent 7f1bf094bc
commit 9abe9f4b2f
11 changed files with 46 additions and 8 deletions

View File

@@ -6,6 +6,8 @@
<IsPackable>false</IsPackable>
<DebugType>full</DebugType>
<LangVersion>latest</LangVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\pdfpig.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>