summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-12-07 16:20:36 +0100
committerGitHub <noreply@github.com>2020-12-07 16:20:36 +0100
commit7e41117faa1cf914fb91af08a30b7c43399740ff (patch)
tree106299a0eb2794a03f88e6a6f47b0d57572508f1 /templates
parent2358f5aa99aa2f37a3534ffd019e51082ab9b42a (diff)
downloadMPC-7e41117faa1cf914fb91af08a30b7c43399740ff.tar.gz
Revert "Default to x64 as default Visual Studio 2017/2019 platform"
Diffstat (limited to 'templates')
-rw-r--r--templates/vs2017platforms.mpt2
-rw-r--r--templates/vs2019platforms.mpt4
2 files changed, 3 insertions, 3 deletions
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