-
Notifications
You must be signed in to change notification settings - Fork 0
/
WebApiAndGrpc.sln
37 lines (37 loc) · 2.03 KB
/
WebApiAndGrpc.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31624.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GrpcService", "GrpcService\GrpcService.csproj", "{D4171EBB-EC4C-4310-8427-256286887792}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GrpcClientConsole", "GrpcClientConsole\GrpcClientConsole.csproj", "{E3A4133B-59CE-47F2-8A2D-EE06F8933B82}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "WebApi\WebApi.csproj", "{DEACE7B2-F7F8-4977-8F37-2E6B3B71DC6D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D4171EBB-EC4C-4310-8427-256286887792}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4171EBB-EC4C-4310-8427-256286887792}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4171EBB-EC4C-4310-8427-256286887792}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4171EBB-EC4C-4310-8427-256286887792}.Release|Any CPU.Build.0 = Release|Any CPU
{E3A4133B-59CE-47F2-8A2D-EE06F8933B82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3A4133B-59CE-47F2-8A2D-EE06F8933B82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3A4133B-59CE-47F2-8A2D-EE06F8933B82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3A4133B-59CE-47F2-8A2D-EE06F8933B82}.Release|Any CPU.Build.0 = Release|Any CPU
{DEACE7B2-F7F8-4977-8F37-2E6B3B71DC6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEACE7B2-F7F8-4977-8F37-2E6B3B71DC6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEACE7B2-F7F8-4977-8F37-2E6B3B71DC6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEACE7B2-F7F8-4977-8F37-2E6B3B71DC6D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C5072F7A-1809-4181-8774-A8D85F85FACC}
EndGlobalSection
EndGlobal