summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
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
+}