-
Notifications
You must be signed in to change notification settings - Fork 2
/
RpcOverHttp.sln
55 lines (55 loc) · 3.25 KB
/
RpcOverHttp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RpcOverHttp", "RpcOverHttp\RpcOverHttp.csproj", "{DF72CB8E-B6C4-4D9E-910D-A392572241FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RpcServiceHost", "RpcHost\RpcServiceHost.csproj", "{4B8A422F-E7F3-45BE-AA3D-9A9953AE874D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RpcSample", "RpcSample\RpcSample.csproj", "{8B0B2229-EB6E-43FD-9EB2-7D5991D1AE19}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RpcService", "RpcServiceCollection\RpcService.csproj", "{F366A146-2B03-4276-BD15-EC352CE77721}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E9D51E94-3953-4F2B-8BF5-B7AFA1E16169}"
ProjectSection(SolutionItems) = preProject
nuget.exe = nuget.exe
readme.md = readme.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotNetEventSubscriptionTest", "DotNetEventSubscriptionTest\DotNetEventSubscriptionTest.csproj", "{F133A817-B4E1-429C-A775-232A8C3B2B8C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF72CB8E-B6C4-4D9E-910D-A392572241FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF72CB8E-B6C4-4D9E-910D-A392572241FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF72CB8E-B6C4-4D9E-910D-A392572241FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF72CB8E-B6C4-4D9E-910D-A392572241FB}.Release|Any CPU.Build.0 = Release|Any CPU
{4B8A422F-E7F3-45BE-AA3D-9A9953AE874D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B8A422F-E7F3-45BE-AA3D-9A9953AE874D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B8A422F-E7F3-45BE-AA3D-9A9953AE874D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B8A422F-E7F3-45BE-AA3D-9A9953AE874D}.Release|Any CPU.Build.0 = Release|Any CPU
{8B0B2229-EB6E-43FD-9EB2-7D5991D1AE19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B0B2229-EB6E-43FD-9EB2-7D5991D1AE19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B0B2229-EB6E-43FD-9EB2-7D5991D1AE19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B0B2229-EB6E-43FD-9EB2-7D5991D1AE19}.Release|Any CPU.Build.0 = Release|Any CPU
{F366A146-2B03-4276-BD15-EC352CE77721}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F366A146-2B03-4276-BD15-EC352CE77721}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F366A146-2B03-4276-BD15-EC352CE77721}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F366A146-2B03-4276-BD15-EC352CE77721}.Release|Any CPU.Build.0 = Release|Any CPU
{F133A817-B4E1-429C-A775-232A8C3B2B8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F133A817-B4E1-429C-A775-232A8C3B2B8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F133A817-B4E1-429C-A775-232A8C3B2B8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F133A817-B4E1-429C-A775-232A8C3B2B8C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E54A9F7D-CA17-4E1D-B64E-EF35F6A9FF35}
EndGlobalSection
EndGlobal