3 // Any of these platforms can set using value_template platforms=
4 // when generating solutions/projects.
6 //platforms = Win32 x64 ARM ARM64
8 platforms = Win32 x64 ARM ARM64
9 default_platform = Win32
10 PlatformToolset = v142
11 WindowsTargetPlatformVersion = 10.0
20 platform_defines = _WIN64
21 TargetMachine = "0" // We let VC++ figure it out for us.
22 link_options = /machine:AMD64
28 platform_defines = _ARM
29 TargetMachine = "0" // We let VC++ figure it out for us.
30 link_options = /machine:ARM
36 platform_defines = _ARM64
37 TargetMachine = "0" // We let VC++ figure it out for us.
38 link_options = /machine:ARM64