From c31155738e6b2c6e87066a03c7f805fa9d5520f2 Mon Sep 17 00:00:00 2001 From: chylex Date: Sat, 19 Mar 2022 21:50:45 +0100 Subject: [PATCH] Disable debug symbols for Utils project in Release configuration --- app/Utils/Utils.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/Utils/Utils.csproj b/app/Utils/Utils.csproj index e0e3c4d..60f260e 100644 --- a/app/Utils/Utils.csproj +++ b/app/Utils/Utils.csproj @@ -12,6 +12,10 @@ false false + + true + none +