remove specific x64 dir
parent
b873c43424
commit
fdcc17c2e3
|
@ -6,7 +6,7 @@
|
|||
"type": "clr",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "Build: Framework Debug",
|
||||
"program": "${workspaceFolder}/ProjectName/bin/x64/Debug/net461/ProjectName.exe",
|
||||
"program": "${workspaceFolder}/ProjectName/bin/Debug/net461/ProjectName.exe",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}/ProjectName/bin/Debug/net461",
|
||||
"console": "integratedTerminal",
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
"LD_LIBRARY_PATH": "./lib64",
|
||||
"DYLD_LIBRARY_PATH": "./osx"
|
||||
},
|
||||
"cwd": "${workspaceFolder}/ProjectName/bin/x64/Release/net461"
|
||||
"cwd": "${workspaceFolder}/ProjectName/bin/Release/net461"
|
||||
},
|
||||
"type": "process",
|
||||
"group": {
|
||||
|
@ -97,7 +97,7 @@
|
|||
"LD_LIBRARY_PATH": "./lib64",
|
||||
"DYLD_LIBRARY_PATH": "./osx"
|
||||
},
|
||||
"cwd": "${workspaceFolder}/ProjectName/bin/x64/Debug/net461"
|
||||
"cwd": "${workspaceFolder}/ProjectName/bin/Debug/net461"
|
||||
},
|
||||
"type": "process",
|
||||
"group": {
|
||||
|
|
Loading…
Reference in New Issue