summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-11-16 09:31:42 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-11-16 09:31:42 +0100
commit392e552819ebf7120e23fa9717dc250f39e70682 (patch)
tree3dfb926ac2491b2a7fffbf39bd4495f4dfbf6244 /templates
parentf9bbb3507ccea0270de71ccd126e4d50753d8239 (diff)
downloadMPC-392e552819ebf7120e23fa9717dc250f39e70682.tar.gz
Default to x64 as default Visual Studio platform
* templates/vs2017platforms.mpt: * templates/vs2019platforms.mpt:
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 811dedf3..87298006 100644
--- a/templates/vs2017platforms.mpt
+++ b/templates/vs2017platforms.mpt
@@ -6,7 +6,7 @@
//platforms = Win32 x64
platforms = Win32 x64
-default_platform = Win32
+default_platform = x64
PlatformToolset = v141
WindowsTargetPlatformVersion = 10.0.17763.0
diff --git a/templates/vs2019platforms.mpt b/templates/vs2019platforms.mpt
index 1f4671b1..228ef6d8 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 = Win32
+default_platform = x64
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
+}