Merge remote-tracking branch 'public/release_candidate' into release
[CRYENGINE.git] / CMakeSettings.json
blob92a88359cd4b95e6e58fe316ebcd18fa72a5f3f5
2   "configurations": [
3    {
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"
9    },
10    {
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"
16    },
17    {
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"
23    }
24  ]