diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-04-15 22:13:10 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 17:14:37 -0400 |
commit | ee132828437c156207ddfc1cbc15339a6852c2fe (patch) | |
tree | 5bcf3a4f665b007c04a7571ef4b13ebca7694580 /src/SMAPI.ModBuildConfig/build/smapi.targets | |
parent | 161618d0d92bad5b31e2780c8899c73339d38b62 (diff) | |
download | SMAPI-ee132828437c156207ddfc1cbc15339a6852c2fe.tar.gz SMAPI-ee132828437c156207ddfc1cbc15339a6852c2fe.tar.bz2 SMAPI-ee132828437c156207ddfc1cbc15339a6852c2fe.zip |
update for new DLL in SDV 1.4 (#638)
Diffstat (limited to 'src/SMAPI.ModBuildConfig/build/smapi.targets')
-rw-r--r-- | src/SMAPI.ModBuildConfig/build/smapi.targets | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/SMAPI.ModBuildConfig/build/smapi.targets b/src/SMAPI.ModBuildConfig/build/smapi.targets index 99011629..e3211466 100644 --- a/src/SMAPI.ModBuildConfig/build/smapi.targets +++ b/src/SMAPI.ModBuildConfig/build/smapi.targets @@ -95,6 +95,11 @@ <Private>false</Private> <Private Condition="$(CopyModReferencesToBuildOutput)">true</Private> </Reference> + <Reference Include="StardewValley.GameData"> + <HintPath>$(GamePath)\StardewValley.GameData.dll</HintPath> + <Private>false</Private> + <Private Condition="$(CopyModReferencesToBuildOutput)">true</Private> + </Reference> <Reference Include="StardewModdingAPI"> <HintPath>$(GamePath)\StardewModdingAPI.exe</HintPath> <Private>false</Private> @@ -134,6 +139,11 @@ <Private>false</Private> <Private Condition="$(CopyModReferencesToBuildOutput)">true</Private> </Reference> + <Reference Include="StardewValley.GameData"> + <HintPath>$(GamePath)\StardewValley.GameData.dll</HintPath> + <Private>false</Private> + <Private Condition="$(CopyModReferencesToBuildOutput)">true</Private> + </Reference> <Reference Include="StardewModdingAPI"> <HintPath>$(GamePath)\StardewModdingAPI.exe</HintPath> <Private>false</Private> |