|
@@ -211,6 +211,24 @@
|
|
|
"all"
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "Distribution",
|
|
|
+ "configurePreset": "Distribution",
|
|
|
+ "displayName": "Build",
|
|
|
+ "description": "Build the project for distribution",
|
|
|
+ "targets": [
|
|
|
+ "all"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Debug",
|
|
|
+ "configurePreset": "Debug",
|
|
|
+ "displayName": "Build",
|
|
|
+ "description": "Build the project in debug",
|
|
|
+ "targets": [
|
|
|
+ "all"
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
"name": "Sanitizer",
|
|
|
"configurePreset": "Sanitizer",
|
|
@@ -249,6 +267,11 @@
|
|
|
"name": "Debug",
|
|
|
"inherits": "default",
|
|
|
"configurePreset": "Debug"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Distribution",
|
|
|
+ "inherits": "default",
|
|
|
+ "configurePreset": "Distribution"
|
|
|
}
|
|
|
]
|
|
|
}
|