From c075aa09c7bf98c238b37425f39daae96e5b767e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20K=C3=B6nig?= Date: Sat, 3 Dec 2022 19:16:19 +0100 Subject: [PATCH] Update Arctium.WoW.Launcher.csproj Enable code optimization for all release modes. --- src/Arctium.WoW.Launcher.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Arctium.WoW.Launcher.csproj b/src/Arctium.WoW.Launcher.csproj index 440a417..c19780b 100644 --- a/src/Arctium.WoW.Launcher.csproj +++ b/src/Arctium.WoW.Launcher.csproj @@ -17,6 +17,7 @@ enable $(DefineConstants);$(Platform) Debug;Release;ReleaseSilentMode;ReleaseCustomFiles;ReleaseCustomFilesSilentMode + True true @@ -43,6 +44,7 @@ $(DefineConstants);$(Platform);CUSTOM_FILES + False