-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMicroservices.sln
More file actions
55 lines (55 loc) · 3.4 KB
/
Microservices.sln
File metadata and controls
55 lines (55 loc) · 3.4 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
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 17
VisualStudioVersion = 17.9.34714.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceA", "ServiceA\ServiceA.csproj", "{710BAEE1-1066-4385-83D4-C11823DD639B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceB", "ServiceB\ServiceB.csproj", "{F6878719-C115-4929-B728-1D60B81C6D18}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceC", "ServiceC\ServiceC.csproj", "{8B1D1396-30CC-4524-8001-DBA330CE0663}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceGateway", "ServiceGateway\ServiceGateway.csproj", "{A8876DB0-AAC8-40A2-A539-0C6AE137966E}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{4D0F88CC-8A32-40C2-85A7-907E0A6CF0CD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceF", "ServiceF\ServiceF.csproj", "{5A6C0088-8932-4F46-8EE1-EDD4B09AB940}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{710BAEE1-1066-4385-83D4-C11823DD639B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{710BAEE1-1066-4385-83D4-C11823DD639B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{710BAEE1-1066-4385-83D4-C11823DD639B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{710BAEE1-1066-4385-83D4-C11823DD639B}.Release|Any CPU.Build.0 = Release|Any CPU
{F6878719-C115-4929-B728-1D60B81C6D18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6878719-C115-4929-B728-1D60B81C6D18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6878719-C115-4929-B728-1D60B81C6D18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6878719-C115-4929-B728-1D60B81C6D18}.Release|Any CPU.Build.0 = Release|Any CPU
{8B1D1396-30CC-4524-8001-DBA330CE0663}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B1D1396-30CC-4524-8001-DBA330CE0663}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B1D1396-30CC-4524-8001-DBA330CE0663}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B1D1396-30CC-4524-8001-DBA330CE0663}.Release|Any CPU.Build.0 = Release|Any CPU
{A8876DB0-AAC8-40A2-A539-0C6AE137966E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8876DB0-AAC8-40A2-A539-0C6AE137966E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8876DB0-AAC8-40A2-A539-0C6AE137966E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8876DB0-AAC8-40A2-A539-0C6AE137966E}.Release|Any CPU.Build.0 = Release|Any CPU
{4D0F88CC-8A32-40C2-85A7-907E0A6CF0CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D0F88CC-8A32-40C2-85A7-907E0A6CF0CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D0F88CC-8A32-40C2-85A7-907E0A6CF0CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D0F88CC-8A32-40C2-85A7-907E0A6CF0CD}.Release|Any CPU.Build.0 = Release|Any CPU
{5A6C0088-8932-4F46-8EE1-EDD4B09AB940}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A6C0088-8932-4F46-8EE1-EDD4B09AB940}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A6C0088-8932-4F46-8EE1-EDD4B09AB940}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A6C0088-8932-4F46-8EE1-EDD4B09AB940}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {318E02EB-FC38-4A72-898A-2E64CEDF6741}
EndGlobalSection
EndGlobal