From 77b24ed4ef7eb97bed9c38f7a329954ad088724c Mon Sep 17 00:00:00 2001 From: Gormogon Date: Sun, 29 May 2016 15:29:21 -0400 Subject: Make build config consistent, move to .NET 4.6.1 to fully take advantage of C# 6, update Fody, and update Assembly Info. --- TrainerMod/TrainerMod.csproj | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'TrainerMod/TrainerMod.csproj') diff --git a/TrainerMod/TrainerMod.csproj b/TrainerMod/TrainerMod.csproj index 3141e38d..6de2a20d 100644 --- a/TrainerMod/TrainerMod.csproj +++ b/TrainerMod/TrainerMod.csproj @@ -9,7 +9,7 @@ Properties TrainerMod TrainerMod - v4.5 + v4.6.1 512 @@ -18,13 +18,15 @@ true full - false + true ..\StardewModdingAPI\bin\Debug\Mods\TrainerMod\ TRACE prompt 4 x86 false + 6 + true pdbonly @@ -34,6 +36,9 @@ prompt 4 false + 6 + true + x86 @@ -54,6 +59,10 @@ False + + ..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll + True + $(SteamPath)\steamapps\common\Stardew Valley\Stardew Valley.exe False -- cgit