summaryrefslogtreecommitdiff
path: root/build/prepare-install-package.targets
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-12-15 23:28:16 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-12-15 23:28:16 -0500
commit4c3ae950c6be0840e98d1328eeca9effca9c3807 (patch)
treedb53e648d6ce2f155e19d307bb60abbd14e8ca96 /build/prepare-install-package.targets
parent21fd2d1e39a6a94758f6298c2da52cd46cffdfcd (diff)
downloadSMAPI-4c3ae950c6be0840e98d1328eeca9effca9c3807.tar.gz
SMAPI-4c3ae950c6be0840e98d1328eeca9effca9c3807.tar.bz2
SMAPI-4c3ae950c6be0840e98d1328eeca9effca9c3807.zip
rm unneeded assembly references (#409)
Diffstat (limited to 'build/prepare-install-package.targets')
-rw-r--r--build/prepare-install-package.targets1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/prepare-install-package.targets b/build/prepare-install-package.targets
index dde2ff0a..f2a2b23c 100644
--- a/build/prepare-install-package.targets
+++ b/build/prepare-install-package.targets
@@ -23,7 +23,6 @@
<!-- copy SMAPI files for Mono -->
<Copy Condition="$(OS) != 'Windows_NT'" SourceFiles="$(CompiledSmapiPath)\Mono.Cecil.dll" DestinationFolder="$(PackageInternalPath)\Mono" />
- <Copy Condition="$(OS) != 'Windows_NT'" SourceFiles="$(CompiledSmapiPath)\Mono.CSharp.dll" DestinationFolder="$(PackageInternalPath)\Mono" />
<Copy Condition="$(OS) != 'Windows_NT'" SourceFiles="$(CompiledSmapiPath)\Newtonsoft.Json.dll" DestinationFolder="$(PackageInternalPath)\Mono" />
<Copy Condition="$(OS) != 'Windows_NT'" SourceFiles="$(CompiledSmapiPath)\StardewModdingAPI.exe" DestinationFolder="$(PackageInternalPath)\Mono" />
<Copy Condition="$(OS) != 'Windows_NT'" SourceFiles="$(CompiledSmapiPath)\StardewModdingAPI.pdb" DestinationFolder="$(PackageInternalPath)\Mono" />