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"