Merge pull request #867 from lanturnalis/develop
Add condition to DebugType to allow for overriding
This commit is contained in:
commit
e7b93e2ec2
|
@ -8,8 +8,7 @@
|
||||||
** Set build options
|
** Set build options
|
||||||
**********************************************-->
|
**********************************************-->
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- include PDB file by default to enable line numbers in stack traces -->
|
<!-- enable line numbers in stack traces -->
|
||||||
<DebugType>pdbonly</DebugType>
|
|
||||||
<DebugSymbols>true</DebugSymbols>
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
|
||||||
<!-- don't create the 'refs' folder (which isn't useful for mods) -->
|
<!-- don't create the 'refs' folder (which isn't useful for mods) -->
|
||||||
|
|
Loading…
Reference in New Issue