ModelingDebug/.vscode/tasks.json

16 lines
289 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "dotnet",
"task": "build D:\\Debug\\Debug.csproj",
"file": "D:\\Debug\\Debug.csproj",
"group": {
"kind": "test",
"isDefault": true
},
"problemMatcher": [],
"label": "dotnet: build D:\\Debug\\Debug.csproj"
}
]
}