|
13 | 13 | "request": "launch", |
14 | 14 | "preLaunchTask": "build-desktop-MvuxGallery", |
15 | 15 | // If you have changed target frameworks, make sure to update the program path. |
16 | | - "program": "${workspaceFolder}/DevTKSS.Uno.SampleApps.MvuxGallery/bin/Debug/net9.0-desktop/DevTKSS.Uno.SampleApps.MvuxGallery.dll", |
| 16 | + "program": "${workspaceFolder}/src/DevTKSS.Uno.SampleApps.MvuxGallery/bin/Debug/net9.0-desktop/DevTKSS.Uno.SampleApps.MvuxGallery.dll", |
17 | 17 | "args": [], |
18 | 18 | "launchSettingsProfile": "DevTKSS MvuxGallery (Desktop)", |
19 | 19 | "env": { |
20 | 20 | "DOTNET_MODIFIABLE_ASSEMBLIES": "debug" |
21 | 21 | }, |
22 | | - "cwd": "${workspaceFolder}/DevTKSS.Uno.SampleApps.MvuxGallery", |
| 22 | + "cwd": "${workspaceFolder}/src/DevTKSS.Uno.SampleApps.MvuxGallery", |
23 | 23 | // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console |
24 | 24 | "console": "internalConsole", |
25 | 25 | "stopAtEntry": false |
|
30 | 30 | "request": "launch", |
31 | 31 | "preLaunchTask": "build-desktop-XamlNavigationApp", |
32 | 32 | // If you have changed target frameworks, make sure to update the program path. |
33 | | - "program": "${workspaceFolder}/DevTKSS.Uno.XamlNavigationApp/bin/Debug/net9.0-desktop/DevTKSS.Uno.XamlNavigationApp.dll", |
| 33 | + "program": "${workspaceFolder}/src/DevTKSS.Uno.XamlNavigationApp/bin/Debug/net9.0-desktop/DevTKSS.Uno.XamlNavigationApp.dll", |
34 | 34 | "args": [], |
35 | 35 | "launchSettingsProfile": "DevTKSS.Uno.XamlNavigationApp (Desktop)", |
36 | 36 | "env": { |
37 | 37 | "DOTNET_MODIFIABLE_ASSEMBLIES": "debug" |
38 | 38 | }, |
39 | | - "cwd": "${workspaceFolder}/DevTKSS.Uno.XamlNavigationApp", |
| 39 | + "cwd": "${workspaceFolder}/src/DevTKSS.Uno.XamlNavigationApp", |
40 | 40 | // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console |
41 | 41 | "console": "internalConsole", |
42 | 42 | "stopAtEntry": false |
|
50 | 50 | "request": "launch", |
51 | 51 | "preLaunchTask": "build-desktop", |
52 | 52 | // If you have changed target frameworks, make sure to update the program path. |
53 | | - "program": "${workspaceFolder}/MvuxListApp/bin/Debug/net9.0-desktop/DevTKSS.Uno.MvuxListApp.dll", |
| 53 | + "program": "${workspaceFolder}/src/DevTKSS.Uno.MvuxListApp/bin/Debug/net9.0-desktop/DevTKSS.Uno.MvuxListApp.dll", |
54 | 54 | "args": [], |
55 | 55 | "launchSettingsProfile": "DevTKSS.Uno.MvuxListApp (Desktop)", |
56 | 56 | "env": { |
57 | 57 | "DOTNET_MODIFIABLE_ASSEMBLIES": "debug" |
58 | 58 | }, |
59 | | - "cwd": "${workspaceFolder}/DevTKSS.Uno.MvuxListApp", |
| 59 | + "cwd": "${workspaceFolder}/src/DevTKSS.Uno.MvuxListApp", |
60 | 60 | // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console |
61 | 61 | "console": "internalConsole", |
62 | 62 | "stopAtEntry": false |
|
67 | 67 | "request": "launch", |
68 | 68 | "preLaunchTask": "build-desktop-SimpleMemberSelectionApp", |
69 | 69 | // If you have changed target frameworks, make sure to update the program path. |
70 | | - "program": "${workspaceFolder}/DevTKSS.Uno.SimpleMemberSelectionApp-1/bin/Debug/net9.0-desktop/DevTKSS.Uno.SimpleMemberSelectionApp.dll", |
| 70 | + "program": "${workspaceFolder}/src/DevTKSS.Uno.SimpleMemberSelectionApp/bin/Debug/net9.0-desktop/DevTKSS.Uno.SimpleMemberSelectionApp.dll", |
71 | 71 | "args": [], |
72 | 72 | "launchSettingsProfile": "DevTKSS.Uno.SimpleMemberSelectionApp (Desktop)", |
73 | 73 | "env": { |
74 | 74 | "DOTNET_MODIFIABLE_ASSEMBLIES": "debug" |
75 | 75 | }, |
76 | | - "cwd": "${workspaceFolder}/DevTKSS.Uno.SimpleMemberSelectionApp", |
| 76 | + "cwd": "${workspaceFolder}/src/DevTKSS.Uno.SimpleMemberSelectionApp", |
77 | 77 | // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console |
78 | 78 | "console": "internalConsole", |
79 | 79 | "stopAtEntry": false |
|
0 commit comments