fix missing PDB file
This commit is contained in:
parent
d3209b17de
commit
7ecbbb1b70
|
@ -140,6 +140,12 @@
|
|||
<Copy SourceFiles="$(TargetDir)\$(TargetName).xml" DestinationFolder="$(GamePath)\smapi-internal" />
|
||||
</Target>
|
||||
|
||||
<!-- common build settings -->
|
||||
<PropertyGroup>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- launch SMAPI through Visual Studio -->
|
||||
<PropertyGroup>
|
||||
<StartAction>Program</StartAction>
|
||||
|
|
Loading…
Reference in New Issue