From 0043810e04239c897a61c097855ab08c382251ff Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 17 Jun 2018 13:23:24 -0400 Subject: set 'large address aware' flag on SMAPI executable to fix memory issues (#431) This is safe since the vanilla game has it set too. --- src/SMAPI/StardewModdingAPI.csproj | 8 ++++++++ src/SMAPI/packages.config | 1 + 2 files changed, 9 insertions(+) (limited to 'src') diff --git a/src/SMAPI/StardewModdingAPI.csproj b/src/SMAPI/StardewModdingAPI.csproj index ab3967c5..fcd54c34 100644 --- a/src/SMAPI/StardewModdingAPI.csproj +++ b/src/SMAPI/StardewModdingAPI.csproj @@ -27,6 +27,7 @@ 1.0.0.%2a false true + true x86 @@ -344,4 +345,11 @@ + + + + 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}. + + + \ No newline at end of file diff --git a/src/SMAPI/packages.config b/src/SMAPI/packages.config index 3e876922..3347b037 100644 --- a/src/SMAPI/packages.config +++ b/src/SMAPI/packages.config @@ -1,5 +1,6 @@  + \ No newline at end of file -- cgit