diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-14 19:17:21 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-14 19:17:21 -0400 |
commit | 4d9384b8288fa5dcd36a9c8cbd66574a2896605f (patch) | |
tree | 7e5b5cab7975a1b44c82db7d52b8ff3f06769bd0 /build | |
parent | d813c4e2c8522584beaf1432725b4cdd2cc251b5 (diff) | |
download | SMAPI-4d9384b8288fa5dcd36a9c8cbd66574a2896605f.tar.gz SMAPI-4d9384b8288fa5dcd36a9c8cbd66574a2896605f.tar.bz2 SMAPI-4d9384b8288fa5dcd36a9c8cbd66574a2896605f.zip |
switch SMAPI to portable PDB format
Diffstat (limited to 'build')
-rw-r--r-- | build/common.targets | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/common.targets b/build/common.targets index 230bef41..026b56df 100644 --- a/build/common.targets +++ b/build/common.targets @@ -12,7 +12,6 @@ repo. It imports the other MSBuild files as needed. <LangVersion>latest</LangVersion> <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> <DefineConstants>$(DefineConstants);SMAPI_DEPRECATED</DefineConstants> - <DebugType>pdbonly</DebugType> <DebugSymbols>true</DebugSymbols> <!--enable nullable annotations, except in .NET Standard 2.0 where they aren't supported--> |