2026-05-09 14:04:21 +02:00
|
|
|
{
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"tasks": [
|
|
|
|
|
{
|
|
|
|
|
"label": "build ImageCatalog Avalonia",
|
|
|
|
|
"type": "process",
|
|
|
|
|
"command": "dotnet",
|
|
|
|
|
"args": [
|
|
|
|
|
"build",
|
|
|
|
|
"${workspaceFolder:Catalog}/imagecatalog/ImageCatalog 2.csproj",
|
|
|
|
|
"--configuration",
|
|
|
|
|
"Debug"
|
|
|
|
|
],
|
|
|
|
|
"problemMatcher": "$msCompile",
|
|
|
|
|
"group": "build"
|
2026-06-06 11:54:21 +02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"label": "build CatalogLite Avalonia",
|
|
|
|
|
"type": "process",
|
|
|
|
|
"command": "dotnet",
|
|
|
|
|
"args": [
|
|
|
|
|
"build",
|
|
|
|
|
"${workspaceFolder:Catalog}/CatalogLite/CatalogLite.csproj",
|
|
|
|
|
"--configuration",
|
|
|
|
|
"Debug"
|
|
|
|
|
],
|
|
|
|
|
"problemMatcher": "$msCompile",
|
|
|
|
|
"group": "build"
|
2026-05-09 14:04:21 +02:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|