-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathEnvoy-GRPC-CSharp.sln
31 lines (31 loc) · 1.55 KB
/
Envoy-GRPC-CSharp.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 15
VisualStudioVersion = 15.0.26730.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Envoy-GRPC-CSharp", "Envoy-GRPC-CSharp\Envoy-GRPC-CSharp.csproj", "{889563E5-645F-4F74-85BD-6902A312C7DE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{185B362B-B0F8-44B3-9068-4F329379FBE0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{889563E5-645F-4F74-85BD-6902A312C7DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{889563E5-645F-4F74-85BD-6902A312C7DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{889563E5-645F-4F74-85BD-6902A312C7DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{889563E5-645F-4F74-85BD-6902A312C7DE}.Release|Any CPU.Build.0 = Release|Any CPU
{185B362B-B0F8-44B3-9068-4F329379FBE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{185B362B-B0F8-44B3-9068-4F329379FBE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{185B362B-B0F8-44B3-9068-4F329379FBE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{185B362B-B0F8-44B3-9068-4F329379FBE0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4CEAA1DF-FCEE-4456-9390-65BCA0B3BECF}
EndGlobalSection
EndGlobal