-
Notifications
You must be signed in to change notification settings - Fork 0
/
TMenos3.NetCore.gRpc.sln
37 lines (37 loc) · 2.02 KB
/
TMenos3.NetCore.gRpc.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3E17838E-6654-4EAC-8AE2-5AE1A149E95F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TMenos3.NetCore.gRpc.APIServer", "src\TMenos3.NetCore.gRpc.APIServer\TMenos3.NetCore.gRpc.APIServer.csproj", "{0EBC57CA-667E-4F6E-AA7F-A3111ABD3C34}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TMenos3.NetCore.gRpc.APIConsumer", "src\TMenos3.NetCore.gRpc.APIConsumer\TMenos3.NetCore.gRpc.APIConsumer.csproj", "{3EB8B8E8-839A-465B-A5DB-9C9E1AB905BF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0EBC57CA-667E-4F6E-AA7F-A3111ABD3C34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EBC57CA-667E-4F6E-AA7F-A3111ABD3C34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EBC57CA-667E-4F6E-AA7F-A3111ABD3C34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EBC57CA-667E-4F6E-AA7F-A3111ABD3C34}.Release|Any CPU.Build.0 = Release|Any CPU
{3EB8B8E8-839A-465B-A5DB-9C9E1AB905BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EB8B8E8-839A-465B-A5DB-9C9E1AB905BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EB8B8E8-839A-465B-A5DB-9C9E1AB905BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EB8B8E8-839A-465B-A5DB-9C9E1AB905BF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0EBC57CA-667E-4F6E-AA7F-A3111ABD3C34} = {3E17838E-6654-4EAC-8AE2-5AE1A149E95F}
{3EB8B8E8-839A-465B-A5DB-9C9E1AB905BF} = {3E17838E-6654-4EAC-8AE2-5AE1A149E95F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8C10C729-1817-44DF-9C5C-6DA52E88C9C4}
EndGlobalSection
EndGlobal