From 5adfa5902ce8ea7218a2e668c835e7a39ca92bce Mon Sep 17 00:00:00 2001 From: Brian Adamson Date: Sun, 11 Sep 2022 14:34:50 -0400 Subject: [PATCH] Update README.TXT --- makefiles/win32/README.TXT | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/makefiles/win32/README.TXT b/makefiles/win32/README.TXT index 5efe011..4e66964 100755 --- a/makefiles/win32/README.TXT +++ b/makefiles/win32/README.TXT @@ -1,14 +1,5 @@ -Visual Studio 2012 and 2013 require different versions of the Platform Toolset: - -Visual Studio 2012 v110 (or v110_xp for applications that need to run -under Windows XP) - -Visual Studio 2013 v120 (or v120_xp for applications that need to run -under Windows XP) - -For each project included by the solution file modify the Platform -Toolset under project Configuration Properties, General as appropriate -for your Visual Studio version. +Visual Studio 2019 is the current reference version and the "norm.sln" file has support +for both 64- and 32-bit builds in Debug and Release configuration. A Visual Studio solutions file and associated .vcproj files are included as a convenience for those using earlier versions of visual