From 555e0d12241f9bda0262f513fa6bc8c55cc7d5fe Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 19 Oct 2016 18:54:04 -0400 Subject: add NuGet package spec + icon --- assets/nuget-icon.pdn | Bin 0 -> 7401 bytes assets/nuget-icon.png | Bin 0 -> 5054 bytes build/smapi.targets | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++ package.nuspec | 20 ++++++++++++++++++++ stardewvalley.targets | 51 -------------------------------------------------- 5 files changed, 71 insertions(+), 51 deletions(-) create mode 100644 assets/nuget-icon.pdn create mode 100644 assets/nuget-icon.png create mode 100644 build/smapi.targets create mode 100644 package.nuspec delete mode 100644 stardewvalley.targets diff --git a/assets/nuget-icon.pdn b/assets/nuget-icon.pdn new file mode 100644 index 00000000..7bd5c0c5 Binary files /dev/null and b/assets/nuget-icon.pdn differ diff --git a/assets/nuget-icon.png b/assets/nuget-icon.png new file mode 100644 index 00000000..611cdf88 Binary files /dev/null and b/assets/nuget-icon.png differ diff --git a/build/smapi.targets b/build/smapi.targets new file mode 100644 index 00000000..1e71d06a --- /dev/null +++ b/build/smapi.targets @@ -0,0 +1,51 @@ + + + + C:\Program Files (x86)\GalaxyClient\Games\Stardew Valley + C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley + ~\Library\Application Support\Steam\steamapps\common\Stardew Valley\Contents\MacOS + Program + $(GamePath)\StardewModdingAPI.exe + $(GamePath) + + + + + + + + + $(GamePath)\Stardew Valley.exe + + + $(GamePath)\StardewModdingAPI.exe + + + False + $(GamePath)\xTile.dll + + + + + + + False + $(GamePath)\MonoGame.Framework.dll + + + $(GamePath)\StardewValley.exe + + + $(GamePath)\StardewModdingAPI.exe + + + $(GamePath)\xTile.dll + + + + + + + + + \ No newline at end of file diff --git a/package.nuspec b/package.nuspec new file mode 100644 index 00000000..5d8e5e52 --- /dev/null +++ b/package.nuspec @@ -0,0 +1,20 @@ + + + + Pathoschild.Stardew.ModdingBuildConfig + 1.0-alpha + MSBuild config for Stardew Valley mods + Pathoschild + Pathoschild + false + https://github.com/Pathoschild/Stardew.ModBuildConfig/blob/master/LICENSE.txt + https://github.com/Pathoschild/Stardew.ModBuildConfig + https://raw.githubusercontent.com/Pathoschild/Stardew.ModBuildConfig/1.0/assets/nuget-icon.png + Automates the build configuration for a crossplatform Stardew Valley mod that uses SMAPI. + Initial release + + + + + + \ No newline at end of file diff --git a/stardewvalley.targets b/stardewvalley.targets deleted file mode 100644 index 1e71d06a..00000000 --- a/stardewvalley.targets +++ /dev/null @@ -1,51 +0,0 @@ - - - - C:\Program Files (x86)\GalaxyClient\Games\Stardew Valley - C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley - ~\Library\Application Support\Steam\steamapps\common\Stardew Valley\Contents\MacOS - Program - $(GamePath)\StardewModdingAPI.exe - $(GamePath) - - - - - - - - - $(GamePath)\Stardew Valley.exe - - - $(GamePath)\StardewModdingAPI.exe - - - False - $(GamePath)\xTile.dll - - - - - - - False - $(GamePath)\MonoGame.Framework.dll - - - $(GamePath)\StardewValley.exe - - - $(GamePath)\StardewModdingAPI.exe - - - $(GamePath)\xTile.dll - - - - - - - - - \ No newline at end of file -- cgit