Skip to content

Commit b064a66

Browse files
committed
chore(MvuxListApp): Rename Folder and update Solution Filter files.
1 parent e3a8b6a commit b064a66

36 files changed

+19
-31
lines changed

src/.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"request": "launch",
5454
"preLaunchTask": "build-desktop",
5555
// If you have changed target frameworks, make sure to update the program path.
56-
"program": "${workspaceFolder}/MvuxListApp/bin/Debug/net9.0-desktop/DevTKSS.Uno.MvuxListApp.dll",
56+
"program": "${workspaceFolder}/DevTKSS.Uno.MvuxListApp/bin/Debug/net9.0-desktop/DevTKSS.Uno.MvuxListApp.dll",
5757
"args": [],
5858
"launchSettingsProfile": "DevTKSS.Uno.MvuxListApp (Desktop)",
5959
"env": {

src/.vscode/tasks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"type": "process",
6060
"args": [
6161
"build",
62-
"${workspaceFolder}/MvuxListApp/MvuxListApp.csproj",
62+
"${workspaceFolder}/DevTKSS.Uno.MvuxListApp/MvuxListApp.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}/MvuxListApp/MvuxListApp.csproj",
75+
"${workspaceFolder}/DevTKSS.Uno.MvuxListApp/MvuxListApp.csproj",
7676
"/property:GenerateFullPaths=true",
7777
"/property:TargetFramework=net9.0-desktop",
7878
"/consoleloggerparameters:NoSummary"

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.Samples.sln",
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.

0 commit comments

Comments
 (0)