remove DebugType build property

The 'portable' format is preferred in newer .NET versions, but it's set by default now so we don't need to override it anymore.
This commit is contained in:
Jesse Plamondon-Willard 2022-08-08 19:32:58 -04:00
parent edf2c5dbea
commit 8c58bdae6f
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@
** Set build options
**********************************************-->
<PropertyGroup>
<!-- include PDB file by default to enable line numbers in stack traces -->
<DebugType Condition="'$(DebugType)' == ''">pdbonly</DebugType>
<!-- enable line numbers in stack traces -->
<DebugSymbols>true</DebugSymbols>
<!-- don't create the 'refs' folder (which isn't useful for mods) -->