From cb9cdad62d4f457ab3081854e5aa363d03630bb8 Mon Sep 17 00:00:00 2001 From: Zoryn Aaron Date: Sun, 20 Mar 2016 17:45:45 -0400 Subject: adds support for old-style mods that don't use manifest. It will be removed in future version --- TrainerMod/TrainerMod.csproj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'TrainerMod/TrainerMod.csproj') diff --git a/TrainerMod/TrainerMod.csproj b/TrainerMod/TrainerMod.csproj index 6424ecdb..8f1a494f 100644 --- a/TrainerMod/TrainerMod.csproj +++ b/TrainerMod/TrainerMod.csproj @@ -54,7 +54,7 @@ ..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll - True + False $(SteamPath)\steamapps\common\Stardew Valley\Stardew Valley.exe @@ -85,7 +85,9 @@ - + + PreserveNewest + -- cgit From 17021ae35162cfa4a6dad2c0457d4981f38878bc Mon Sep 17 00:00:00 2001 From: Zoryn Aaron Date: Sun, 20 Mar 2016 18:50:31 -0400 Subject: commit things --- TrainerMod/TrainerMod.csproj | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'TrainerMod/TrainerMod.csproj') diff --git a/TrainerMod/TrainerMod.csproj b/TrainerMod/TrainerMod.csproj index 8f1a494f..1638a3c8 100644 --- a/TrainerMod/TrainerMod.csproj +++ b/TrainerMod/TrainerMod.csproj @@ -12,12 +12,14 @@ v4.5 512 + + true full false - ..\StardewModdingAPI\bin\x86\Debug\Mods\ + ..\StardewModdingAPI\bin\x86\Debug\Mods\TrainerMod\ TRACE prompt 4 @@ -52,10 +54,6 @@ False - - ..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll - False - $(SteamPath)\steamapps\common\Stardew Valley\Stardew Valley.exe False @@ -90,6 +88,9 @@ + + + -- cgit