This commit is contained in:
Paul Schneider
2021-07-05 12:55:52 +01:00
parent 5de53a3cba
commit 476d35ae8a
270 changed files with 476 additions and 400 deletions

6
.vscode/tasks.json vendored
View File

@ -31,7 +31,7 @@
"command": "msbuild",
"type": "process",
"args": [
"src/applec",
"src/isn",
"/p:Configuration=Debug",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary",
@ -71,7 +71,7 @@
"command": "dotnet",
"type": "process",
"args": [
"${workspaceFolder}/bin/Debug/netcoreapp2.1/appled.dll"
"${workspaceFolder}/bin/Debug/netcoreapp2.1/isnd.dll"
],
"problemMatcher": "$msCompile"
},
@ -80,7 +80,7 @@
"command": "dotnet",
"type": "process",
"args": [
"bin/Debug/netcoreapp2.1/appled.dll",
"bin/Debug/netcoreapp2.1/isnd.dll",
"/property:GenerateFullPaths=true",
"/restore"
],