Files
2025-11-13 16:39:25 +08:00

17 lines
217 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "dotnet",
"task": "build",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [
"$msCompile"
],
"label": "build"
}
]
}