4 "name": "Windows x64 Debug",
5 "configurationType": "Debug",
6 "generator": "Visual Studio 15 2017 Win64",
7 "buildRoot": "${projectDir}\\Solutions\\Win64_Debug",
8 "cmakeCommandArgs": "-D CMAKE_TOOLCHAIN_FILE=Tools\\CMake\\toolchain\\windows\\WindowsPC-MSVC.cmake"
11 "name": "Windows x64 Profile",
12 "configurationType": "Profile",
13 "generator": "Visual Studio 15 2017 Win64",
14 "buildRoot": "${projectDir}\\Solutions\\Win64_Profile",
15 "cmakeCommandArgs": "-D CMAKE_TOOLCHAIN_FILE=Tools\\CMake\\toolchain\\windows\\WindowsPC-MSVC.cmake"
18 "name": "Windows x64 Release",
19 "configurationType": "Release",
20 "generator": "Visual Studio 15 2017 Win64",
21 "buildRoot": "${projectDir}\\Solutions\\Win64_Release",
22 "cmakeCommandArgs": "-D CMAKE_TOOLCHAIN_FILE=Tools\\CMake\\toolchain\\windows\\WindowsPC-MSVC.cmake"
25 "name": "Windows x86 Debug",
26 "configurationType": "Debug",
27 "generator": "Visual Studio 15 2017",
28 "buildRoot": "${projectDir}\\Solutions\\Win32_Debug",
29 "cmakeCommandArgs": "-D CMAKE_TOOLCHAIN_FILE=Tools\\CMake\\toolchain\\windows\\WindowsPC-MSVC.cmake"
32 "name": "Windows x86 Profile",
33 "configurationType": "Profile",
34 "generator": "Visual Studio 15 2017",
35 "buildRoot": "${projectDir}\\Solutions\\Win32_Profile",
36 "cmakeCommandArgs": "-D CMAKE_TOOLCHAIN_FILE=Tools\\CMake\\toolchain\\windows\\WindowsPC-MSVC.cmake"
39 "name": "Windows x86 Release",
40 "configurationType": "Release",
41 "generator": "Visual Studio 15 2017",
42 "buildRoot": "${projectDir}\\Solutions\\Win32_Release",
43 "cmakeCommandArgs": "-D CMAKE_TOOLCHAIN_FILE=Tools\\CMake\\toolchain\\windows\\WindowsPC-MSVC.cmake"