Skip to content

Commit 69a3a1b

Browse files
committed
refactor: seperated reading of PackageFile to created Storage Extension and EnumerableExtensions into nuget package DevTKSS.Extensions.Uno
chore: rename folders and solution chore: Delete unused files TODO: Update Samples Content
1 parent 42ad48f commit 69a3a1b

File tree

87 files changed

+631
-410
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+631
-410
lines changed
Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
4-
VisualStudioVersion = 17.12.35521.163 d17.12
4+
VisualStudioVersion = 17.12.35521.163
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnoHotDesignApp1", "UnoHotDesignApp1\UnoHotDesignApp1.csproj", "{084B95EA-9CB5-4C70-BC58-EC0EABB723EE}"
7-
EndProject
86
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E743ECB2-9BD7-4FBF-B90B-AA75D48758DB}"
97
ProjectSection(SolutionItems) = preProject
108
.gitignore = .gitignore
@@ -14,20 +12,23 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1412
global.json = global.json
1513
EndProjectSection
1614
EndProject
15+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DevTKSS.Uno.Samples.MvuxGallery", "src\DevTKSS.Uno.Samples.MvuxGallery\DevTKSS.Uno.Samples.MvuxGallery.csproj", "{794614E6-4D93-EC96-D234-DEA56A8F58F9}"
16+
EndProject
1717
Global
1818
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1919
Debug|Any CPU = Debug|Any CPU
2020
Release|Any CPU = Release|Any CPU
2121
EndGlobalSection
2222
GlobalSection(ProjectConfigurationPlatforms) = postSolution
23-
{084B95EA-9CB5-4C70-BC58-EC0EABB723EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
24-
{084B95EA-9CB5-4C70-BC58-EC0EABB723EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
25-
{084B95EA-9CB5-4C70-BC58-EC0EABB723EE}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
26-
{084B95EA-9CB5-4C70-BC58-EC0EABB723EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
27-
{084B95EA-9CB5-4C70-BC58-EC0EABB723EE}.Release|Any CPU.Build.0 = Release|Any CPU
28-
{084B95EA-9CB5-4C70-BC58-EC0EABB723EE}.Release|Any CPU.Deploy.0 = Release|Any CPU
23+
{794614E6-4D93-EC96-D234-DEA56A8F58F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
24+
{794614E6-4D93-EC96-D234-DEA56A8F58F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
25+
{794614E6-4D93-EC96-D234-DEA56A8F58F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
26+
{794614E6-4D93-EC96-D234-DEA56A8F58F9}.Release|Any CPU.Build.0 = Release|Any CPU
2927
EndGlobalSection
3028
GlobalSection(SolutionProperties) = preSolution
3129
HideSolutionNode = FALSE
3230
EndGlobalSection
31+
GlobalSection(ExtensibilityGlobals) = postSolution
32+
SolutionGuid = {13A54FC3-A0D0-4DC3-8785-25DFA362BE4D}
33+
EndGlobalSection
3334
EndGlobal

Directory.Packages.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
</ItemGroup>
1010
<ItemGroup>
1111
<PackageVersion Include="CommunityToolkit.WinUI.Converters" Version="8.2.250402" />
12+
<PackageVersion Include="DevTKSS.Extensions.Uno" Version="1.0.0-preview.1.0.0" />
1213
</ItemGroup>
1314
</Project>

UnoHotDesignApp1/Assets/Samples/Card-GalleryImage.DataTemplate.xaml.txt

Lines changed: 0 additions & 45 deletions
This file was deleted.

UnoHotDesignApp1/GeneralModels/CodeSampleService.cs

Lines changed: 0 additions & 37 deletions
This file was deleted.

UnoHotDesignApp1/GeneralModels/Entity.cs

Lines changed: 0 additions & 3 deletions
This file was deleted.

UnoHotDesignApp1/GeneralModels/HeaderContent.cs

Lines changed: 0 additions & 8 deletions
This file was deleted.

UnoHotDesignApp1/GeneralModels/SampleCode.cs

Lines changed: 0 additions & 15 deletions
This file was deleted.

UnoHotDesignApp1/Helpers/ConvertHelper.cs

Lines changed: 0 additions & 12 deletions
This file was deleted.

UnoHotDesignApp1/Presentation/Models/DashboardModel.cs

Lines changed: 0 additions & 107 deletions
This file was deleted.

UnoHotDesignApp1/Presentation/Models/MainModel.cs

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)