REORG
This commit is contained in:
parent
fcea41f8c1
commit
f46ca00de9
13 changed files with 105 additions and 125 deletions
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue