-
Notifications
You must be signed in to change notification settings - Fork 1
/
GlobalIntegrationApi.sln
39 lines (39 loc) · 2.08 KB
/
GlobalIntegrationApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34601.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "gateway-global-integration-api", "gateway-global-integration-api\gateway-global-integration-api.csproj", "{33998C27-727B-4FDE-B65C-1B7072C4E666}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{FEF543F9-055F-4560-9699-66D15B534218}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Microservices", "Microservices", "{15D4784A-43E0-46C6-ACA1-9AEE4B6C2E4C}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{69F414D6-B972-4384-8E7C-900755C1E68F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{33998C27-727B-4FDE-B65C-1B7072C4E666}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33998C27-727B-4FDE-B65C-1B7072C4E666}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33998C27-727B-4FDE-B65C-1B7072C4E666}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33998C27-727B-4FDE-B65C-1B7072C4E666}.Release|Any CPU.Build.0 = Release|Any CPU
{69F414D6-B972-4384-8E7C-900755C1E68F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69F414D6-B972-4384-8E7C-900755C1E68F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69F414D6-B972-4384-8E7C-900755C1E68F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69F414D6-B972-4384-8E7C-900755C1E68F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{33998C27-727B-4FDE-B65C-1B7072C4E666} = {15D4784A-43E0-46C6-ACA1-9AEE4B6C2E4C}
{15D4784A-43E0-46C6-ACA1-9AEE4B6C2E4C} = {FEF543F9-055F-4560-9699-66D15B534218}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8D228B49-D264-4B27-9312-C34BDE422F02}
EndGlobalSection
EndGlobal