-
Notifications
You must be signed in to change notification settings - Fork 0
/
refit-grpc.sln
37 lines (37 loc) · 2.03 KB
/
refit-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 17
VisualStudioVersion = 17.5.33209.295
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "grpc-server", "grpc-server\grpc-server.csproj", "{7B2A46ED-48EB-4C38-A30B-EDD1E3DE4BCF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "refit-grpc-client", "refit-client\refit-grpc-client.csproj", "{CCD3E734-9C0E-4ED9-9A99-2A6A5303575D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "client", "client\client.csproj", "{A6897A3E-B58D-47DF-A48B-CBDAAF1CDCE0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7B2A46ED-48EB-4C38-A30B-EDD1E3DE4BCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B2A46ED-48EB-4C38-A30B-EDD1E3DE4BCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B2A46ED-48EB-4C38-A30B-EDD1E3DE4BCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B2A46ED-48EB-4C38-A30B-EDD1E3DE4BCF}.Release|Any CPU.Build.0 = Release|Any CPU
{CCD3E734-9C0E-4ED9-9A99-2A6A5303575D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCD3E734-9C0E-4ED9-9A99-2A6A5303575D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCD3E734-9C0E-4ED9-9A99-2A6A5303575D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCD3E734-9C0E-4ED9-9A99-2A6A5303575D}.Release|Any CPU.Build.0 = Release|Any CPU
{A6897A3E-B58D-47DF-A48B-CBDAAF1CDCE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6897A3E-B58D-47DF-A48B-CBDAAF1CDCE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6897A3E-B58D-47DF-A48B-CBDAAF1CDCE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6897A3E-B58D-47DF-A48B-CBDAAF1CDCE0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {475D1588-E278-4878-888F-373AB3436604}
EndGlobalSection
EndGlobal