-
Notifications
You must be signed in to change notification settings - Fork 0
/
MicroServicesApiGateway.sln
55 lines (55 loc) · 3.22 KB
/
MicroServicesApiGateway.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
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CadetApi", "CadetApi\CadetApi.csproj", "{5C1311D9-980E-4CA7-8AF5-FE84713C0DA4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CD30CDE1-DEDF-48A0-B363-B04FA5F89FFE}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
readme.md = readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApiGateway", "ApiGateway\ApiGateway.csproj", "{A0368553-7C33-4612-9B04-8DD821966C39}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{305A5865-5713-44EF-B867-358E2B66D9F0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommonListsApi", "CommonListsApi\CommonListsApi.csproj", "{35B7BF6A-BBF2-497F-8F5E-17DFCFEEA695}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HealthCheck", "HealthCheck\HealthCheck\HealthCheck.csproj", "{F301E19E-86BF-4205-84F2-9A4214B96408}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5C1311D9-980E-4CA7-8AF5-FE84713C0DA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C1311D9-980E-4CA7-8AF5-FE84713C0DA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C1311D9-980E-4CA7-8AF5-FE84713C0DA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C1311D9-980E-4CA7-8AF5-FE84713C0DA4}.Release|Any CPU.Build.0 = Release|Any CPU
{A0368553-7C33-4612-9B04-8DD821966C39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0368553-7C33-4612-9B04-8DD821966C39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0368553-7C33-4612-9B04-8DD821966C39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0368553-7C33-4612-9B04-8DD821966C39}.Release|Any CPU.Build.0 = Release|Any CPU
{305A5865-5713-44EF-B867-358E2B66D9F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{305A5865-5713-44EF-B867-358E2B66D9F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{305A5865-5713-44EF-B867-358E2B66D9F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{305A5865-5713-44EF-B867-358E2B66D9F0}.Release|Any CPU.Build.0 = Release|Any CPU
{35B7BF6A-BBF2-497F-8F5E-17DFCFEEA695}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35B7BF6A-BBF2-497F-8F5E-17DFCFEEA695}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35B7BF6A-BBF2-497F-8F5E-17DFCFEEA695}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35B7BF6A-BBF2-497F-8F5E-17DFCFEEA695}.Release|Any CPU.Build.0 = Release|Any CPU
{F301E19E-86BF-4205-84F2-9A4214B96408}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F301E19E-86BF-4205-84F2-9A4214B96408}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F301E19E-86BF-4205-84F2-9A4214B96408}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F301E19E-86BF-4205-84F2-9A4214B96408}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {46D9D31D-D884-492D-9DB3-3DFA1333C3BB}
EndGlobalSection
EndGlobal