|
427 | 427 | "generator": "Visual Studio 17 2022",
|
428 | 428 | "inherits": [
|
429 | 429 | "Ninja-Profile",
|
430 |
| - "VS2022-Win64-VK-Default" |
| 430 | + "VS2022-Win64" |
431 | 431 | ]
|
432 | 432 | },
|
433 | 433 | {
|
|
437 | 437 | "generator": "Visual Studio 17 2022",
|
438 | 438 | "inherits": [
|
439 | 439 | "Ninja-Profile",
|
440 |
| - "VS2022-Win32-VK-Default" |
| 440 | + "VS2022-Win32" |
441 | 441 | ]
|
442 | 442 | },
|
443 | 443 | {
|
|
446 | 446 | "description": "Profile configuration using Visual Studio 2022 generator for Windows x64 (Vulkan)",
|
447 | 447 | "generator": "Visual Studio 17 2022",
|
448 | 448 | "inherits": [
|
449 |
| - "Ninja-Profile", |
450 |
| - "VS2022-Win64-VK-Default" |
| 449 | + "Ninja-Profile-Vulkan", |
| 450 | + "VS2022-Win64" |
451 | 451 | ]
|
452 | 452 | },
|
453 | 453 | {
|
|
456 | 456 | "description": "Profile configuration using Visual Studio 2022 generator for Windows x86 (Vulkan)",
|
457 | 457 | "generator": "Visual Studio 17 2022",
|
458 | 458 | "inherits": [
|
459 |
| - "Ninja-Profile", |
460 |
| - "VS2022-Win32-VK-Default" |
| 459 | + "Ninja-Profile-Vulkan", |
| 460 | + "VS2022-Win32" |
461 | 461 | ]
|
462 | 462 | },
|
463 | 463 |
|
|
468 | 468 | "generator": "Visual Studio 17 2022",
|
469 | 469 | "inherits": [
|
470 | 470 | "Ninja-Scan",
|
471 |
| - "VS2022-Win64-DX-Default" |
| 471 | + "VS2022-Win64" |
472 | 472 | ]
|
473 | 473 | },
|
474 | 474 | {
|
|
478 | 478 | "generator": "Visual Studio 17 2022",
|
479 | 479 | "inherits": [
|
480 | 480 | "Ninja-Scan",
|
481 |
| - "VS2022-Win32-DX-Default" |
| 481 | + "VS2022-Win32" |
482 | 482 | ]
|
483 | 483 | },
|
484 | 484 | {
|
|
832 | 832 | "configuration": "Debug"
|
833 | 833 | },
|
834 | 834 |
|
| 835 | + { |
| 836 | + "name": "Ninja-Win-VK-Debug", |
| 837 | + "displayName": "Debug - Ninja Multi-Config - Windows (Vulkan)", |
| 838 | + "description": "Debug build with Ninja Multi-Config for Windows (Vulkan)", |
| 839 | + "inherits": [ "Windows-Build" ], |
| 840 | + "configurePreset": "Ninja-Win-VK-Default", |
| 841 | + "configuration": "Debug" |
| 842 | + }, |
| 843 | + { |
| 844 | + "name": "Ninja-Win-VK-Release", |
| 845 | + "displayName": "Release - Ninja Multi-Config - Windows (Vulkan)", |
| 846 | + "description": "Release build with Ninja Multi-Config for Windows (Vulkan)", |
| 847 | + "inherits": [ "Windows-Build" ], |
| 848 | + "configurePreset": "Ninja-Win-VK-Default", |
| 849 | + "configuration": "Release" |
| 850 | + }, |
| 851 | + { |
| 852 | + "name": "Ninja-Win-VK-Profile", |
| 853 | + "displayName": "Profile - Ninja Multi-Config - Windows (Vulkan)", |
| 854 | + "description": "Profiling build with Ninja Multi-Config for Windows (Vulkan)", |
| 855 | + "inherits": [ "Windows-Build" ], |
| 856 | + "configurePreset": "Ninja-Win-VK-Profile", |
| 857 | + "configuration": "RelWithDebInfo" |
| 858 | + }, |
| 859 | + { |
| 860 | + "name": "Ninja-Win-VK-Scan", |
| 861 | + "displayName": "Scan - Ninja Multi-Config - Windows (Vulkan)", |
| 862 | + "description": "Scanning build with Ninja Multi-Config for Windows (Vulkan)", |
| 863 | + "inherits": [ "Windows-Build" ], |
| 864 | + "configurePreset": "Ninja-Win-VK-Scan", |
| 865 | + "configuration": "Debug" |
| 866 | + }, |
| 867 | + |
835 | 868 | {
|
836 | 869 | "name": "VS2022-Win64-DX-Scan",
|
837 | 870 | "displayName": "Scan - VS2022 - Windows x64 (DirectX)",
|
|
0 commit comments