-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGrpcService1.sln
31 lines (31 loc) · 1.56 KB
/
GrpcService1.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GrpcService1", "GrpcService1\GrpcService1.csproj", "{05A4CB2A-744F-49D5-ABBE-A31291434322}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GrpcClient1", "GrpcClient1\GrpcClient1.csproj", "{09DAADE0-71EB-421D-8CC1-71CAD4683674}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{05A4CB2A-744F-49D5-ABBE-A31291434322}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05A4CB2A-744F-49D5-ABBE-A31291434322}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05A4CB2A-744F-49D5-ABBE-A31291434322}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05A4CB2A-744F-49D5-ABBE-A31291434322}.Release|Any CPU.Build.0 = Release|Any CPU
{09DAADE0-71EB-421D-8CC1-71CAD4683674}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09DAADE0-71EB-421D-8CC1-71CAD4683674}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09DAADE0-71EB-421D-8CC1-71CAD4683674}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09DAADE0-71EB-421D-8CC1-71CAD4683674}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BDD2AF02-34D4-41F9-9853-C2C26F837042}
EndGlobalSection
EndGlobal