-
Notifications
You must be signed in to change notification settings - Fork 0
/
grpc-blog-mongodb.sln
36 lines (36 loc) · 1.75 KB
/
grpc-blog-mongodb.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.809.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "proto", "proto", "{BEBC706E-09FD-42C2-A525-40DD84BCEEE4}"
ProjectSection(SolutionItems) = preProject
blog.proto = blog.proto
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "client", "client\client.csproj", "{5B91E70F-5DD6-4E21-83F6-3DFD10E58B5A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "server", "server\server.csproj", "{922D32F2-AD0B-4DFE-B57E-881CD9ABA559}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|anycpu = Debug|anycpu
Release|anycpu = Release|anycpu
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B91E70F-5DD6-4E21-83F6-3DFD10E58B5A}.Debug|anycpu.ActiveCfg = Debug|anycpu
{5B91E70F-5DD6-4E21-83F6-3DFD10E58B5A}.Debug|anycpu.Build.0 = Debug|anycpu
{5B91E70F-5DD6-4E21-83F6-3DFD10E58B5A}.Release|anycpu.ActiveCfg = Release|anycpu
{5B91E70F-5DD6-4E21-83F6-3DFD10E58B5A}.Release|anycpu.Build.0 = Release|anycpu
{922D32F2-AD0B-4DFE-B57E-881CD9ABA559}.Debug|anycpu.ActiveCfg = Debug|anycpu
{922D32F2-AD0B-4DFE-B57E-881CD9ABA559}.Debug|anycpu.Build.0 = Debug|anycpu
{922D32F2-AD0B-4DFE-B57E-881CD9ABA559}.Release|anycpu.ActiveCfg = Release|anycpu
{922D32F2-AD0B-4DFE-B57E-881CD9ABA559}.Release|anycpu.Build.0 = Release|anycpu
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E295D6CD-9CDE-49AD-99A3-FE0E3D2BD779}
EndGlobalSection
EndGlobal