-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathMaui.ServerDrivenUI.sln
42 lines (42 loc) · 2.17 KB
/
Maui.ServerDrivenUI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Maui.ServerDrivenUI", "Maui.ServerDrivenUI\Maui.ServerDrivenUI.csproj", "{E67A0AF3-8CB0-4E40-99A0-6C2001D7E0D1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{F10F03A1-DB9B-409F-9A08-FAF47A8EA0C1}"
ProjectSection(SolutionItems) = preProject
.github\workflows\PackageCI.yml = .github\workflows\PackageCI.yml
.github\workflows\PrCheck.yml = .github\workflows\PrCheck.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Itens de Solução", "Itens de Solução", "{939CF0C4-3AE5-4EB6-8280-9A2C254190BB}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Maui.ServerDrivenUI.Xaml", "Maui.ServerDrivenUI.Xaml\Maui.ServerDrivenUI.Xaml.csproj", "{28109973-FDEC-4CA8-9E37-D16AE77F9B4C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E67A0AF3-8CB0-4E40-99A0-6C2001D7E0D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E67A0AF3-8CB0-4E40-99A0-6C2001D7E0D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E67A0AF3-8CB0-4E40-99A0-6C2001D7E0D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E67A0AF3-8CB0-4E40-99A0-6C2001D7E0D1}.Release|Any CPU.Build.0 = Release|Any CPU
{28109973-FDEC-4CA8-9E37-D16AE77F9B4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28109973-FDEC-4CA8-9E37-D16AE77F9B4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28109973-FDEC-4CA8-9E37-D16AE77F9B4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28109973-FDEC-4CA8-9E37-D16AE77F9B4C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {73A17B04-AE7A-4AA1-8730-A3172CCEAD2F}
EndGlobalSection
EndGlobal