mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-16 07:27:45 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
![]() |
{
|
||
|
// See https://go.microsoft.com//fwlink//?linkid=834763 for more information about this file.
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "x86-Debug",
|
||
|
"generator": "Visual Studio 14 2015",
|
||
|
"configurationType" : "Debug",
|
||
|
"buildRoot": "${env.LOCALAPPDATA}\\CMakeBuild\\${workspaceHash}\\build\\${name}",
|
||
|
"cmakeCommandArgs": "",
|
||
|
"buildCommandArgs": "-m -v:minimal"
|
||
|
},
|
||
|
{
|
||
|
"name": "x86-Release",
|
||
|
"generator": "Visual Studio 14 2015",
|
||
|
"configurationType": "Release",
|
||
|
"buildRoot": "${env.LOCALAPPDATA}\\CMakeBuild\\${workspaceHash}\\build\\${name}",
|
||
|
"cmakeCommandArgs": "",
|
||
|
"buildCommandArgs": "-m -v:minimal"
|
||
|
},
|
||
|
{
|
||
|
"name": "x64-Debug",
|
||
|
"generator": "Visual Studio 14 2015 Win64",
|
||
|
"configurationType" : "Debug",
|
||
|
"buildRoot": "${env.LOCALAPPDATA}\\CMakeBuild\\${workspaceHash}\\build\\${name}",
|
||
|
"cmakeCommandArgs": "",
|
||
|
"buildCommandArgs": "-m -v:minimal"
|
||
|
},
|
||
|
{
|
||
|
"name": "x64-Release",
|
||
|
"generator": "Visual Studio 14 2015 Win64",
|
||
|
"configurationType": "Release",
|
||
|
"buildRoot": "${env.LOCALAPPDATA}\\CMakeBuild\\${workspaceHash}\\build\\${name}",
|
||
|
"cmakeCommandArgs": "",
|
||
|
"buildCommandArgs": "-m -v:minimal"
|
||
|
}
|
||
|
]
|
||
|
}
|