-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPearl.sln
45 lines (45 loc) · 2.66 KB
/
Pearl.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pearl.Api", "Pearl.Api\Pearl.Api.csproj", "{ED8F9F39-12DB-4341-BCEC-7F1189BDFEBC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pearl.Database", "Pearl.Database\Pearl.Database.csproj", "{05ABEBE4-6D2C-4AAE-A2AD-7B140C003086}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pearl.Maui", "Pearl.Maui\Pearl.Maui.csproj", "{3F3F3E62-7AAA-4F21-A61E-5EF2A09B75C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pearl.Models", "Pearl.Models\Pearl.Models.csproj", "{2C5F240F-036E-4C47-B5DB-D73BD650421D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ED8F9F39-12DB-4341-BCEC-7F1189BDFEBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED8F9F39-12DB-4341-BCEC-7F1189BDFEBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED8F9F39-12DB-4341-BCEC-7F1189BDFEBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED8F9F39-12DB-4341-BCEC-7F1189BDFEBC}.Release|Any CPU.Build.0 = Release|Any CPU
{05ABEBE4-6D2C-4AAE-A2AD-7B140C003086}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05ABEBE4-6D2C-4AAE-A2AD-7B140C003086}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05ABEBE4-6D2C-4AAE-A2AD-7B140C003086}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05ABEBE4-6D2C-4AAE-A2AD-7B140C003086}.Release|Any CPU.Build.0 = Release|Any CPU
{3F3F3E62-7AAA-4F21-A61E-5EF2A09B75C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F3F3E62-7AAA-4F21-A61E-5EF2A09B75C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F3F3E62-7AAA-4F21-A61E-5EF2A09B75C3}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{3F3F3E62-7AAA-4F21-A61E-5EF2A09B75C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F3F3E62-7AAA-4F21-A61E-5EF2A09B75C3}.Release|Any CPU.Build.0 = Release|Any CPU
{3F3F3E62-7AAA-4F21-A61E-5EF2A09B75C3}.Release|Any CPU.Deploy.0 = Release|Any CPU
{2C5F240F-036E-4C47-B5DB-D73BD650421D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C5F240F-036E-4C47-B5DB-D73BD650421D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C5F240F-036E-4C47-B5DB-D73BD650421D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C5F240F-036E-4C47-B5DB-D73BD650421D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B2F1B9E4-DA8D-40ED-A365-9E0433149713}
EndGlobalSection
EndGlobal