From 4042ca4b163008d5120ba247abc8f1655da32d55 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Tue, 25 Oct 2016 23:38:25 -0400 Subject: detect game path automatically (#126) --- src/TrainerMod/TrainerMod.csproj | 35 ++++++++++++++++------------------- 1 file changed, 16 insertions(+), 19 deletions(-) (limited to 'src/TrainerMod/TrainerMod.csproj') diff --git a/src/TrainerMod/TrainerMod.csproj b/src/TrainerMod/TrainerMod.csproj index cc195e2a..a6955c68 100644 --- a/src/TrainerMod/TrainerMod.csproj +++ b/src/TrainerMod/TrainerMod.csproj @@ -40,18 +40,18 @@ true x86 - - - - $(SteamInstallPath) - - - - - ..\ - - - + + + $(HOME)/GOG Games/Stardew Valley/game + $(HOME)/.local/share/Steam/steamapps/common/Stardew Valley + + + $(HOME)/Library/Application Support/Steam/steamapps/common/Stardew Valley/Contents/MacOS + + + C:\Program Files (x86)\GalaxyClient\Games\Stardew Valley + C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley + False @@ -64,7 +64,7 @@ True - ..\..\..\..\Games\SteamLibrary\steamapps\common\Stardew Valley\Stardew Valley.exe + $(GamePath)\Stardew Valley.exe @@ -75,7 +75,7 @@ - ..\..\..\..\Games\SteamLibrary\steamapps\common\Stardew Valley\xTile.dll + $(GamePath)\xTile.dll @@ -103,11 +103,8 @@ - + - - - --> \ No newline at end of file -- cgit