Skip to content

Commit 8cfbd08

Browse files
committed
chore: apply review suggestion in tasks.json
1 parent b064a66 commit 8cfbd08

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"type": "process",
6060
"args": [
6161
"build",
62-
"${workspaceFolder}/DevTKSS.Uno.MvuxListApp/MvuxListApp.csproj",
62+
"${workspaceFolder}/DevTKSS.Uno.MvuxListApp/DevTKSS.Uno.MvuxListApp.csproj",
6363
"/property:GenerateFullPaths=true",
6464
"/property:TargetFramework=net9.0-desktop",
6565
"/consoleloggerparameters:NoSummary"

src/DevTKSS.Uno.Samples.sln

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DevTKSS.Extensions.Uno.Stor
2222
EndProject
2323
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DevTKSS.Uno.MvuxListApp", "DevTKSS.Uno.MvuxListApp\DevTKSS.Uno.MvuxListApp.csproj", "{20A1CEA4-65E5-0452-E02D-992C1F6E51D2}"
2424
EndProject
25+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "github Items", "github Items", "{84D27F74-D2BA-6C25-2661-968F101900D9}"
26+
ProjectSection(SolutionItems) = preProject
27+
..\.github\workflows\build-deploy-docs.yml = ..\.github\workflows\build-deploy-docs.yml
28+
EndProjectSection
29+
EndProject
2530
Global
2631
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2732
Debug|Any CPU = Debug|Any CPU

0 commit comments

Comments
 (0)