forked from rsocket/rsocket-net
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathRSocket.sln
More file actions
61 lines (61 loc) · 4 KB
/
RSocket.sln
File metadata and controls
61 lines (61 loc) · 4 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31019.35
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RSocketSample", "RSocketSample\RSocketSample.csproj", "{67F2AAD9-EF80-4B9D-AAA7-AF519E1E257C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RSocket.Core", "RSocket.Core\RSocket.Core.csproj", "{8575B6E4-9E7F-4473-8D56-9FE21240B1C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RSocket.Core.Tests", "RSocket.Core.Tests\RSocket.Core.Tests.csproj", "{AF95925C-C011-4EB8-BDEE-A28736042974}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RSocketDemo", "RSocketDemo\RSocketDemo.csproj", "{D67BB120-3593-4FD9-9B2C-F842ADA831FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RSocketDemo.Client", "RSocketDemo.Client\RSocketDemo.Client.csproj", "{4E86B757-0AC3-4F47-9919-C1C803428FFC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RSocketDemo.Common", "RSocketDemo.Common\RSocketDemo.Common.csproj", "{509787CD-0753-458F-870B-7AA44609B2E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RSocketDemo.Server", "RSocketDemo.Server\RSocketDemo.Server.csproj", "{572517F5-8A4F-45D5-9660-5B1ECF27E8B8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{67F2AAD9-EF80-4B9D-AAA7-AF519E1E257C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67F2AAD9-EF80-4B9D-AAA7-AF519E1E257C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67F2AAD9-EF80-4B9D-AAA7-AF519E1E257C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67F2AAD9-EF80-4B9D-AAA7-AF519E1E257C}.Release|Any CPU.Build.0 = Release|Any CPU
{8575B6E4-9E7F-4473-8D56-9FE21240B1C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8575B6E4-9E7F-4473-8D56-9FE21240B1C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8575B6E4-9E7F-4473-8D56-9FE21240B1C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8575B6E4-9E7F-4473-8D56-9FE21240B1C4}.Release|Any CPU.Build.0 = Release|Any CPU
{AF95925C-C011-4EB8-BDEE-A28736042974}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF95925C-C011-4EB8-BDEE-A28736042974}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF95925C-C011-4EB8-BDEE-A28736042974}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF95925C-C011-4EB8-BDEE-A28736042974}.Release|Any CPU.Build.0 = Release|Any CPU
{D67BB120-3593-4FD9-9B2C-F842ADA831FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D67BB120-3593-4FD9-9B2C-F842ADA831FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D67BB120-3593-4FD9-9B2C-F842ADA831FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D67BB120-3593-4FD9-9B2C-F842ADA831FD}.Release|Any CPU.Build.0 = Release|Any CPU
{4E86B757-0AC3-4F47-9919-C1C803428FFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E86B757-0AC3-4F47-9919-C1C803428FFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E86B757-0AC3-4F47-9919-C1C803428FFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E86B757-0AC3-4F47-9919-C1C803428FFC}.Release|Any CPU.Build.0 = Release|Any CPU
{509787CD-0753-458F-870B-7AA44609B2E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{509787CD-0753-458F-870B-7AA44609B2E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{509787CD-0753-458F-870B-7AA44609B2E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{509787CD-0753-458F-870B-7AA44609B2E3}.Release|Any CPU.Build.0 = Release|Any CPU
{572517F5-8A4F-45D5-9660-5B1ECF27E8B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{572517F5-8A4F-45D5-9660-5B1ECF27E8B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{572517F5-8A4F-45D5-9660-5B1ECF27E8B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{572517F5-8A4F-45D5-9660-5B1ECF27E8B8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {454B7F31-FD91-4CCC-95CA-35A741A80D11}
EndGlobalSection
EndGlobal