HAcontrol/.vscode/tasks.json
audioprog fb4730effe Init
2025-08-15 23:40:39 +02:00

14 lines
No EOL
244 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "msbuild",
"problemMatcher": [
"$msCompile"
],
"group": "build",
"label": "Build: HAcontrol.csproj",
"detail": "Build the HAcontrol.csproj project using dotnet build"
}
]
}