{ "configurations": [ { "name": "x86-Debug", "inheritEnvironments": [ "msvc_x86_x64" ], "configurationType": "Debug", "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}", "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}", "cmakeToolchain": "${workspaceRoot}\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake", "variables": [] }, { "name": "x86-Release", "inheritEnvironments": [ "msvc_x86_x64" ], "configurationType": "Release", "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}", "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}", "cmakeToolchain": "${workspaceRoot}\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake", "variables": [] }, { "name": "x64-Debug", "inheritEnvironments": [ "msvc_x64_x64" ], "configurationType": "Debug", "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}", "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}", "cmakeToolchain": "${workspaceRoot}\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake", "variables": [] }, { "name": "x64-Release", "inheritEnvironments": [ "msvc_x64_x64" ], "configurationType": "Release", "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}", "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}", "cmakeToolchain": "${workspaceRoot}\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake", "variables": [] } ] }