summaryrefslogtreecommitdiff
path: root/TrainerMod/TrainerMod.csproj
diff options
context:
space:
mode:
authorClxS <slxxls92@gmail.com>2016-03-06 15:26:04 +0000
committerClxS <slxxls92@gmail.com>2016-03-06 15:26:04 +0000
commitff96bba617907a132795abc9f712ecbf7f79365a (patch)
treea9cdf4ff982547733a1d584e547044c78db1e565 /TrainerMod/TrainerMod.csproj
parentb417604466da840c1f0a4e38aeb0f63ce28d2cdf (diff)
parent0e24d862a96da0a3fe6e7f74ed381fc6f05541a0 (diff)
downloadSMAPI-ff96bba617907a132795abc9f712ecbf7f79365a.tar.gz
SMAPI-ff96bba617907a132795abc9f712ecbf7f79365a.tar.bz2
SMAPI-ff96bba617907a132795abc9f712ecbf7f79365a.zip
Merge pull request #4 from Jtfinlay/release
Logging refactor
Diffstat (limited to 'TrainerMod/TrainerMod.csproj')
-rw-r--r--TrainerMod/TrainerMod.csproj16
1 files changed, 8 insertions, 8 deletions
diff --git a/TrainerMod/TrainerMod.csproj b/TrainerMod/TrainerMod.csproj
index 5df6754f..c7dbe94f 100644
--- a/TrainerMod/TrainerMod.csproj
+++ b/TrainerMod/TrainerMod.csproj
@@ -41,7 +41,7 @@
<Private>False</Private>
</Reference>
<Reference Include="Stardew Valley">
- <HintPath>..\..\..\..\Games\SteamLibrary\steamapps\common\Stardew Valley\Stardew Valley.exe</HintPath>
+ <HintPath>$(SteamInstallPath)\steamapps\common\Stardew Valley\Stardew Valley.exe</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
@@ -52,7 +52,7 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="xTile">
- <HintPath>..\..\..\..\Games\SteamLibrary\steamapps\common\Stardew Valley\xTile.dll</HintPath>
+ <HintPath>$(SteamInstallPath)\steamapps\common\Stardew Valley\xTile.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
@@ -70,11 +70,11 @@
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
+ Other similar extension points exist, see Microsoft.Common.targets.
+ <Target Name="BeforeBuild">
+ </Target>
+ <Target Name="AfterBuild">
+ </Target>
-->
</Project> \ No newline at end of file