-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrpc-test.sln
45 lines (45 loc) · 2.24 KB
/
grpc-test.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30406.217
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "proto", "proto", "{2DB177BE-72BE-4B70-A6AB-4AC7F2514E22}"
ProjectSection(SolutionItems) = preProject
blog.proto = blog.proto
calculator.proto = calculator.proto
dummy.proto = dummy.proto
greeting.proto = greeting.proto
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "client", "client\client.csproj", "{6EF286C9-1C92-4582-B093-C4CD4446166C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "server", "server\server.csproj", "{BAA57BC7-B172-4C80-98B8-86AFDCFC5AC6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F9A4AC85-1514-4CCB-B839-4B8188AB7E64}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
..\..\..\Downloads\grpc-csharp-course-master\grpc-csharp-course-master\class\ssl\ssl.sh = ..\..\..\Downloads\grpc-csharp-course-master\grpc-csharp-course-master\class\ssl\ssl.sh
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6EF286C9-1C92-4582-B093-C4CD4446166C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EF286C9-1C92-4582-B093-C4CD4446166C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EF286C9-1C92-4582-B093-C4CD4446166C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EF286C9-1C92-4582-B093-C4CD4446166C}.Release|Any CPU.Build.0 = Release|Any CPU
{BAA57BC7-B172-4C80-98B8-86AFDCFC5AC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAA57BC7-B172-4C80-98B8-86AFDCFC5AC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAA57BC7-B172-4C80-98B8-86AFDCFC5AC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAA57BC7-B172-4C80-98B8-86AFDCFC5AC6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE26B106-866D-41DA-9EEA-6D32DFB97104}
EndGlobalSection
EndGlobal