diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-07-08 20:59:55 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 18:47:40 -0400 |
commit | c6d4381142ef4e871a7b203c4c940a792bcd1a1e (patch) | |
tree | 0f7e32d210c32295e7992c07986e6a75798c9b1f /src/SMAPI.Mods.ConsoleCommands/SMAPI.Mods.ConsoleCommands.csproj | |
parent | c9778b567e3fe47a790bcf1d473a7092052a1ba3 (diff) | |
download | SMAPI-c6d4381142ef4e871a7b203c4c940a792bcd1a1e.tar.gz SMAPI-c6d4381142ef4e871a7b203c4c940a792bcd1a1e.tar.bz2 SMAPI-c6d4381142ef4e871a7b203c4c940a792bcd1a1e.zip |
update for SDV 1.4 build change on Linux/Mac (#638)
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands/SMAPI.Mods.ConsoleCommands.csproj')
-rw-r--r-- | src/SMAPI.Mods.ConsoleCommands/SMAPI.Mods.ConsoleCommands.csproj | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/SMAPI.Mods.ConsoleCommands/SMAPI.Mods.ConsoleCommands.csproj b/src/SMAPI.Mods.ConsoleCommands/SMAPI.Mods.ConsoleCommands.csproj index 6cceb22d..80e1986e 100644 --- a/src/SMAPI.Mods.ConsoleCommands/SMAPI.Mods.ConsoleCommands.csproj +++ b/src/SMAPI.Mods.ConsoleCommands/SMAPI.Mods.ConsoleCommands.csproj @@ -22,16 +22,16 @@ <HintPath>$(GamePath)\$(GameExecutableName).exe</HintPath> <Private>False</Private> </Reference> + <Reference Include="StardewValley.GameData"> + <HintPath>$(GamePath)\StardewValley.GameData.dll</HintPath> + <Private>False</Private> + </Reference> </ItemGroup> <Choose> <!-- Windows --> <When Condition="$(OS) == 'Windows_NT'"> <ItemGroup> - <Reference Include="StardewValley.GameData"> - <HintPath>$(GamePath)\StardewValley.GameData.dll</HintPath> - <Private>False</Private> - </Reference> <Reference Include="Netcode"> <HintPath>$(GamePath)\Netcode.dll</HintPath> <Private>False</Private> @@ -54,10 +54,6 @@ <!-- Linux/Mac --> <Otherwise> <ItemGroup> - <Reference Include="StardewValley.GameData.MonoGame"> - <HintPath>$(GamePath)\StardewValley.GameData.MonoGame.dll</HintPath> - <Private>False</Private> - </Reference> <Reference Include="MonoGame.Framework"> <HintPath>$(GamePath)\MonoGame.Framework.dll</HintPath> <Private>False</Private> |