Merge pull request #867 from lanturnalis/develop

Add condition to DebugType to allow for overriding
This commit is contained in:
Jesse Plamondon-Willard 2022-08-08 19:46:01 -04:00
commit e7b93e2ec2
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>pdbonly</DebugType>
<!-- enable line numbers in stack traces -->
<DebugSymbols>true</DebugSymbols>
<!-- don't create the 'refs' folder (which isn't useful for mods) -->