From eebc49d295a912ba1d623b8e59c35aa23099dad9 Mon Sep 17 00:00:00 2001
From: NextTurn <45985406+NextTurn@users.noreply.github.com>
Date: Thu, 6 Dec 2018 00:00:00 +0800
Subject: [PATCH] Fix an ancient bug
---
src/Core/ServiceWrapper/winsw.csproj | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/Core/ServiceWrapper/winsw.csproj b/src/Core/ServiceWrapper/winsw.csproj
index 80c8367..4b5b92b 100644
--- a/src/Core/ServiceWrapper/winsw.csproj
+++ b/src/Core/ServiceWrapper/winsw.csproj
@@ -78,6 +78,10 @@
"$(OutDir)WinSW.exe"
+
+ $(InputAssemblies) "$(OutDir)ICSharpCode.SharpZipLib.dll"
+
+
$(NuGetPackageRoot)ilmerge\3.0.29\tools\net452\ILMerge.exe
/keyfile:"$(AssemblyOriginatorKeyFile)" /targetplatform:$(TargetPlatform) /out:$(OutputAssembly) $(InputAssemblies)