diff --git a/build/common.targets b/build/common.targets
index 6bf1305e..abcf2d87 100644
--- a/build/common.targets
+++ b/build/common.targets
@@ -3,79 +3,10 @@
+ $(AssemblySearchPaths);{GAC}
$(DefineConstants);SMAPI_FOR_WINDOWS
-
-
-
-
-
-
- $(AssemblySearchPaths);{GAC}
-
-
-
-
- $(GamePath)\Stardew Valley.exe
- False
-
-
- $(GamePath)\StardewValley.GameData.dll
- False
-
-
- $(GamePath)\Netcode.dll
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
-
-
-
-
- $(GamePath)\StardewValley.exe
- False
-
-
- $(GamePath)\StardewValley.GameData.MonoGame.dll
- False
-
-
- $(GamePath)\MonoGame.Framework.dll
- False
-
-
-
-
-
-
- $(GamePath)\GalaxyCSharp.dll
- False
-
-
- $(GamePath)\Lidgren.Network.dll
- False
-
-
- $(GamePath)\xTile.dll
- False
-
-
-
-
-
diff --git a/src/SMAPI.Mods.ConsoleCommands/SMAPI.Mods.ConsoleCommands.csproj b/src/SMAPI.Mods.ConsoleCommands/SMAPI.Mods.ConsoleCommands.csproj
index 13f92443..6cceb22d 100644
--- a/src/SMAPI.Mods.ConsoleCommands/SMAPI.Mods.ConsoleCommands.csproj
+++ b/src/SMAPI.Mods.ConsoleCommands/SMAPI.Mods.ConsoleCommands.csproj
@@ -17,6 +17,55 @@
+
+
+ $(GamePath)\$(GameExecutableName).exe
+ False
+
+
+
+
+
+
+
+
+ $(GamePath)\StardewValley.GameData.dll
+ False
+
+
+ $(GamePath)\Netcode.dll
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+
+
+
+
+
+
+ $(GamePath)\StardewValley.GameData.MonoGame.dll
+ False
+
+
+ $(GamePath)\MonoGame.Framework.dll
+ False
+
+
+
+
+
Properties\GlobalAssemblyInfo.cs
diff --git a/src/SMAPI.Mods.SaveBackup/SMAPI.Mods.SaveBackup.csproj b/src/SMAPI.Mods.SaveBackup/SMAPI.Mods.SaveBackup.csproj
index 9375cb64..d2e41e77 100644
--- a/src/SMAPI.Mods.SaveBackup/SMAPI.Mods.SaveBackup.csproj
+++ b/src/SMAPI.Mods.SaveBackup/SMAPI.Mods.SaveBackup.csproj
@@ -17,6 +17,13 @@
+
+
+ $(GamePath)\$(GameExecutableName).exe
+ False
+
+
+
Properties\GlobalAssemblyInfo.cs
diff --git a/src/SMAPI.Tests/SMAPI.Tests.csproj b/src/SMAPI.Tests/SMAPI.Tests.csproj
index 1c414127..2f632a49 100644
--- a/src/SMAPI.Tests/SMAPI.Tests.csproj
+++ b/src/SMAPI.Tests/SMAPI.Tests.csproj
@@ -25,6 +25,13 @@
+
+
+ $(GamePath)\$(GameExecutableName).exe
+ True
+
+
+
Properties\GlobalAssemblyInfo.cs
diff --git a/src/SMAPI/SMAPI.csproj b/src/SMAPI/SMAPI.csproj
index d723d954..8b7d6277 100644
--- a/src/SMAPI/SMAPI.csproj
+++ b/src/SMAPI/SMAPI.csproj
@@ -23,6 +23,10 @@
+
+ $(GamePath)\$(GameExecutableName).exe
+ False
+
True
@@ -32,6 +36,64 @@
+
+
+
+
+
+ $(GamePath)\StardewValley.GameData.dll
+ False
+
+
+ $(GamePath)\Netcode.dll
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+
+
+
+
+
+
+ $(GamePath)\StardewValley.GameData.MonoGame.dll
+ False
+
+
+ $(GamePath)\MonoGame.Framework.dll
+ False
+
+
+
+
+
+
+
+
+ $(GamePath)\GalaxyCSharp.dll
+ False
+
+
+ $(GamePath)\Lidgren.Network.dll
+ False
+
+
+ $(GamePath)\xTile.dll
+ False
+
+
+