From 4b4d382730a911c3d54e2d4506dc8068ff69a398 Mon Sep 17 00:00:00 2001
From: NextTurn <45985406+NextTurn@users.noreply.github.com>
Date: Mon, 31 Aug 2020 00:00:00 +0800
Subject: [PATCH] Enable member-level trimming
---
src/WinSW/WinSW.csproj | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/WinSW/WinSW.csproj b/src/WinSW/WinSW.csproj
index 4c544dd..0ff7ba0 100644
--- a/src/WinSW/WinSW.csproj
+++ b/src/WinSW/WinSW.csproj
@@ -7,6 +7,7 @@
enable
true
true
+ Link
Windows Service Wrapper
Allows arbitrary process to run as a Windows service by wrapping it.