mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-07 19:27:45 +00:00
21 lines
727 B
JSON
21 lines
727 B
JSON
{
|
|
// See https://go.microsoft.com//fwlink//?linkid=834763 for more information about this file.
|
|
"configurations": [
|
|
{
|
|
"name": "x64-Debug",
|
|
"generator": "Visual Studio 15 2017 Win64",
|
|
"configurationType": "Debug",
|
|
"buildRoot": "${env.USERPROFILE}\\CMakeBuild\\${workspaceHash}\\build\\${name}",
|
|
"cmakeCommandArgs": "-DCMAKE_BUILD_TYPE=\"Debug\"",
|
|
"buildCommandArgs": "-m -v:minimal"
|
|
},
|
|
{
|
|
"name": "x64-Release",
|
|
"generator": "Visual Studio 15 2017 Win64",
|
|
"configurationType": "Release",
|
|
"buildRoot": "${env.USERPROFILE}\\CMakeBuild\\${workspaceHash}\\build\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"buildCommandArgs": "-m -v:minimal"
|
|
}
|
|
]
|
|
}
|