From 69ffdb91b23d37b7c0015cdeb039eec4a48035f0 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 9 Nov 2016 11:11:40 -0500 Subject: simplify debugging --- src/StardewModdingAPI/StardewModdingAPI.csproj | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/StardewModdingAPI/StardewModdingAPI.csproj b/src/StardewModdingAPI/StardewModdingAPI.csproj index bbb41ee3..4fdd2ff6 100644 --- a/src/StardewModdingAPI/StardewModdingAPI.csproj +++ b/src/StardewModdingAPI/StardewModdingAPI.csproj @@ -79,9 +79,6 @@ icon.ico - - StardewModdingAPI.Program - $(HOME)/GOG Games/Stardew Valley/game @@ -252,15 +249,28 @@ - + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + - + + + Program + $(GamePath)\StardewModdingAPI.exe + $(GamePath) + + + + + + + \ No newline at end of file -- cgit