summaryrefslogtreecommitdiff
path: root/src/SMAPI.ModBuildConfig
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-09-16 22:51:25 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-11-28 00:01:49 -0500
commit3beb2a99402b9f0e570e9c46cac7667044f736d3 (patch)
tree28788b91d87ab07c01604b0eab4d0ac481b78773 /src/SMAPI.ModBuildConfig
parentf5807e22be157d908e3b8c65f19acaa16c3588e7 (diff)
downloadSMAPI-3beb2a99402b9f0e570e9c46cac7667044f736d3.tar.gz
SMAPI-3beb2a99402b9f0e570e9c46cac7667044f736d3.tar.bz2
SMAPI-3beb2a99402b9f0e570e9c46cac7667044f736d3.zip
remove package workaround no longer needed with MonoGame
Diffstat (limited to 'src/SMAPI.ModBuildConfig')
-rw-r--r--src/SMAPI.ModBuildConfig/build/smapi.targets3
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>