{ "configurations": [ { "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}", "configurationType": "Release", "generator": "Visual Studio 15 2017 Win64", "inheritEnvironments": [ "msvc_x64_x64" ], "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}", "name": "x64-Release" }, { "name": "x64-Debug", "generator": "Visual Studio 15 2017 Win64", "configurationType": "Debug", "inheritEnvironments": [ "msvc_x64_x64" ], "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}", "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}" }, { "name": "x64-Debug-NOLOG", "generator": "Visual Studio 15 2017 Win64", "configurationType": "Debug", "inheritEnvironments": [ "msvc_x64_x64" ], "variables": [ { "name": "NOLOG", "value": "1" } ], "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}", "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}" }, { "name": "x64-Release-NOLOG", "generator": "Visual Studio 15 2017 Win64", "configurationType": "Release", "inheritEnvironments": [ "msvc_x64_x64" ], "variables": [ { "name": "NOLOG", "value": "1" } ], "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}", "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}" } ] }