diff --git a/src/StardewModdingAPI/StardewModdingAPI.csproj b/src/StardewModdingAPI/StardewModdingAPI.csproj index 70502361..487bd952 100644 --- a/src/StardewModdingAPI/StardewModdingAPI.csproj +++ b/src/StardewModdingAPI/StardewModdingAPI.csproj @@ -11,18 +11,8 @@ StardewModdingAPI v4.5 512 - - - - - - - - false - - publish\ true Disk @@ -38,18 +28,6 @@ false true - - - - $(SteamInstallPath) - - - - - ..\ - - - AnyCPU true @@ -100,6 +78,18 @@ StardewModdingAPI.Program + + + $(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 @@ -119,7 +109,7 @@ False - $(SteamPath)\steamapps\common\Stardew Valley\Stardew Valley.exe + $(GamePath)\Stardew Valley.exe False @@ -133,7 +123,7 @@ False - $(SteamPath)\steamapps\common\Stardew Valley\xTile.dll + $(GamePath)\xTile.dll False @@ -210,11 +200,8 @@ - - \ No newline at end of file + + + + + 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