We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5807e2 commit 3beb2a9Copy full SHA for 3beb2a9
1 file changed
src/SMAPI.ModBuildConfig/build/smapi.targets
@@ -12,9 +12,6 @@
12
<DebugType>pdbonly</DebugType>
13
<DebugSymbols>true</DebugSymbols>
14
15
- <!-- recognise XNA Framework DLLs in the GAC (only affects mods using new csproj format) -->
16
- <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths>
17
-
18
<!-- don't create the 'refs' folder (which isn't useful for mods) -->
19
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
20
0 commit comments