fix missing PDB file

This commit is contained in:
Jesse Plamondon-Willard 2019-06-16 14:10:09 -04:00
parent d3209b17de
commit 7ecbbb1b70
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
1 changed files with 6 additions and 0 deletions

View File

@ -140,6 +140,12 @@
<Copy SourceFiles="$(TargetDir)\$(TargetName).xml" DestinationFolder="$(GamePath)\smapi-internal" /> <Copy SourceFiles="$(TargetDir)\$(TargetName).xml" DestinationFolder="$(GamePath)\smapi-internal" />
</Target> </Target>
<!-- common build settings -->
<PropertyGroup>
<DebugType>pdbonly</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<!-- launch SMAPI through Visual Studio --> <!-- launch SMAPI through Visual Studio -->
<PropertyGroup> <PropertyGroup>
<StartAction>Program</StartAction> <StartAction>Program</StartAction>