From fb0d101ab822145fb70dbfbdc261f6596b160a4f Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 14 Nov 2018 18:46:40 -0500 Subject: fix build error on Linux/Mac (#480) --- build/common.targets | 113 ++++++++++++++++++++++----------------------------- 1 file changed, 49 insertions(+), 64 deletions(-) diff --git a/build/common.targets b/build/common.targets index f631633d..320b3e00 100644 --- a/build/common.targets +++ b/build/common.targets @@ -38,72 +38,57 @@ - - - - - - False - - - False - - - False - - - False - + + + + $(GamePath)\Stardew Valley.exe + False + + + $(GamePath)\Netcode.dll + False + + + False + + + False + + + False + + + False + + - - - $(GamePath)\GalaxyCSharp.dll - False - - - $(GamePath)\Lidgren.Network.dll - False - - - $(GamePath)\Netcode.dll - False - - - $(GamePath)\Stardew Valley.exe - False - - - $(GamePath)\xTile.dll - False - False - - - - - - - - $(GamePath)\MonoGame.Framework.dll - False - False - + + + + $(GamePath)\StardewValley.exe + False + + + $(GamePath)\MonoGame.Framework.dll + False + + - - - $(GamePath)\Lidgren.Network.dll - False - - - $(GamePath)\StardewValley.exe - False - - - $(GamePath)\xTile.dll - False - - - - + + + + $(GamePath)\GalaxyCSharp.dll + False + + + $(GamePath)\Lidgren.Network.dll + False + + + $(GamePath)\xTile.dll + False + + -- cgit