diff options
author | ClxS <slxxls92@gmail.com> | 2016-03-04 19:10:39 +0000 |
---|---|---|
committer | ClxS <slxxls92@gmail.com> | 2016-03-04 19:10:39 +0000 |
commit | c145e5f7274fb59b564f2ddf6611e31b88a1f659 (patch) | |
tree | 4042c13b4beff7f765f63b6d9cae06ba14b4cabd /TrainerMod/TrainerMod.csproj | |
parent | afef5648ca512d0c151a87becbb85cd14494717b (diff) | |
download | SMAPI-c145e5f7274fb59b564f2ddf6611e31b88a1f659.tar.gz SMAPI-c145e5f7274fb59b564f2ddf6611e31b88a1f659.tar.bz2 SMAPI-c145e5f7274fb59b564f2ddf6611e31b88a1f659.zip |
Added event for Inventory change
Diffstat (limited to 'TrainerMod/TrainerMod.csproj')
-rw-r--r-- | TrainerMod/TrainerMod.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TrainerMod/TrainerMod.csproj b/TrainerMod/TrainerMod.csproj index 213b3210..61cb0829 100644 --- a/TrainerMod/TrainerMod.csproj +++ b/TrainerMod/TrainerMod.csproj @@ -38,7 +38,7 @@ <Private>False</Private>
</Reference>
<Reference Include="Stardew Valley">
- <HintPath>D:\Games\steamapps\common\Stardew Valley\Stardew Valley.exe</HintPath>
+ <HintPath>..\..\..\..\Games\SteamLibrary\steamapps\common\Stardew Valley\Stardew Valley.exe</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
@@ -49,7 +49,7 @@ <Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="xTile">
- <HintPath>D:\Games\steamapps\common\Stardew Valley\xTile.dll</HintPath>
+ <HintPath>..\..\..\..\Games\SteamLibrary\steamapps\common\Stardew Valley\xTile.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
|