-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGrpcSample.sln
44 lines (44 loc) · 2.51 KB
/
GrpcSample.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34601.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{016E41C6-9755-4D78-B70D-A1F8093FFD18}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GrpcSample.Client", "src\GrpcSample.Client\GrpcSample.Client.csproj", "{24A61994-D016-4849-BBBC-5789B683318D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GrpcSample.Protos", "src\GrpcSample.Protos\GrpcSample.Protos.csproj", "{74F57BCA-1F7E-49BB-BA51-39C47FDEAAA2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GrpcSample.Server", "src\GrpcSample.Server\GrpcSample.Server.csproj", "{05C404F7-0C0A-4843-B1E1-729194685D07}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{24A61994-D016-4849-BBBC-5789B683318D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24A61994-D016-4849-BBBC-5789B683318D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24A61994-D016-4849-BBBC-5789B683318D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24A61994-D016-4849-BBBC-5789B683318D}.Release|Any CPU.Build.0 = Release|Any CPU
{74F57BCA-1F7E-49BB-BA51-39C47FDEAAA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74F57BCA-1F7E-49BB-BA51-39C47FDEAAA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74F57BCA-1F7E-49BB-BA51-39C47FDEAAA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74F57BCA-1F7E-49BB-BA51-39C47FDEAAA2}.Release|Any CPU.Build.0 = Release|Any CPU
{05C404F7-0C0A-4843-B1E1-729194685D07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05C404F7-0C0A-4843-B1E1-729194685D07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05C404F7-0C0A-4843-B1E1-729194685D07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05C404F7-0C0A-4843-B1E1-729194685D07}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{24A61994-D016-4849-BBBC-5789B683318D} = {016E41C6-9755-4D78-B70D-A1F8093FFD18}
{74F57BCA-1F7E-49BB-BA51-39C47FDEAAA2} = {016E41C6-9755-4D78-B70D-A1F8093FFD18}
{05C404F7-0C0A-4843-B1E1-729194685D07} = {016E41C6-9755-4D78-B70D-A1F8093FFD18}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6B762276-6822-4837-9D3E-23A276D61BB8}
EndGlobalSection
EndGlobal