From 7e41117faa1cf914fb91af08a30b7c43399740ff Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 7 Dec 2020 16:20:36 +0100 Subject: Revert "Default to x64 as default Visual Studio 2017/2019 platform" --- templates/vs2017platforms.mpt | 2 +- templates/vs2019platforms.mpt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/vs2017platforms.mpt b/templates/vs2017platforms.mpt index 87298006..811dedf3 100644 --- a/templates/vs2017platforms.mpt +++ b/templates/vs2017platforms.mpt @@ -6,7 +6,7 @@ //platforms = Win32 x64 platforms = Win32 x64 -default_platform = x64 +default_platform = Win32 PlatformToolset = v141 WindowsTargetPlatformVersion = 10.0.17763.0 diff --git a/templates/vs2019platforms.mpt b/templates/vs2019platforms.mpt index 228ef6d8..1f4671b1 100644 --- a/templates/vs2019platforms.mpt +++ b/templates/vs2019platforms.mpt @@ -6,7 +6,7 @@ //platforms = Win32 x64 ARM ARM64 platforms = Win32 x64 ARM ARM64 -default_platform = x64 +default_platform = Win32 PlatformToolset = v142 WindowsTargetPlatformVersion = 10.0 @@ -36,4 +36,4 @@ ARM64 { platform_defines = _ARM64 TargetMachine = "0" // We let VC++ figure it out for us. link_options = /machine:ARM64 -} +} \ No newline at end of file -- cgit v1.2.1