Add various uncommitted 2021 files for posterity

This commit is contained in:
Josh Creek
2022-10-12 18:28:43 +01:00
parent 3b3a25b9cd
commit fd8b8c7ef1
16 changed files with 848 additions and 18 deletions
+2 -2
View File
@@ -9,9 +9,9 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/2021/03/bin/Debug/net6.0/03.dll",
"program": "${workspaceFolder}/2021/09/bin/Debug/net6.0/09.dll",
"args": [],
"cwd": "${workspaceFolder}/2021/03",
"cwd": "${workspaceFolder}/2021/09",
"console": "internalConsole",
"stopAtEntry": false
},
+3 -3
View File
@@ -7,7 +7,7 @@
"type": "process",
"args": [
"build",
"${workspaceFolder}/2021/03/03.csproj",
"${workspaceFolder}/2021/04/04.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
@@ -19,7 +19,7 @@
"type": "process",
"args": [
"publish",
"${workspaceFolder}/2021/03/03.csproj",
"${workspaceFolder}/2021/04/04.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
@@ -32,7 +32,7 @@
"args": [
"watch",
"run",
"${workspaceFolder}/2021/03/03.csproj",
"${workspaceFolder}/2021/04/04.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],