Disable assembly signing by default

Note that this may break ZuneShell.dll from being a solo drop-in replacement in the real software
This commit is contained in:
Yoshi Askharoun
2022-12-20 01:59:44 -06:00
parent 3424f31356
commit 2744caaa82
+1 -1
View File
@@ -11,7 +11,7 @@
<TargetFrameworks>netstandard2.0;net35;net40;net6.0;net6.0-windows</TargetFrameworks>
<Platforms>x64;x86</Platforms>
<SignAssembly>True</SignAssembly>
<SignAssembly>False</SignAssembly>
<AssemblyOriginatorKeyFile>$(SolutionDir)\libs\MicrosoftIris\36MSApp1024.snk</AssemblyOriginatorKeyFile>
<DelaySign>True</DelaySign>