-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPMS.sln
49 lines (49 loc) · 2.98 KB
/
PMS.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28705.295
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PMS", "PMS\PMS.csproj", "{C2127852-D1E6-458F-9FAE-1D70FA951C73}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PMS.Repository", "PMS.Repository\PMS.Repository.csproj", "{AC644EB8-E569-47FC-8EDB-8961AA2818DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PMS.Infrastructure", "PMS.Infrastructure\PMS.Infrastructure.csproj", "{917E4FEF-1774-439B-A0BB-FEEDD91C9071}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PMS.Services", "PMS.Services\PMS.Services.csproj", "{A5FB7389-BBD6-43C8-A093-5FF90F74EC93}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IdentityServer", "IdentityServer\IdentityServer.csproj", "{0CD1F390-882F-46E6-A732-8EB0FC15D694}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C2127852-D1E6-458F-9FAE-1D70FA951C73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2127852-D1E6-458F-9FAE-1D70FA951C73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2127852-D1E6-458F-9FAE-1D70FA951C73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2127852-D1E6-458F-9FAE-1D70FA951C73}.Release|Any CPU.Build.0 = Release|Any CPU
{AC644EB8-E569-47FC-8EDB-8961AA2818DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC644EB8-E569-47FC-8EDB-8961AA2818DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC644EB8-E569-47FC-8EDB-8961AA2818DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC644EB8-E569-47FC-8EDB-8961AA2818DC}.Release|Any CPU.Build.0 = Release|Any CPU
{917E4FEF-1774-439B-A0BB-FEEDD91C9071}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{917E4FEF-1774-439B-A0BB-FEEDD91C9071}.Debug|Any CPU.Build.0 = Debug|Any CPU
{917E4FEF-1774-439B-A0BB-FEEDD91C9071}.Release|Any CPU.ActiveCfg = Release|Any CPU
{917E4FEF-1774-439B-A0BB-FEEDD91C9071}.Release|Any CPU.Build.0 = Release|Any CPU
{A5FB7389-BBD6-43C8-A093-5FF90F74EC93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5FB7389-BBD6-43C8-A093-5FF90F74EC93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5FB7389-BBD6-43C8-A093-5FF90F74EC93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5FB7389-BBD6-43C8-A093-5FF90F74EC93}.Release|Any CPU.Build.0 = Release|Any CPU
{0CD1F390-882F-46E6-A732-8EB0FC15D694}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CD1F390-882F-46E6-A732-8EB0FC15D694}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CD1F390-882F-46E6-A732-8EB0FC15D694}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CD1F390-882F-46E6-A732-8EB0FC15D694}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F5C02591-3360-4127-B765-B3F555F45CB0}
EndGlobalSection
EndGlobal