diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-08 19:46:01 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-08 19:46:01 -0400 |
commit | e7b93e2ec2915f8124072add26eb799b74834743 (patch) | |
tree | fcf93322f03f4511e0d54b596b5230a01717b80b /src/SMAPI.ModBuildConfig | |
parent | ab34b6142dcd04e629012a1c30d37bc9c7e5df5e (diff) | |
parent | 8c58bdae6f10dfb55d44f900480059f495d5f37e (diff) | |
download | SMAPI-e7b93e2ec2915f8124072add26eb799b74834743.tar.gz SMAPI-e7b93e2ec2915f8124072add26eb799b74834743.tar.bz2 SMAPI-e7b93e2ec2915f8124072add26eb799b74834743.zip |
Merge pull request #867 from lanturnalis/develop
Add condition to DebugType to allow for overriding
Diffstat (limited to 'src/SMAPI.ModBuildConfig')
-rw-r--r-- | src/SMAPI.ModBuildConfig/build/smapi.targets | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/SMAPI.ModBuildConfig/build/smapi.targets b/src/SMAPI.ModBuildConfig/build/smapi.targets index b66ec27b..12619439 100644 --- a/src/SMAPI.ModBuildConfig/build/smapi.targets +++ b/src/SMAPI.ModBuildConfig/build/smapi.targets @@ -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) --> |