From 2744caaa821a5f040999ac29944d3b72c6e15d9f Mon Sep 17 00:00:00 2001 From: Yoshi Askharoun Date: Tue, 20 Dec 2022 01:59:44 -0600 Subject: [PATCH] Disable assembly signing by default Note that this may break ZuneShell.dll from being a solo drop-in replacement in the real software --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index f720be4..1a012f6 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -11,7 +11,7 @@ netstandard2.0;net35;net40;net6.0;net6.0-windows x64;x86 - True + False $(SolutionDir)\libs\MicrosoftIris\36MSApp1024.snk True