summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorShockah <me@shockah.pl>2022-02-16 19:08:40 +0100
committerShockah <me@shockah.pl>2022-02-16 19:08:40 +0100
commitba42bb97d1f1df07e87b02ee0e03eef0227ea5a7 (patch)
tree0a1364332a89756c48e0c7368fd63843a3c1b762 /build
parenta54d58d064df5654e845f9b2b4fc9db5b0189db0 (diff)
downloadSMAPI-ba42bb97d1f1df07e87b02ee0e03eef0227ea5a7.tar.gz
SMAPI-ba42bb97d1f1df07e87b02ee0e03eef0227ea5a7.tar.bz2
SMAPI-ba42bb97d1f1df07e87b02ee0e03eef0227ea5a7.zip
move proxying to a separate NuGet library
Diffstat (limited to 'build')
-rw-r--r--build/common.targets1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/common.targets b/build/common.targets
index 86624b62..bcb0e9e1 100644
--- a/build/common.targets
+++ b/build/common.targets
@@ -53,6 +53,7 @@
<Copy SourceFiles="$(TargetDir)\SMAPI.metadata.json" DestinationFiles="$(GamePath)\smapi-internal\metadata.json" />
<Copy SourceFiles="$(TargetDir)\Newtonsoft.Json.dll" DestinationFolder="$(GamePath)\smapi-internal" />
<Copy SourceFiles="$(TargetDir)\TMXTile.dll" DestinationFolder="$(GamePath)\smapi-internal" />
+ <Copy SourceFiles="$(TargetDir)\Pintail.dll" DestinationFolder="$(GamePath)\smapi-internal" />
<Copy SourceFiles="@(TranslationFiles)" DestinationFolder="$(GamePath)\smapi-internal\i18n" />
<!-- Harmony + dependencies -->