diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-02-25 23:21:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-25 23:21:45 -0500 |
commit | 512c2b9fb761838a852fb4c8fe8dff40bab5f31e (patch) | |
tree | aee12f1ea75e3ed67918573531e999d0643fd811 /build | |
parent | 6fc3be52bc2faaa85bea2febe6953fb5b51dac3a (diff) | |
parent | 5e3237d000aba8a4d3c7e40d5791a476fb5d6a65 (diff) | |
download | SMAPI-512c2b9fb761838a852fb4c8fe8dff40bab5f31e.tar.gz SMAPI-512c2b9fb761838a852fb4c8fe8dff40bab5f31e.tar.bz2 SMAPI-512c2b9fb761838a852fb4c8fe8dff40bab5f31e.zip |
Merge pull request #830 from Shockah/api-proxy-tryproxy-object
API proxy improvements
Diffstat (limited to 'build')
-rw-r--r-- | build/common.targets | 1 |
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 --> |