From 0d04725a1981a158ef72fb152c58cdc892687449 Mon Sep 17 00:00:00 2001 From: Ske Date: Tue, 25 Aug 2020 20:36:38 +0200 Subject: [PATCH] Include full debug symbols when building in Release mode --- PluralKit.API/PluralKit.API.csproj | 3 +++ PluralKit.Bot/PluralKit.Bot.csproj | 5 +++++ PluralKit.Core/PluralKit.Core.csproj | 5 +++++ PluralKit.Tests/PluralKit.Tests.csproj | 4 ++++ 4 files changed, 17 insertions(+) diff --git a/PluralKit.API/PluralKit.API.csproj b/PluralKit.API/PluralKit.API.csproj index d36e8fd2..9cb7c196 100644 --- a/PluralKit.API/PluralKit.API.csproj +++ b/PluralKit.API/PluralKit.API.csproj @@ -9,6 +9,9 @@ true $(NoWarn);1591 + + full + diff --git a/PluralKit.Bot/PluralKit.Bot.csproj b/PluralKit.Bot/PluralKit.Bot.csproj index d90b8da7..7a1ea186 100644 --- a/PluralKit.Bot/PluralKit.Bot.csproj +++ b/PluralKit.Bot/PluralKit.Bot.csproj @@ -5,6 +5,11 @@ netcoreapp3.1 + + true + full + + diff --git a/PluralKit.Core/PluralKit.Core.csproj b/PluralKit.Core/PluralKit.Core.csproj index 49040aa0..d848d014 100644 --- a/PluralKit.Core/PluralKit.Core.csproj +++ b/PluralKit.Core/PluralKit.Core.csproj @@ -4,6 +4,11 @@ netcoreapp3.1 + + true + full + + diff --git a/PluralKit.Tests/PluralKit.Tests.csproj b/PluralKit.Tests/PluralKit.Tests.csproj index bf30a603..d97e3685 100644 --- a/PluralKit.Tests/PluralKit.Tests.csproj +++ b/PluralKit.Tests/PluralKit.Tests.csproj @@ -6,6 +6,10 @@ false + + full + +