1{
2  "configurations": [
3    {
4      "name": "x86-Debug",
5      "generator": "Visual Studio 15 2017",
6      "configurationType": "Debug",
7      "buildRoot": "${projectDir}",
8      "installRoot": "${projectDir}\\out\\install\\${name}",
9      "cmakeCommandArgs": "",
10      "buildCommandArgs": "",
11      "ctestCommandArgs": "",
12      "inheritEnvironments": [ "msvc_x86" ],
13      "variables": [
14        {
15          "name": "CMAKE_CXX_FLAGS",
16          "value": "/DWIN32 /D_WINDOWS /GR /EHsc",
17          "type": "STRING"
18        },
19        {
20          "name": "DEBUG",
21          "value": "True",
22          "type": "BOOL"
23        },
24        {
25          "name": "DEBUG_PROFILE",
26          "value": "True",
27          "type": "BOOL"
28        },
29        {
30          "name": "CMAKE_C_FLAGS",
31          "value": "/DWIN32 /D_WINDOWS",
32          "type": "STRING"
33        }
34      ]
35    }
36  ]
37}