Include full debug symbols when building in Release mode

This commit is contained in:
Ske
2020-08-25 20:36:38 +02:00
parent 2206185d55
commit 0d04725a19
4 changed files with 17 additions and 0 deletions

View File

@@ -5,6 +5,11 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\PluralKit.Core\PluralKit.Core.csproj" />
</ItemGroup>