-
Notifications
You must be signed in to change notification settings - Fork 0
/
GrpcMicroservices.sln
69 lines (69 loc) · 4.46 KB
/
GrpcMicroservices.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProductGrpc", "ProductGrpc\ProductGrpc.csproj", "{62F7054E-5FAE-4A34-B85D-079B42C593B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProductGrpcClient", "ProductGrpcClient\ProductGrpcClient.csproj", "{DF471023-DF1D-49D0-BC7C-2B12E7644677}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProductWorkerService", "ProductWorkerService\ProductWorkerService.csproj", "{7D20C2FA-16BE-430F-9980-2BDF4D58D293}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Product", "Product", "{C7632014-0AD8-43C6-BF25-67556C0AC466}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ShoppingCart", "ShoppingCart", "{C2890D17-0354-4C87-AA2F-1CC247954EAA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ShoppingCartGrpc", "ShoppingCartGrpc\ShoppingCartGrpc.csproj", "{12EF0F18-3ADB-4090-9EA2-DBE9273A8C56}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Discount", "Discount", "{02004FA3-0CBB-4348-9AA6-45476F36FCC7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DiscountGrpc", "DiscountGrpc\DiscountGrpc.csproj", "{7D4E7F74-4BB2-4755-82ED-05E780ADB155}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShoppingCartWorkerService", "ShoppingCartWorkerService\ShoppingCartWorkerService.csproj", "{70404705-33AC-4DD8-80E3-1E5245941F0F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{62F7054E-5FAE-4A34-B85D-079B42C593B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62F7054E-5FAE-4A34-B85D-079B42C593B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62F7054E-5FAE-4A34-B85D-079B42C593B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62F7054E-5FAE-4A34-B85D-079B42C593B5}.Release|Any CPU.Build.0 = Release|Any CPU
{DF471023-DF1D-49D0-BC7C-2B12E7644677}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF471023-DF1D-49D0-BC7C-2B12E7644677}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF471023-DF1D-49D0-BC7C-2B12E7644677}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF471023-DF1D-49D0-BC7C-2B12E7644677}.Release|Any CPU.Build.0 = Release|Any CPU
{7D20C2FA-16BE-430F-9980-2BDF4D58D293}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D20C2FA-16BE-430F-9980-2BDF4D58D293}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D20C2FA-16BE-430F-9980-2BDF4D58D293}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D20C2FA-16BE-430F-9980-2BDF4D58D293}.Release|Any CPU.Build.0 = Release|Any CPU
{12EF0F18-3ADB-4090-9EA2-DBE9273A8C56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12EF0F18-3ADB-4090-9EA2-DBE9273A8C56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12EF0F18-3ADB-4090-9EA2-DBE9273A8C56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12EF0F18-3ADB-4090-9EA2-DBE9273A8C56}.Release|Any CPU.Build.0 = Release|Any CPU
{7D4E7F74-4BB2-4755-82ED-05E780ADB155}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D4E7F74-4BB2-4755-82ED-05E780ADB155}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D4E7F74-4BB2-4755-82ED-05E780ADB155}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D4E7F74-4BB2-4755-82ED-05E780ADB155}.Release|Any CPU.Build.0 = Release|Any CPU
{70404705-33AC-4DD8-80E3-1E5245941F0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70404705-33AC-4DD8-80E3-1E5245941F0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70404705-33AC-4DD8-80E3-1E5245941F0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70404705-33AC-4DD8-80E3-1E5245941F0F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{62F7054E-5FAE-4A34-B85D-079B42C593B5} = {C7632014-0AD8-43C6-BF25-67556C0AC466}
{DF471023-DF1D-49D0-BC7C-2B12E7644677} = {C7632014-0AD8-43C6-BF25-67556C0AC466}
{7D20C2FA-16BE-430F-9980-2BDF4D58D293} = {C7632014-0AD8-43C6-BF25-67556C0AC466}
{12EF0F18-3ADB-4090-9EA2-DBE9273A8C56} = {C2890D17-0354-4C87-AA2F-1CC247954EAA}
{7D4E7F74-4BB2-4755-82ED-05E780ADB155} = {02004FA3-0CBB-4348-9AA6-45476F36FCC7}
{70404705-33AC-4DD8-80E3-1E5245941F0F} = {C2890D17-0354-4C87-AA2F-1CC247954EAA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B6680CBE-E2EB-4470-8ECB-CC4F9CFF2B17}
EndGlobalSection
EndGlobal