Skip to content

Commit 09910ef

Browse files
DevTKSSCopilot
andcommitted
chore: fix launch.json
Co-authored-by: Copilot <[email protected]> chore: update launch.json chore: fix launch.json path Co-authored-by: Copilot <[email protected]> chore: Update path in src/.vscode/tasks.json Co-authored-by: Copilot <[email protected]>
1 parent 605d8a3 commit 09910ef

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.vscode/launch.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
"request": "launch",
5151
"preLaunchTask": "build-desktop",
5252
// If you have changed target frameworks, make sure to update the program path.
53-
"program": "${workspaceFolder}/MvuxListApp/bin/Debug/net9.0-desktop/MvuxListApp.dll",
53+
"program": "${workspaceFolder}/MvuxListApp/bin/Debug/net9.0-desktop/DevTKSS.Uno.MvuxListApp.dll",
5454
"args": [],
55-
"launchSettingsProfile": "MvuxListApp (Desktop)",
55+
"launchSettingsProfile": "DevTKSS.Uno.MvuxListApp (Desktop)",
5656
"env": {
5757
"DOTNET_MODIFIABLE_ASSEMBLIES": "debug"
5858
},
59-
"cwd": "${workspaceFolder}/MvuxListApp",
59+
"cwd": "${workspaceFolder}/DevTKSS.Uno.MvuxListApp",
6060
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
6161
"console": "internalConsole",
6262
"stopAtEntry": false

.vscode/tasks.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "process",
88
"args": [
99
"build",
10-
"${workspaceFolder}/DevTKSS.Uno.SampleApps.MvuxGallery/DevTKSS.Uno.SampleApps.MvuxGallery.csproj",
10+
"${workspaceFolder}/src/DevTKSS.Uno.Samples.MvuxGallery/DevTKSS.Uno.Samples.MvuxGallery.csproj",
1111
"/property:GenerateFullPaths=true",
1212
"/property:TargetFramework=net9.0-desktop",
1313
"/consoleloggerparameters:NoSummary"
@@ -20,7 +20,7 @@
2020
"type": "process",
2121
"args": [
2222
"publish",
23-
"${workspaceFolder}/DevTKSS.Uno.SampleApps.MvuxGallery/DevTKSS.Uno.SampleApps.MvuxGallery.csproj",
23+
"${workspaceFolder}/src/DevTKSS.Uno.Samples.MvuxGallery/DevTKSS.Uno.Samples.MvuxGallery.csproj",
2424
"/property:GenerateFullPaths=true",
2525
"/property:TargetFramework=net9.0-desktop",
2626
"/consoleloggerparameters:NoSummary"
@@ -33,7 +33,7 @@
3333
"type": "process",
3434
"args": [
3535
"build",
36-
"${workspaceFolder}/DevTKSS.Uno.XamlNavigationApp/DevTKSS.Uno.XamlNavigationApp.csproj",
36+
"${workspaceFolder}/src/DevTKSS.Uno.XamlNavigationApp/DevTKSS.Uno.XamlNavigationApp.csproj",
3737
"/property:GenerateFullPaths=true",
3838
"/property:TargetFramework=net9.0-desktop",
3939
"/consoleloggerparameters:NoSummary"
@@ -46,7 +46,7 @@
4646
"type": "process",
4747
"args": [
4848
"publish",
49-
"${workspaceFolder}/DevTKSS.Uno.XamlNavigationApp/DevTKSS.Uno.XamlNavigationApp.csproj",
49+
"${workspaceFolder}/src/DevTKSS.Uno.XamlNavigationApp/DevTKSS.Uno.XamlNavigationApp.csproj",
5050
"/property:GenerateFullPaths=true",
5151
"/property:TargetFramework=net9.0-desktop",
5252
"/consoleloggerparameters:NoSummary"
@@ -59,7 +59,7 @@
5959
"type": "process",
6060
"args": [
6161
"build",
62-
"${workspaceFolder}/DevTKSS.Uno.SimpleMemberSelectionApp/DevTKSS.Uno.SimpleMemberSelectionApp.csproj",
62+
"${workspaceFolder}/src/DevTKSS.Uno.SimpleMemberSelectionApp/DevTKSS.Uno.SimpleMemberSelectionApp.csproj",
6363
"/property:GenerateFullPaths=true",
6464
"/property:TargetFramework=net9.0-desktop",
6565
"/consoleloggerparameters:NoSummary"
@@ -72,7 +72,7 @@
7272
"type": "process",
7373
"args": [
7474
"publish",
75-
"${workspaceFolder}/DevTKSS.Uno.SimpleMemberSelectionApp/DevTKSS.Uno.SimpleMemberSelectionApp.csproj",
75+
"${workspaceFolder}/src/DevTKSS.Uno.SimpleMemberSelectionApp/DevTKSS.Uno.SimpleMemberSelectionApp.csproj",
7676
"/property:GenerateFullPaths=true",
7777
"/property:TargetFramework=net9.0-desktop",
7878
"/consoleloggerparameters:NoSummary"
@@ -85,7 +85,7 @@
8585
"type": "process",
8686
"args": [
8787
"build",
88-
"${workspaceFolder}/MvuxListApp/MvuxListApp.csproj",
88+
"${workspaceFolder}/src/DevTKSS.Uno.MvuxListApp/DevTKSS.Uno.MvuxListApp.csproj",
8989
"/property:GenerateFullPaths=true",
9090
"/property:TargetFramework=net9.0-desktop",
9191
"/consoleloggerparameters:NoSummary"
@@ -98,7 +98,7 @@
9898
"type": "process",
9999
"args": [
100100
"publish",
101-
"${workspaceFolder}/MvuxListApp/MvuxListApp.csproj",
101+
"${workspaceFolder}/src/DevTKSS.Uno.MvuxListApp/DevTKSS.Uno.MvuxListApp.csproj",
102102
"/property:GenerateFullPaths=true",
103103
"/property:TargetFramework=net9.0-desktop",
104104
"/consoleloggerparameters:NoSummary"

0 commit comments

Comments
 (0)