-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMicroServices_Communication.sln
46 lines (46 loc) · 2.64 KB
/
MicroServices_Communication.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "gRPC_Server", "gRPC_Server\gRPC_Server.csproj", "{07BF6822-7189-48D1-8137-7D19EA7A231A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "gRPC_Client", "gRPC_Client\gRPC_Client.csproj", "{50866D9C-6840-4124-BC9C-0044DCAB67AD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "gRPC_Communication", "gRPC_Communication", "{A21845E8-9AFC-4C0B-8CF2-855748B3BB9C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "EventSourcing_Communication", "EventSourcing_Communication", "{24AF69A6-2EED-4F20-8CF8-7C1B85019C0F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventSourcing", "EventSourcing\EventSourcing.csproj", "{FCA6C235-DDAF-4B99-AD78-5DCBA30B6263}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{07BF6822-7189-48D1-8137-7D19EA7A231A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07BF6822-7189-48D1-8137-7D19EA7A231A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07BF6822-7189-48D1-8137-7D19EA7A231A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07BF6822-7189-48D1-8137-7D19EA7A231A}.Release|Any CPU.Build.0 = Release|Any CPU
{50866D9C-6840-4124-BC9C-0044DCAB67AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50866D9C-6840-4124-BC9C-0044DCAB67AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50866D9C-6840-4124-BC9C-0044DCAB67AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50866D9C-6840-4124-BC9C-0044DCAB67AD}.Release|Any CPU.Build.0 = Release|Any CPU
{FCA6C235-DDAF-4B99-AD78-5DCBA30B6263}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCA6C235-DDAF-4B99-AD78-5DCBA30B6263}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCA6C235-DDAF-4B99-AD78-5DCBA30B6263}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCA6C235-DDAF-4B99-AD78-5DCBA30B6263}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{07BF6822-7189-48D1-8137-7D19EA7A231A} = {A21845E8-9AFC-4C0B-8CF2-855748B3BB9C}
{50866D9C-6840-4124-BC9C-0044DCAB67AD} = {A21845E8-9AFC-4C0B-8CF2-855748B3BB9C}
{FCA6C235-DDAF-4B99-AD78-5DCBA30B6263} = {24AF69A6-2EED-4F20-8CF8-7C1B85019C0F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F0083B21-E831-47B7-9E20-11BAE6CA0C20}
EndGlobalSection
EndGlobal