-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathMyApp.sln
39 lines (39 loc) · 2.18 KB
/
MyApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34518.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyApp.MAUI", "MyApp.MAUI\MyApp.MAUI.csproj", "{CD8C0921-6E3D-4782-A383-B9AF1C602886}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyApp.Web", "MyApp.Web\MyApp.Web.csproj", "{4B46699A-2C52-4D9B-9ECC-BFC1DAB73044}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyApp.Shared", "MyApp.Shared\MyApp.Shared.csproj", "{2BD5CA44-7E13-4398-BF48-FBC1ED61E629}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CD8C0921-6E3D-4782-A383-B9AF1C602886}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD8C0921-6E3D-4782-A383-B9AF1C602886}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD8C0921-6E3D-4782-A383-B9AF1C602886}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{CD8C0921-6E3D-4782-A383-B9AF1C602886}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD8C0921-6E3D-4782-A383-B9AF1C602886}.Release|Any CPU.Build.0 = Release|Any CPU
{CD8C0921-6E3D-4782-A383-B9AF1C602886}.Release|Any CPU.Deploy.0 = Release|Any CPU
{4B46699A-2C52-4D9B-9ECC-BFC1DAB73044}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B46699A-2C52-4D9B-9ECC-BFC1DAB73044}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B46699A-2C52-4D9B-9ECC-BFC1DAB73044}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B46699A-2C52-4D9B-9ECC-BFC1DAB73044}.Release|Any CPU.Build.0 = Release|Any CPU
{2BD5CA44-7E13-4398-BF48-FBC1ED61E629}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BD5CA44-7E13-4398-BF48-FBC1ED61E629}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BD5CA44-7E13-4398-BF48-FBC1ED61E629}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BD5CA44-7E13-4398-BF48-FBC1ED61E629}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0AD52A0B-65E3-4768-A0A9-C156795A7DDB}
EndGlobalSection
EndGlobal