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/FodyWeavers.xml | 4 ++++ TrainerMod/TrainerMod.csproj | 11 ++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 TrainerMod/FodyWeavers.xml (limited to 'TrainerMod') diff --git a/TrainerMod/FodyWeavers.xml b/TrainerMod/FodyWeavers.xml new file mode 100644 index 00000000..52e39c5e --- /dev/null +++ b/TrainerMod/FodyWeavers.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file 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