Add languagestandard variable
[MPC.git] / templates / vs2017platforms.mpt
blob811dedf3030433e0596a2cf7883e699c9c3c2ca3
1 // -*- MPC -*-
2 //
3 // Any of these platforms can set using value_template platforms=
4 // when generating solutions/projects.
5 //
6 //platforms = Win32 x64
8 platforms = Win32 x64
9 default_platform = Win32
10 PlatformToolset = v141
11 WindowsTargetPlatformVersion = 10.0.17763.0
13 Win32 {
14   output_subdir    = I386
17 x64 {
18   output_subdir    = AMD64
19   cpu_defines      = _AMD64_
20   platform_defines = _WIN64
21   TargetMachine    = "0"             // We let VC++ figure it out for us.
22   link_options     = /machine:AMD64