-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcloud-signature-consortium-asp-net-core.sln
48 lines (48 loc) · 2.72 KB
/
cloud-signature-consortium-asp-net-core.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
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}") = "RSCD", "src\rscd\RSCD.csproj", "{55BDEC78-0FDD-46C8-A573-00BD48D10930}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenIDConnectProvider", "src\OpenIDConnectProvider\OpenIDConnectProvider.csproj", "{DDEC027F-457F-4792-9EC2-72A7653AE818}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "APIGateway", "src\APIGateway\APIGateway.csproj", "{144A9838-44B1-4A79-B41F-AE42971C9BD1}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{098F74FC-4040-4125-AD8D-325501692BE4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{2EEAB607-2B00-4325-8DE8-1E2A35CA1E01}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{55BDEC78-0FDD-46C8-A573-00BD48D10930}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55BDEC78-0FDD-46C8-A573-00BD48D10930}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55BDEC78-0FDD-46C8-A573-00BD48D10930}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55BDEC78-0FDD-46C8-A573-00BD48D10930}.Release|Any CPU.Build.0 = Release|Any CPU
{DDEC027F-457F-4792-9EC2-72A7653AE818}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDEC027F-457F-4792-9EC2-72A7653AE818}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDEC027F-457F-4792-9EC2-72A7653AE818}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDEC027F-457F-4792-9EC2-72A7653AE818}.Release|Any CPU.Build.0 = Release|Any CPU
{144A9838-44B1-4A79-B41F-AE42971C9BD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{144A9838-44B1-4A79-B41F-AE42971C9BD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{144A9838-44B1-4A79-B41F-AE42971C9BD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{144A9838-44B1-4A79-B41F-AE42971C9BD1}.Release|Any CPU.Build.0 = Release|Any CPU
{098F74FC-4040-4125-AD8D-325501692BE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{098F74FC-4040-4125-AD8D-325501692BE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{098F74FC-4040-4125-AD8D-325501692BE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{098F74FC-4040-4125-AD8D-325501692BE4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5199C5A2-7B79-4B60-98C0-551877D9ADC1}
EndGlobalSection
EndGlobal