|
14 | 14 | "preLaunchTask": "build-server", |
15 | 15 | // "postDebugTask": "stop-all", |
16 | 16 | "program": "${workspaceFolder}/src/server/bin/Debug/${env:dotNetTarget}/CodeProject.AI.Server", |
| 17 | + "windows": { |
| 18 | + "program": "${workspaceFolder}/src/server/bin/Debug/net9.0/CodeProject.AI.Server", |
| 19 | + }, |
17 | 20 | "linux": { |
18 | 21 | "program": "${workspaceFolder}/src/server/bin/Debug/${env:dotNetTarget}/CodeProject.AI.Server.dll", |
19 | 22 | }, |
|
83 | 86 | "preLaunchTask": "build-all", |
84 | 87 | // "postDebugTask": "stop-all", |
85 | 88 | "program": "${workspaceFolder}/src/server/bin/Debug/${env:dotNetTarget}/CodeProject.AI.Server", |
| 89 | + "windows": { |
| 90 | + "program": "${workspaceFolder}/src/server/bin/Debug/net9.0/CodeProject.AI.Server", |
| 91 | + }, |
86 | 92 | "linux": { |
87 | 93 | "program": "${workspaceFolder}/src/server/bin/Debug/${env:dotNetTarget}/CodeProject.AI.Server.dll", |
88 | 94 | }, |
|
139 | 145 | "type": "coreclr", |
140 | 146 | "request": "launch", |
141 | 147 | "program": "${workspaceFolder}/src/server/bin/Debug/${env:dotNetTarget}/CodeProject.AI.Server", |
| 148 | + "windows": { |
| 149 | + "program": "${workspaceFolder}/src/server/bin/Debug/net9.0/CodeProject.AI.Server", |
| 150 | + }, |
142 | 151 | "linux": { |
143 | 152 | "program": "${workspaceFolder}/src/server/bin/Debug/${env:dotNetTarget}/CodeProject.AI.Server.dll", |
144 | 153 | }, |
|
188 | 197 | "type": "coreclr", |
189 | 198 | "request": "launch", |
190 | 199 | "preLaunchTask": "build-server", |
191 | | - "program": "${workspaceFolder}/src/server/bin/Debug/${env:dotNetTarget}/CodeProject.AI.Server.exe", |
| 200 | + "program": "${workspaceFolder}/src/server/bin/Debug/${env:dotNetTarget}/CodeProject.AI.Server", |
| 201 | + "windows": { |
| 202 | + "program": "${workspaceFolder}/src/server/bin/Debug/net9.0/CodeProject.AI.Server.exe", |
| 203 | + }, |
192 | 204 | "linux": { |
193 | 205 | "program": "${workspaceFolder}/src/server/bin/Debug/${env:dotNetTarget}/CodeProject.AI.Server.dll", |
194 | 206 | }, |
|
231 | 243 | "request": "launch", |
232 | 244 | "preLaunchTask": "build-yolo-net", |
233 | 245 | "program": "${workspaceFolder}/modules/ObjectDetectionYOLOv5Net/bin/Debug/${env:dotNetTarget}/ObjectDetectionYOLOv5Net", |
| 246 | + "windows": { |
| 247 | + "program": "${workspaceFolder}/modules/ObjectDetectionYOLOv5Net/bin/Debug/9.0/ObjectDetectionYOLOv5Net", |
| 248 | + }, |
234 | 249 | "linux": { |
235 | 250 | "program": "${workspaceFolder}/modules/ObjectDetectionYOLOv5Net/bin/Debug/${env:dotNetTarget}/ObjectDetectionYOLOv5Net.dll", |
236 | 251 | }, |
|
333 | 348 | "request": "launch", |
334 | 349 | "preLaunchTask": "build-parsejson", |
335 | 350 | "program": "${workspaceFolder}/utils/ParseJSON/bin/Debug/${env:dotNetTarget}/ParseJSON", |
| 351 | + "windows": { |
| 352 | + "program": "${workspaceFolder}/utils/ParseJSON/bin/Debug/9.0/ParseJSON", |
| 353 | + }, |
336 | 354 | "linux": { |
337 | 355 | "program": "${workspaceFolder}/utils/ParseJSON/bin/Debug/${env:dotNetTarget}/ParseJSON.dll", |
338 | 356 | }, |
|
451 | 469 | "request": "launch", |
452 | 470 | "preLaunchTask": "build-ai-explorer", |
453 | 471 | "windows": { |
454 | | - "program": "${workspaceFolder}/src/demos/clients/Net/AiExplorer/bin/Debug/${env:dotNetTarget}-windows/AiExplorer.exe", |
| 472 | + "program": "${workspaceFolder}/src/demos/clients/Net/AiExplorer/bin/Debug/net9.0-windows/AiExplorer.exe", |
455 | 473 | }, |
456 | 474 | "args": [], |
457 | 475 | "cwd": "${workspaceFolder}", |
|
472 | 490 | "type": "coreclr", |
473 | 491 | "request": "launch", |
474 | 492 | "preLaunchTask": "build-json-client", |
475 | | - "program": "${workspaceFolder}/src/demos/clients/Net/JsonAPI/bin/Debug/${env:dotNetTarget}/JsonAPI", |
| 493 | + "program": "${workspaceFolder}/src/demos/clients/Net/JsonAPI/bin/Debug/net9.0/JsonAPI", |
476 | 494 | "linux": { |
477 | 495 | "program": "${workspaceFolder}/src/demos/clients/Net/JsonAPI/bin/Debug/${env:dotNetTarget}/JsonAPI.dll", |
478 | 496 | }, |
|
598 | 616 | "request": "launch", |
599 | 617 | "preLaunchTask": "build-demo-net", |
600 | 618 | "program": "${workspaceFolder}/src/demos/modules/DotNetSimple/bin/Debug/${env:dotNetTarget}/DotNetSimple", |
| 619 | + "windows": { |
| 620 | + "program": "${workspaceFolder}/src/demos/modules/DotNetSimple/bin/Debug/net9.0/DotNetSimple", |
| 621 | + }, |
601 | 622 | "linux": { |
602 | 623 | "program": "${workspaceFolder}/src/demos/modules/DotNetSimple/bin/Debug/${env:dotNetTarget}/DotNetSimple.dll", |
603 | 624 | }, |
|
625 | 646 | "request": "launch", |
626 | 647 | "preLaunchTask": "build-demo_module_dotnetlongprocess", |
627 | 648 | "program": "${workspaceFolder}/src/demos/modules/DotNetLongProcess/bin/Debug/${env:dotNetTarget}/DotNetLongProcess", |
| 649 | + "windows": { |
| 650 | + "program": "${workspaceFolder}/src/demos/modules/DotNetLongProcess/bin/Debug/net9.0/DotNetLongProcess", |
| 651 | + }, |
628 | 652 | "linux": { |
629 | 653 | "program": "${workspaceFolder}/src/demos/modules/DotNetLongProcess/bin/Debug/${env:dotNetTarget}/DotNetLongProcess.dll", |
630 | 654 | }, |
|
0 commit comments