From d367b0a7bceeac210ee7336477f98559b6122d13 Mon Sep 17 00:00:00 2001 From: ClxS Date: Sat, 12 Mar 2016 22:35:45 +0000 Subject: Updated readme. Switched on Optimise Code switch. It only have minimal impact in C#, but might as well. --- StardewModdingAPI/StardewModdingAPI.csproj | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'StardewModdingAPI') diff --git a/StardewModdingAPI/StardewModdingAPI.csproj b/StardewModdingAPI/StardewModdingAPI.csproj index 523ab7bd..6fb1c336 100644 --- a/StardewModdingAPI/StardewModdingAPI.csproj +++ b/StardewModdingAPI/StardewModdingAPI.csproj @@ -37,16 +37,16 @@ - - - $(SteamInstallPath) + + + $(SteamInstallPath) - - - - ..\..\..\..\Games\SteamLibrary - - + + + + ..\..\..\..\Games\SteamLibrary + + x86 @@ -76,6 +76,7 @@ true + true x86 -- cgit