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