diff options
| author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-05-13 15:14:32 -0400 |
|---|---|---|
| committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-05-13 15:14:32 -0400 |
| commit | 17ff230d8e7f7879337011babba4f65fae5d9bf8 (patch) | |
| tree | b11fd9468dcb70f2b3d7bf6ec65b44edf8fa7a34 /src/prepare-install-package.targets | |
| parent | 588b42742da93c3807eb3e4d6e6a75d7dda471be (diff) | |
| download | SMAPI-17ff230d8e7f7879337011babba4f65fae5d9bf8.tar.gz SMAPI-17ff230d8e7f7879337011babba4f65fae5d9bf8.tar.bz2 SMAPI-17ff230d8e7f7879337011babba4f65fae5d9bf8.zip | |
streamline crossplatform build with Mono 5.0, update readme, tweak release notes
Diffstat (limited to 'src/prepare-install-package.targets')
| -rw-r--r-- | src/prepare-install-package.targets | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/prepare-install-package.targets b/src/prepare-install-package.targets index ce257cc2..9a514abd 100644 --- a/src/prepare-install-package.targets +++ b/src/prepare-install-package.targets @@ -25,7 +25,8 @@ <Copy Condition="$(OS) != 'Windows_NT'" SourceFiles="$(CompiledSmapiPath)\Mono.Cecil.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.exe.mdb" DestinationFolder="$(PackageInternalPath)\Mono" /> + <Copy Condition="$(OS) != 'Windows_NT'" SourceFiles="$(CompiledSmapiPath)\StardewModdingAPI.pdb" DestinationFolder="$(PackageInternalPath)\Mono" /> + <Copy Condition="$(OS) != 'Windows_NT'" SourceFiles="$(CompiledSmapiPath)\StardewModdingAPI.xml" DestinationFolder="$(PackageInternalPath)\Mono" /> <Copy Condition="$(OS) != 'Windows_NT'" SourceFiles="$(CompiledSmapiPath)\StardewModdingAPI.AssemblyRewriters.dll" DestinationFolder="$(PackageInternalPath)\Mono" /> <Copy Condition="$(OS) != 'Windows_NT'" SourceFiles="$(CompiledSmapiPath)\StardewModdingAPI.config.json" DestinationFolder="$(PackageInternalPath)\Mono" /> <Copy Condition="$(OS) != 'Windows_NT'" SourceFiles="$(CompiledSmapiPath)\System.Numerics.dll" DestinationFolder="$(PackageInternalPath)\Mono" /> |
