From bbaa260007f67d6e3c88c1aae387b42b0c237063 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Thu, 2 Sep 2021 23:01:40 -0400 Subject: drop support for unofficial 64-bit mode --- build/common.targets | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'build') diff --git a/build/common.targets b/build/common.targets index 70f0a741..e688ae65 100644 --- a/build/common.targets +++ b/build/common.targets @@ -6,13 +6,8 @@ latest $(AssemblySearchPaths);{GAC} - - - - $(DefineConstants);SMAPI_FOR_WINDOWS - $(DefineConstants);SMAPI_FOR_XNA + $(DefineConstants);SMAPI_FOR_WINDOWS;SMAPI_FOR_XNA -- cgit