-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIdentityServer.sln
More file actions
37 lines (37 loc) · 2.02 KB
/
IdentityServer.sln
File metadata and controls
37 lines (37 loc) · 2.02 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30611.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Identity.API", "Identity.API\Identity.API.csproj", "{F6E998AA-7E7E-4D6F-89D4-934416B9C770}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommonUtil", "CommonUtil\CommonUtil.csproj", "{14B8FED1-68FC-4079-B318-886CFBC9310D}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{735BA0E4-54C6-4B3B-9C90-33090165EF30}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F6E998AA-7E7E-4D6F-89D4-934416B9C770}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6E998AA-7E7E-4D6F-89D4-934416B9C770}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6E998AA-7E7E-4D6F-89D4-934416B9C770}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6E998AA-7E7E-4D6F-89D4-934416B9C770}.Release|Any CPU.Build.0 = Release|Any CPU
{14B8FED1-68FC-4079-B318-886CFBC9310D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14B8FED1-68FC-4079-B318-886CFBC9310D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14B8FED1-68FC-4079-B318-886CFBC9310D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14B8FED1-68FC-4079-B318-886CFBC9310D}.Release|Any CPU.Build.0 = Release|Any CPU
{735BA0E4-54C6-4B3B-9C90-33090165EF30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{735BA0E4-54C6-4B3B-9C90-33090165EF30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{735BA0E4-54C6-4B3B-9C90-33090165EF30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{735BA0E4-54C6-4B3B-9C90-33090165EF30}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {356F7369-D1E8-4129-A3BA-CC5625AC143B}
EndGlobalSection
EndGlobal