{
    "configurations": [
        {
            "name": "arm64-Debug",
            "generator": "Ninja",
            "description": "TemplateDescription_Localize_arm64Debug",
            "configurationType": "Debug",
            "inheritEnvironments": [ "msvc_arm64_x64" ],
            "buildRoot": "${projectDir}\\out\\build\\${name}",
            "installRoot": "${projectDir}\\out\\install\\${name}",
            "cmakeCommandArgs": "",
            "buildCommandArgs": "",
            "ctestCommandArgs": ""
        },
        {
            "name": "arm64-Release",
            "generator": "Ninja",
            "description": "TemplateDescription_Localize_arm64Release",
            "configurationType": "RelWithDebInfo",
            "inheritEnvironments": [ "msvc_arm64_x64" ],
            "buildRoot": "${projectDir}\\out\\build\\${name}",
            "installRoot": "${projectDir}\\out\\install\\${name}",
            "cmakeCommandArgs": "",
            "buildCommandArgs": "",
            "ctestCommandArgs": ""
        },
        {
            "name": "x86-Debug",
            "generator": "Ninja",
            "description": "TemplateDescription_Localize_x86Debug",
            "configurationType": "Debug",
            "inheritEnvironments": [ "msvc_x86" ],
            "buildRoot": "${projectDir}\\out\\build\\${name}",
            "installRoot": "${projectDir}\\out\\install\\${name}",
            "cmakeCommandArgs": "",
            "buildCommandArgs": "",
            "ctestCommandArgs": ""
        },
        {
            "name": "x86-Release",
            "generator": "Ninja",
            "description": "TemplateDescription_Localize_x86Release",
            "configurationType": "RelWithDebInfo",
            "inheritEnvironments": [ "msvc_x86" ],
            "buildRoot": "${projectDir}\\out\\build\\${name}",
            "installRoot": "${projectDir}\\out\\install\\${name}",
            "cmakeCommandArgs": "",
            "buildCommandArgs": "",
            "ctestCommandArgs": ""
        },
        {
            "name": "x64-Debug",
            "generator": "Ninja",
            "description": "TemplateDescription_Localize_x64Debug",
            "configurationType": "Debug",
            "inheritEnvironments": [ "msvc_x64_x64" ],
            "buildRoot": "${projectDir}\\out\\build\\${name}",
            "installRoot": "${projectDir}\\out\\install\\${name}",
            "cmakeCommandArgs": "",
            "buildCommandArgs": "",
            "ctestCommandArgs": ""
        },
        {
            "name": "x64-Release",
            "generator": "Ninja",
            "description": "TemplateDescription_Localize_x64Release",
            "configurationType": "RelWithDebInfo",
            "inheritEnvironments": [ "msvc_x64_x64" ],
            "buildRoot": "${projectDir}\\out\\build\\${name}",
            "installRoot": "${projectDir}\\out\\install\\${name}",
            "cmakeCommandArgs": "",
            "buildCommandArgs": "",
            "ctestCommandArgs": ""
        },
        {
            "name": "x86-Clang-Debug",
            "generator": "Ninja",
            "description": "TemplateDescription_Localize_x86DebugClang",
            "configurationType": "Debug",
            "inheritEnvironments": [ "clang_cl_x86" ],
            "buildRoot": "${projectDir}\\out\\build\\${name}",
            "installRoot": "${projectDir}\\out\\install\\${name}",
            "cmakeCommandArgs": "",
            "buildCommandArgs": "",
            "ctestCommandArgs": ""
        },
        {
            "name": "x86-Clang-Release",
            "generator": "Ninja",
            "description": "TemplateDescription_Localize_x86ReleaseClang",
            "configurationType": "RelWithDebInfo",
            "inheritEnvironments": [ "clang_cl_x86" ],
            "buildRoot": "${projectDir}\\out\\build\\${name}",
            "installRoot": "${projectDir}\\out\\install\\${name}",
            "cmakeCommandArgs": "",
            "buildCommandArgs": "",
            "ctestCommandArgs": ""
        },
        {
            "name": "arm64-Clang-Debug",
            "generator": "Ninja",
            "description": "TemplateDescription_Localize_arm64DebugClang",
            "configurationType": "Debug",
            "inheritEnvironments": [ "clang_cl_arm64_x64" ],
            "buildRoot": "${projectDir}\\out\\build\\${name}",
            "installRoot": "${projectDir}\\out\\install\\${name}",
            "cmakeCommandArgs": "",
            "buildCommandArgs": "",
            "ctestCommandArgs": ""
        },
        {
            "name": "arm64-Clang-Release",
            "generator": "Ninja",
            "description": "TemplateDescription_Localize_arm64ReleaseClang",
            "configurationType": "RelWithDebInfo",
            "inheritEnvironments": [ "clang_cl_arm64_x64" ],
            "buildRoot": "${projectDir}\\out\\build\\${name}",
            "installRoot": "${projectDir}\\out\\install\\${name}",
            "cmakeCommandArgs": "",
            "buildCommandArgs": "",
            "ctestCommandArgs": ""
        },
        {
            "name": "x64-Clang-Debug",
            "generator": "Ninja",
            "description": "TemplateDescription_Localize_x64DebugClang",
            "configurationType": "Debug",
            "inheritEnvironments": [ "clang_cl_x64_x64" ],
            "buildRoot": "${projectDir}\\out\\build\\${name}",
            "installRoot": "${projectDir}\\out\\install\\${name}",
            "cmakeCommandArgs": "",
            "buildCommandArgs": "",
            "ctestCommandArgs": ""
        },
        {
            "name": "x64-Clang-Release",
            "generator": "Ninja",
            "description": "TemplateDescription_Localize_x64ReleaseClang",
            "configurationType": "RelWithDebInfo",
            "inheritEnvironments": [ "clang_cl_x64_x64" ],
            "buildRoot": "${projectDir}\\out\\build\\${name}",
            "installRoot": "${projectDir}\\out\\install\\${name}",
            "cmakeCommandArgs": "",
            "buildCommandArgs": "",
            "ctestCommandArgs": ""
        },
        {
            "name": "TemplateName_Localize_ExistingCache",
            "description": "TemplateDescription_Localize_ExistingCache",
            "cacheRoot": ""
        }
    ]
}