Verzeichnisstruktur geändert

This commit is contained in:
HuskyTeufel
2021-08-05 09:18:07 +02:00
parent 4d26bb007e
commit e041283a39
7 changed files with 47310 additions and 4 deletions

12
.vscode/tasks.json vendored
View File

@@ -1,6 +1,18 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "buildprogramm",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/XMLProgramm/XMLProgramm.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "build",
"command": "dotnet",