|
14 | 14 | "binaryDir": "${sourceDir}/out/build/${presetName}", |
15 | 15 | "installDir": "${sourceDir}/out/install/${presetName}" |
16 | 16 | }, |
| 17 | + { |
| 18 | + "name": "vsbase", |
| 19 | + "displayName": "Visual Studio Basic Config", |
| 20 | + "description": "Basic build using Visual Studio generator", |
| 21 | + "generator": "Visual Studio 17 2022", |
| 22 | + "hidden": true, |
| 23 | + "binaryDir": "${sourceDir}/out/build/${presetName}", |
| 24 | + "installDir": "${sourceDir}/out/install/${presetName}" |
| 25 | + }, |
17 | 26 | { |
18 | 27 | "name": "x64", |
19 | 28 | "architecture": { |
|
249 | 258 | { "name": "x86-Debug" , "description": "MSVC for x86 (Debug) for Windows 8", "inherits": [ "base", "x86", "Debug", "MSVC" ] }, |
250 | 259 | { "name": "x86-Release" , "description": "MSVC for x86 (Release) for Windows 8", "inherits": [ "base", "x86", "Release", "MSVC" ] }, |
251 | 260 |
|
| 261 | + { "name": "x64-Debug-VS" , "description": "MSVC for x64 (Debug) w/ MakeSpriteFont", "inherits": [ "vsbase", "x64", "Debug", "MSVC" ] }, |
| 262 | + { "name": "x64-Release-VS" , "description": "MSVC for x64 (Release) w/ MakeSpriteFont", "inherits": [ "vsbase", "x64", "Release", "MSVC" ] }, |
| 263 | + { "name": "x86-Debug-VS" , "description": "MSVC for x86 (Debug) w/ MakeSpriteFont", "inherits": [ "vsbase", "x86", "Debug", "MSVC" ] }, |
| 264 | + { "name": "x86-Release-VS" , "description": "MSVC for x86 (Release) w/ MakeSpriteFont", "inherits": [ "vsbase", "x86", "Release", "MSVC" ] }, |
| 265 | + |
252 | 266 | { "name": "x64-Debug-Win10" , "description": "MSVC for x64 (Debug) for Windows 10", "inherits": [ "base", "x64", "Debug", "MSVC", "Win10" ] }, |
253 | 267 | { "name": "x64-Release-Win10" , "description": "MSVC for x64 (Release) for Windows 10", "inherits": [ "base", "x64", "Release", "MSVC", "Win10" ] }, |
254 | 268 | { "name": "x86-Debug-Win10" , "description": "MSVC for x86 (Debug) for Windows 10", "inherits": [ "base", "x86", "Debug", "MSVC", "Win10" ] }, |
|
0 commit comments