From 9420dfb0719d7f00c36607a210c50dc4537a9626 Mon Sep 17 00:00:00 2001 From: James Finlay Date: Fri, 4 Mar 2016 20:17:42 -0800 Subject: Modify default steam path - Tries to read from ENV variable 'SteamInstallPath'. - We can investigate using a choose for normal Steam installation paths, this'll be better for now than having to modify the csproj for every dev. --- TrainerMod/TrainerMod.csproj | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'TrainerMod') diff --git a/TrainerMod/TrainerMod.csproj b/TrainerMod/TrainerMod.csproj index 61cb0829..71569885 100644 --- a/TrainerMod/TrainerMod.csproj +++ b/TrainerMod/TrainerMod.csproj @@ -38,7 +38,7 @@ False - ..\..\..\..\Games\SteamLibrary\steamapps\common\Stardew Valley\Stardew Valley.exe + $(SteamInstallPath)\steamapps\common\Stardew Valley\Stardew Valley.exe @@ -49,7 +49,7 @@ - ..\..\..\..\Games\SteamLibrary\steamapps\common\Stardew Valley\xTile.dll + $(SteamInstallPath)\steamapps\common\Stardew Valley\xTile.dll @@ -67,11 +67,11 @@ - \ No newline at end of file -- cgit