Skip to content

Commit b513d4f

Browse files
committed
chore(MvuxListApp): Rename Folder and update Solution Filter files.
1 parent 09910ef commit b513d4f

34 files changed

+10
-10
lines changed

.vscode/launch.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"request": "launch",
1414
"preLaunchTask": "build-desktop-MvuxGallery",
1515
// 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",
1717
"args": [],
1818
"launchSettingsProfile": "DevTKSS MvuxGallery (Desktop)",
1919
"env": {
2020
"DOTNET_MODIFIABLE_ASSEMBLIES": "debug"
2121
},
22-
"cwd": "${workspaceFolder}/DevTKSS.Uno.SampleApps.MvuxGallery",
22+
"cwd": "${workspaceFolder}/src/DevTKSS.Uno.SampleApps.MvuxGallery",
2323
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
2424
"console": "internalConsole",
2525
"stopAtEntry": false
@@ -30,13 +30,13 @@
3030
"request": "launch",
3131
"preLaunchTask": "build-desktop-XamlNavigationApp",
3232
// 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",
3434
"args": [],
3535
"launchSettingsProfile": "DevTKSS.Uno.XamlNavigationApp (Desktop)",
3636
"env": {
3737
"DOTNET_MODIFIABLE_ASSEMBLIES": "debug"
3838
},
39-
"cwd": "${workspaceFolder}/DevTKSS.Uno.XamlNavigationApp",
39+
"cwd": "${workspaceFolder}/src/DevTKSS.Uno.XamlNavigationApp",
4040
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
4141
"console": "internalConsole",
4242
"stopAtEntry": false
@@ -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/DevTKSS.Uno.MvuxListApp.dll",
53+
"program": "${workspaceFolder}/src/DevTKSS.Uno.MvuxListApp/bin/Debug/net9.0-desktop/DevTKSS.Uno.MvuxListApp.dll",
5454
"args": [],
5555
"launchSettingsProfile": "DevTKSS.Uno.MvuxListApp (Desktop)",
5656
"env": {
5757
"DOTNET_MODIFIABLE_ASSEMBLIES": "debug"
5858
},
59-
"cwd": "${workspaceFolder}/DevTKSS.Uno.MvuxListApp",
59+
"cwd": "${workspaceFolder}/src/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
@@ -67,13 +67,13 @@
6767
"request": "launch",
6868
"preLaunchTask": "build-desktop-SimpleMemberSelectionApp",
6969
// 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",
7171
"args": [],
7272
"launchSettingsProfile": "DevTKSS.Uno.SimpleMemberSelectionApp (Desktop)",
7373
"env": {
7474
"DOTNET_MODIFIABLE_ASSEMBLIES": "debug"
7575
},
76-
"cwd": "${workspaceFolder}/DevTKSS.Uno.SimpleMemberSelectionApp",
76+
"cwd": "${workspaceFolder}/src/DevTKSS.Uno.SimpleMemberSelectionApp",
7777
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
7878
"console": "internalConsole",
7979
"stopAtEntry": false

src/DevTKSS.Extensions.Uno-ExtensionsOnly.slnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"solution": {
33
"path": "..\\DevTKSS.Uno.SampleApps.slnx",
44
"projects": [
5-
"DevTKSS.Extensions.Uno\\DevTKSS.Extensions.Uno.csproj"
5+
"DevTKSS.Extensions.Uno.Storage\\DevTKSS.Extensions.Uno.Storage.csproj"
66
]
77
}
88
}
File renamed without changes.

src/MvuxListApp/Assets/Icons/icon_foreground.svg renamed to src/DevTKSS.Uno.MvuxListApp/Assets/Icons/icon_foreground.svg

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)