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:
parent
edf2c5dbea
commit
8c58bdae6f
|
@ -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) -->
|
||||
|
|
Loading…
Reference in New Issue