summaryrefslogtreecommitdiff
path: root/build/prepare-nuget-package.targets
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-06-24 21:26:42 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-06-24 21:26:42 -0400
commit71efadf2322a622bc5a74614b1575d2680a84165 (patch)
tree8bc249374d1ed14beb70e16b117c3702d306f332 /build/prepare-nuget-package.targets
parentebc603844a3931bedbd512761ba8f152a4f5a09c (diff)
downloadSMAPI-71efadf2322a622bc5a74614b1575d2680a84165.tar.gz
SMAPI-71efadf2322a622bc5a74614b1575d2680a84165.tar.bz2
SMAPI-71efadf2322a622bc5a74614b1575d2680a84165.zip
add project for toolkit interfaces visible to SMAPI mods (#532)
Diffstat (limited to 'build/prepare-nuget-package.targets')
-rw-r--r--build/prepare-nuget-package.targets2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/prepare-nuget-package.targets b/build/prepare-nuget-package.targets
index 5dbc5508..11d1845e 100644
--- a/build/prepare-nuget-package.targets
+++ b/build/prepare-nuget-package.targets
@@ -13,6 +13,8 @@
<Copy SourceFiles="$(ProjectDir)/package.nuspec" DestinationFolder="$(PackagePath)" />
<Copy SourceFiles="$(ProjectDir)/build/smapi.targets" DestinationFiles="$(PackagePath)/build/Pathoschild.Stardew.ModBuildConfig.targets" />
<Copy SourceFiles="$(TargetDir)/StardewModdingAPI.ModBuildConfig.dll" DestinationFiles="$(PackagePath)/build/StardewModdingAPI.ModBuildConfig.dll" />
+ <Copy SourceFiles="$(TargetDir)/StardewModdingAPI.Toolkit.dll" DestinationFiles="$(PackagePath)/build/StardewModdingAPI.Toolkit.dll" />
+ <Copy SourceFiles="$(TargetDir)/StardewModdingAPI.Toolkit.CoreInterfaces.dll" DestinationFiles="$(PackagePath)/build/StardewModdingAPI.Toolkit.CoreInterfaces.dll" />
<Copy SourceFiles="$(SolutionDir)/SMAPI.ModBuildConfig.Analyzer/bin/netstandard1.3/StardewModdingAPI.ModBuildConfig.Analyzer.dll" DestinationFiles="$(PackagePath)/analyzers/dotnet/cs/StardewModdingAPI.ModBuildConfig.Analyzer.dll" />
<Copy SourceFiles="$(SolutionDir)/SMAPI.ModBuildConfig.Analyzer/tools/install.ps1" DestinationFiles="$(PackagePath)/tools/install.ps1" />
<Copy SourceFiles="$(SolutionDir)/SMAPI.ModBuildConfig.Analyzer/tools/uninstall.ps1" DestinationFiles="$(PackagePath)/tools/uninstall.ps1" />