-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathMauiApps.sln
43 lines (43 loc) · 2.52 KB
/
MauiApps.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MauiAppWithBroker", "MauiAppWithBroker\MauiAppWithBroker.csproj", "{B2CDEFCB-CE8D-4527-8F68-23B1BE6FB3D2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MauiAppBasic", "MauiAppBasic\MauiAppBasic.csproj", "{D790B117-3C9A-4F69-BF62-8E29EEE3632D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MauiB2C", "MauiAppB2C\MauiB2C.csproj", "{9726A8E6-9C63-429F-B8F3-6277A528CBBF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B2CDEFCB-CE8D-4527-8F68-23B1BE6FB3D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2CDEFCB-CE8D-4527-8F68-23B1BE6FB3D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2CDEFCB-CE8D-4527-8F68-23B1BE6FB3D2}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{B2CDEFCB-CE8D-4527-8F68-23B1BE6FB3D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2CDEFCB-CE8D-4527-8F68-23B1BE6FB3D2}.Release|Any CPU.Build.0 = Release|Any CPU
{B2CDEFCB-CE8D-4527-8F68-23B1BE6FB3D2}.Release|Any CPU.Deploy.0 = Release|Any CPU
{D790B117-3C9A-4F69-BF62-8E29EEE3632D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D790B117-3C9A-4F69-BF62-8E29EEE3632D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D790B117-3C9A-4F69-BF62-8E29EEE3632D}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{D790B117-3C9A-4F69-BF62-8E29EEE3632D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D790B117-3C9A-4F69-BF62-8E29EEE3632D}.Release|Any CPU.Build.0 = Release|Any CPU
{D790B117-3C9A-4F69-BF62-8E29EEE3632D}.Release|Any CPU.Deploy.0 = Release|Any CPU
{9726A8E6-9C63-429F-B8F3-6277A528CBBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9726A8E6-9C63-429F-B8F3-6277A528CBBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9726A8E6-9C63-429F-B8F3-6277A528CBBF}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{9726A8E6-9C63-429F-B8F3-6277A528CBBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9726A8E6-9C63-429F-B8F3-6277A528CBBF}.Release|Any CPU.Build.0 = Release|Any CPU
{9726A8E6-9C63-429F-B8F3-6277A528CBBF}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A74CE8D7-324D-4496-81C4-5CA9CC411B18}
EndGlobalSection
EndGlobal