-
Notifications
You must be signed in to change notification settings - Fork 1
/
GatewayGrpcService.sln
39 lines (39 loc) · 2.04 KB
/
GatewayGrpcService.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("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{04D7E808-6F57-45E0-9791-DCC9E1E11C4D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Microservices", "Microservices", "{7C07E962-BB84-4535-98A0-9329C8B5398B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GatewayGrpcService", "GatewayGrpcService\GatewayGrpcService.csproj", "{61D47A36-0073-494D-A44B-7E5D99D33296}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{FF057947-2DEE-477C-AAE1-595750AA2403}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{61D47A36-0073-494D-A44B-7E5D99D33296}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61D47A36-0073-494D-A44B-7E5D99D33296}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61D47A36-0073-494D-A44B-7E5D99D33296}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61D47A36-0073-494D-A44B-7E5D99D33296}.Release|Any CPU.Build.0 = Release|Any CPU
{FF057947-2DEE-477C-AAE1-595750AA2403}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF057947-2DEE-477C-AAE1-595750AA2403}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF057947-2DEE-477C-AAE1-595750AA2403}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF057947-2DEE-477C-AAE1-595750AA2403}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7C07E962-BB84-4535-98A0-9329C8B5398B} = {04D7E808-6F57-45E0-9791-DCC9E1E11C4D}
{61D47A36-0073-494D-A44B-7E5D99D33296} = {7C07E962-BB84-4535-98A0-9329C8B5398B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F475FC4F-1B29-42CB-BEB1-AC01DA7BBF7A}
EndGlobalSection
EndGlobal