diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-09-16 22:51:25 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-11-28 00:01:49 -0500 |
commit | 3beb2a99402b9f0e570e9c46cac7667044f736d3 (patch) | |
tree | 28788b91d87ab07c01604b0eab4d0ac481b78773 | |
parent | f5807e22be157d908e3b8c65f19acaa16c3588e7 (diff) | |
download | SMAPI-3beb2a99402b9f0e570e9c46cac7667044f736d3.tar.gz SMAPI-3beb2a99402b9f0e570e9c46cac7667044f736d3.tar.bz2 SMAPI-3beb2a99402b9f0e570e9c46cac7667044f736d3.zip |
remove package workaround no longer needed with MonoGame
-rw-r--r-- | src/SMAPI.ModBuildConfig/build/smapi.targets | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/SMAPI.ModBuildConfig/build/smapi.targets b/src/SMAPI.ModBuildConfig/build/smapi.targets index de00cbe8..b66ec27b 100644 --- a/src/SMAPI.ModBuildConfig/build/smapi.targets +++ b/src/SMAPI.ModBuildConfig/build/smapi.targets @@ -12,9 +12,6 @@ <DebugType>pdbonly</DebugType> <DebugSymbols>true</DebugSymbols> - <!-- recognise XNA Framework DLLs in the GAC (only affects mods using new csproj format) --> - <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> - <!-- don't create the 'refs' folder (which isn't useful for mods) --> <ProduceReferenceAssembly>false</ProduceReferenceAssembly> |