This commit is contained in:
2022-09-25 02:24:21 +01:00
parent fcea41f8c1
commit f46ca00de9
13 changed files with 105 additions and 125 deletions

4
.vscode/launch.json vendored
View File

@ -27,8 +27,8 @@
"name": "web",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "publish",
"program": "${workspaceFolder}/artifacts/isnd.dll",
"preLaunchTask": "build",
"program": "${workspaceFolder}/src/isnd/bin/Debug/netcoreapp2.1/isnd.dll",
"args": [],
"cwd": "${workspaceFolder}/src/isnd",
"stopAtEntry": false,