forked from bjorkstromm/service-fabric-grpc-playground
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ServiceFabric.Grpc-Playground.sln
64 lines (64 loc) · 4.18 KB
/
ServiceFabric.Grpc-Playground.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{A07B5EB6-E848-4116-A8D0-A826331D98C6}") = "ServiceFabric.Grpc_Playground", "ServiceFabric.Grpc-Playground\ServiceFabric.Grpc_Playground.sfproj", "{B0E82AFA-C92B-494D-9701-7600AD675FBE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceFabric.Grpc.Service", "ServiceFabric.Grpc.Service\ServiceFabric.Grpc.Service.csproj", "{CA8FCA41-8B59-45A0-8D64-781697C6D191}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Greeter", "Greeter\Greeter.csproj", "{724DFC8C-4B57-4C3F-811C-0463BE2A2829}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceFabric.Grpc.Client", "ServiceFabric.Grpc.Client\ServiceFabric.Grpc.Client.csproj", "{B8791791-4D18-42CD-A112-01225325CCC2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceFabric.Services.Grpc", "ServiceFabric.Services.Grpc\ServiceFabric.Services.Grpc.csproj", "{6C10E08C-6AE4-46C6-996F-B5E532D437EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B0E82AFA-C92B-494D-9701-7600AD675FBE}.Debug|Any CPU.ActiveCfg = Debug|x64
{B0E82AFA-C92B-494D-9701-7600AD675FBE}.Debug|x64.ActiveCfg = Debug|x64
{B0E82AFA-C92B-494D-9701-7600AD675FBE}.Debug|x64.Build.0 = Debug|x64
{B0E82AFA-C92B-494D-9701-7600AD675FBE}.Debug|x64.Deploy.0 = Debug|x64
{B0E82AFA-C92B-494D-9701-7600AD675FBE}.Release|Any CPU.ActiveCfg = Release|x64
{B0E82AFA-C92B-494D-9701-7600AD675FBE}.Release|x64.ActiveCfg = Release|x64
{B0E82AFA-C92B-494D-9701-7600AD675FBE}.Release|x64.Build.0 = Release|x64
{B0E82AFA-C92B-494D-9701-7600AD675FBE}.Release|x64.Deploy.0 = Release|x64
{CA8FCA41-8B59-45A0-8D64-781697C6D191}.Debug|Any CPU.ActiveCfg = Debug|x64
{CA8FCA41-8B59-45A0-8D64-781697C6D191}.Debug|x64.ActiveCfg = Debug|x64
{CA8FCA41-8B59-45A0-8D64-781697C6D191}.Debug|x64.Build.0 = Debug|x64
{CA8FCA41-8B59-45A0-8D64-781697C6D191}.Release|Any CPU.ActiveCfg = Release|x64
{CA8FCA41-8B59-45A0-8D64-781697C6D191}.Release|x64.ActiveCfg = Release|x64
{CA8FCA41-8B59-45A0-8D64-781697C6D191}.Release|x64.Build.0 = Release|x64
{724DFC8C-4B57-4C3F-811C-0463BE2A2829}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{724DFC8C-4B57-4C3F-811C-0463BE2A2829}.Debug|Any CPU.Build.0 = Debug|Any CPU
{724DFC8C-4B57-4C3F-811C-0463BE2A2829}.Debug|x64.ActiveCfg = Debug|Any CPU
{724DFC8C-4B57-4C3F-811C-0463BE2A2829}.Debug|x64.Build.0 = Debug|Any CPU
{724DFC8C-4B57-4C3F-811C-0463BE2A2829}.Release|Any CPU.ActiveCfg = Release|Any CPU
{724DFC8C-4B57-4C3F-811C-0463BE2A2829}.Release|Any CPU.Build.0 = Release|Any CPU
{724DFC8C-4B57-4C3F-811C-0463BE2A2829}.Release|x64.ActiveCfg = Release|Any CPU
{724DFC8C-4B57-4C3F-811C-0463BE2A2829}.Release|x64.Build.0 = Release|Any CPU
{B8791791-4D18-42CD-A112-01225325CCC2}.Debug|Any CPU.ActiveCfg = Debug|x64
{B8791791-4D18-42CD-A112-01225325CCC2}.Debug|x64.ActiveCfg = Debug|x64
{B8791791-4D18-42CD-A112-01225325CCC2}.Debug|x64.Build.0 = Debug|x64
{B8791791-4D18-42CD-A112-01225325CCC2}.Release|Any CPU.ActiveCfg = Release|x64
{B8791791-4D18-42CD-A112-01225325CCC2}.Release|x64.ActiveCfg = Release|x64
{B8791791-4D18-42CD-A112-01225325CCC2}.Release|x64.Build.0 = Release|x64
{6C10E08C-6AE4-46C6-996F-B5E532D437EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C10E08C-6AE4-46C6-996F-B5E532D437EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C10E08C-6AE4-46C6-996F-B5E532D437EC}.Debug|x64.ActiveCfg = Debug|Any CPU
{6C10E08C-6AE4-46C6-996F-B5E532D437EC}.Debug|x64.Build.0 = Debug|Any CPU
{6C10E08C-6AE4-46C6-996F-B5E532D437EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C10E08C-6AE4-46C6-996F-B5E532D437EC}.Release|Any CPU.Build.0 = Release|Any CPU
{6C10E08C-6AE4-46C6-996F-B5E532D437EC}.Release|x64.ActiveCfg = Release|Any CPU
{6C10E08C-6AE4-46C6-996F-B5E532D437EC}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal