From aa7e4b9c36bf14656493ee0a7ab2dab394a3cf64 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Thu, 18 Apr 2019 22:42:04 -0400 Subject: [PATCH] add new DLL to SMAPI references, support older game versions in package, fix name on Linux/Mac (#638) --- build/common.targets | 10 +++++++++- src/SMAPI.ModBuildConfig/build/smapi.targets | 10 +++++----- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/build/common.targets b/build/common.targets index 0781d568..4aac55fc 100644 --- a/build/common.targets +++ b/build/common.targets @@ -45,10 +45,14 @@ - + $(GamePath)\Stardew Valley.exe False + + $(GamePath)\StardewValley.GameData.dll + False + $(GamePath)\Netcode.dll False @@ -73,6 +77,10 @@ $(GamePath)\StardewValley.exe False + + $(GamePath)\StardewValley.GameData.MonoGame.dll + False + $(GamePath)\MonoGame.Framework.dll False diff --git a/src/SMAPI.ModBuildConfig/build/smapi.targets b/src/SMAPI.ModBuildConfig/build/smapi.targets index e3211466..f703477f 100644 --- a/src/SMAPI.ModBuildConfig/build/smapi.targets +++ b/src/SMAPI.ModBuildConfig/build/smapi.targets @@ -95,7 +95,7 @@ false true - + $(GamePath)\StardewValley.GameData.dll false true @@ -113,7 +113,7 @@ $(GamePath)\xTile.dll false - False + false true @@ -131,7 +131,7 @@ $(GamePath)\MonoGame.Framework.dll false - False + false true @@ -139,8 +139,8 @@ false true - - $(GamePath)\StardewValley.GameData.dll + + $(GamePath)\StardewValley.GameData.MonoGame.dll false true