This commit is contained in:
Marco
2024-07-25 22:08:39 +01:00
parent ed33d7ec28
commit 60489fa334
2 changed files with 41 additions and 0 deletions

15
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,15 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "build",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}\\GeradoresWS\\GeradoresWS.csproj"
],
"problemMatcher": "$msCompile"
}
]
}