diff options
Diffstat (limited to 'src/SMAPI.ModBuildConfig/build/smapi.targets')
-rw-r--r-- | src/SMAPI.ModBuildConfig/build/smapi.targets | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/SMAPI.ModBuildConfig/build/smapi.targets b/src/SMAPI.ModBuildConfig/build/smapi.targets index 5eeea91e..78d3a3d4 100644 --- a/src/SMAPI.ModBuildConfig/build/smapi.targets +++ b/src/SMAPI.ModBuildConfig/build/smapi.targets @@ -46,6 +46,10 @@ <HintPath>$(GamePath)\$(GameExecutableName).exe</HintPath> <Private>$(CopyModReferencesToBuildOutput)</Private> </Reference> + <Reference Include="StardewValley.GameData"> + <HintPath>$(GamePath)\StardewValley.GameData.dll</HintPath> + <Private>$(CopyModReferencesToBuildOutput)</Private> + </Reference> <Reference Include="StardewModdingAPI"> <HintPath>$(GamePath)\StardewModdingAPI.exe</HintPath> <Private>$(CopyModReferencesToBuildOutput)</Private> @@ -82,10 +86,6 @@ <HintPath>$(GamePath)\Netcode.dll</HintPath> <Private>$(CopyModReferencesToBuildOutput)</Private> </Reference> - <Reference Include="StardewValley.GameData"> - <HintPath>$(GamePath)\StardewValley.GameData.dll</HintPath> - <Private>$(CopyModReferencesToBuildOutput)</Private> - </Reference> </ItemGroup> <!-- Linux/Mac --> @@ -94,10 +94,6 @@ <HintPath>$(GamePath)\MonoGame.Framework.dll</HintPath> <Private>$(CopyModReferencesToBuildOutput)</Private> </Reference> - <Reference Include="StardewValley.GameData.MonoGame"> - <HintPath>$(GamePath)\StardewValley.GameData.MonoGame.dll</HintPath> - <Private>$(CopyModReferencesToBuildOutput)</Private> - </Reference> </ItemGroup> |