-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Maui.Breadcrumb.sln
52 lines (52 loc) · 2.72 KB
/
Maui.Breadcrumb.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32721.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Demo", "Demo", "{B4200167-FE8D-4B0D-8245-4455A34924B9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scr", "Scr", "{575C6A7C-090A-45F1-974F-33653546DE34}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{430D7583-975E-4F6D-92B6-8C5E45809EF9}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.github\workflows\build.yml = .github\workflows\build.yml
README.md = README.md
.github\workflows\release.yml = .github\workflows\release.yml
Settings.XamlStyler = Settings.XamlStyler
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App", "Demo\App.csproj", "{06DEFDE0-7EBA-4534-A798-183F4FFC1C1E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Breadcrumb", "Scr\Breadcrumb.csproj", "{5088F1F1-4AC8-41FD-A8F7-40103FBD8239}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{06DEFDE0-7EBA-4534-A798-183F4FFC1C1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06DEFDE0-7EBA-4534-A798-183F4FFC1C1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06DEFDE0-7EBA-4534-A798-183F4FFC1C1E}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{06DEFDE0-7EBA-4534-A798-183F4FFC1C1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06DEFDE0-7EBA-4534-A798-183F4FFC1C1E}.Release|Any CPU.Build.0 = Release|Any CPU
{06DEFDE0-7EBA-4534-A798-183F4FFC1C1E}.Release|Any CPU.Deploy.0 = Release|Any CPU
{5088F1F1-4AC8-41FD-A8F7-40103FBD8239}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5088F1F1-4AC8-41FD-A8F7-40103FBD8239}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5088F1F1-4AC8-41FD-A8F7-40103FBD8239}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{5088F1F1-4AC8-41FD-A8F7-40103FBD8239}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5088F1F1-4AC8-41FD-A8F7-40103FBD8239}.Release|Any CPU.Build.0 = Release|Any CPU
{5088F1F1-4AC8-41FD-A8F7-40103FBD8239}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{06DEFDE0-7EBA-4534-A798-183F4FFC1C1E} = {B4200167-FE8D-4B0D-8245-4455A34924B9}
{5088F1F1-4AC8-41FD-A8F7-40103FBD8239} = {575C6A7C-090A-45F1-974F-33653546DE34}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {664BFC88-DD58-4B5D-8EB7-92FDCF648338}
EndGlobalSection
EndGlobal