diff options
author | ClxS <slxxls92@gmail.com> | 2016-04-01 20:20:27 +0100 |
---|---|---|
committer | ClxS <slxxls92@gmail.com> | 2016-04-01 20:20:27 +0100 |
commit | 3d726b57fc3ca46df3827de0c04bcaec092b9c58 (patch) | |
tree | bc664b2f3c3b98c56b36685125d8aefc88e31749 /TrainerMod/TrainerMod.csproj | |
parent | 108f14993d2e201ee114124e7e0ede0201e12ced (diff) | |
download | SMAPI-3d726b57fc3ca46df3827de0c04bcaec092b9c58.tar.gz SMAPI-3d726b57fc3ca46df3827de0c04bcaec092b9c58.tar.bz2 SMAPI-3d726b57fc3ca46df3827de0c04bcaec092b9c58.zip |
Updated version string
Diffstat (limited to 'TrainerMod/TrainerMod.csproj')
-rw-r--r-- | TrainerMod/TrainerMod.csproj | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/TrainerMod/TrainerMod.csproj b/TrainerMod/TrainerMod.csproj index 3141e38d..e355eca3 100644 --- a/TrainerMod/TrainerMod.csproj +++ b/TrainerMod/TrainerMod.csproj @@ -55,8 +55,7 @@ <Private>False</Private>
</Reference>
<Reference Include="Stardew Valley">
- <HintPath>$(SteamPath)\steamapps\common\Stardew Valley\Stardew Valley.exe</HintPath>
- <Private>False</Private>
+ <HintPath>..\..\..\..\Games\SteamLibrary\steamapps\common\Stardew Valley\Stardew Valley.exe</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
@@ -67,8 +66,7 @@ <Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="xTile">
- <HintPath>$(SteamPath)\steamapps\common\Stardew Valley\xTile.dll</HintPath>
- <Private>False</Private>
+ <HintPath>..\..\..\..\Games\SteamLibrary\steamapps\common\Stardew Valley\xTile.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
|