-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathEleCho.JsonRpc.sln
More file actions
93 lines (93 loc) · 6.33 KB
/
EleCho.JsonRpc.sln
File metadata and controls
93 lines (93 loc) · 6.33 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EleCho.JsonRpc", "EleCho.JsonRpc\EleCho.JsonRpc.csproj", "{B9D99A9F-945C-4BE1-ACDB-166C43653769}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestConsole", "TestConsole\TestConsole.csproj", "{65A54523-9E1D-42D8-801C-D318B988F6B1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestServerConsole", "TestServerConsole\TestServerConsole.csproj", "{865750BD-8A2E-4FF3-928D-31EF47435801}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestCommon", "TestCommon\TestCommon.csproj", "{C750FC22-708C-406F-9C51-21DFC9B20656}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{51B2E538-46C3-4B1B-97F7-733AB3A2EC1F}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.en.md = README.en.md
README.md = README.md
README.zh.md = README.zh.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestPeerClientA", "TestPeerClientA\TestPeerClientA.csproj", "{BB04590E-D023-4C04-B0E0-902D5B664752}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestPeerClientB", "TestPeerClientB\TestPeerClientB.csproj", "{25F870DF-65C7-40A8-881A-DC18CCFCC643}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestServerConsoleWithOtherLib", "TestServerConsoleWithOtherLib\TestServerConsoleWithOtherLib.csproj", "{5FEFFE61-6CE6-4AC0-B3C5-7780982E99C7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestConsoleWithOtherLib", "TestConsoleWithOtherLib\TestConsoleWithOtherLib.csproj", "{858343EB-F7E8-44C8-8697-21DBB4136D9C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SslCommunicationTest", "SslCommunicationTest\SslCommunicationTest.csproj", "{F931B64A-064C-4F00-AAB3-9BECD5BD97F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SslCommunicationTestServer", "SslCommunicationTestServer\SslCommunicationTestServer.csproj", "{F1D11104-6328-4FBC-A26E-B25DF3E5F7C7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SslCommunicationCommon", "SslCommunicationCommon\SslCommunicationCommon.csproj", "{36F42BBA-D126-44F0-9554-347F38E75AA6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B9D99A9F-945C-4BE1-ACDB-166C43653769}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9D99A9F-945C-4BE1-ACDB-166C43653769}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9D99A9F-945C-4BE1-ACDB-166C43653769}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9D99A9F-945C-4BE1-ACDB-166C43653769}.Release|Any CPU.Build.0 = Release|Any CPU
{65A54523-9E1D-42D8-801C-D318B988F6B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65A54523-9E1D-42D8-801C-D318B988F6B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65A54523-9E1D-42D8-801C-D318B988F6B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65A54523-9E1D-42D8-801C-D318B988F6B1}.Release|Any CPU.Build.0 = Release|Any CPU
{865750BD-8A2E-4FF3-928D-31EF47435801}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{865750BD-8A2E-4FF3-928D-31EF47435801}.Debug|Any CPU.Build.0 = Debug|Any CPU
{865750BD-8A2E-4FF3-928D-31EF47435801}.Release|Any CPU.ActiveCfg = Release|Any CPU
{865750BD-8A2E-4FF3-928D-31EF47435801}.Release|Any CPU.Build.0 = Release|Any CPU
{C750FC22-708C-406F-9C51-21DFC9B20656}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C750FC22-708C-406F-9C51-21DFC9B20656}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C750FC22-708C-406F-9C51-21DFC9B20656}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C750FC22-708C-406F-9C51-21DFC9B20656}.Release|Any CPU.Build.0 = Release|Any CPU
{BB04590E-D023-4C04-B0E0-902D5B664752}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB04590E-D023-4C04-B0E0-902D5B664752}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB04590E-D023-4C04-B0E0-902D5B664752}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB04590E-D023-4C04-B0E0-902D5B664752}.Release|Any CPU.Build.0 = Release|Any CPU
{25F870DF-65C7-40A8-881A-DC18CCFCC643}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25F870DF-65C7-40A8-881A-DC18CCFCC643}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25F870DF-65C7-40A8-881A-DC18CCFCC643}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25F870DF-65C7-40A8-881A-DC18CCFCC643}.Release|Any CPU.Build.0 = Release|Any CPU
{5FEFFE61-6CE6-4AC0-B3C5-7780982E99C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FEFFE61-6CE6-4AC0-B3C5-7780982E99C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FEFFE61-6CE6-4AC0-B3C5-7780982E99C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FEFFE61-6CE6-4AC0-B3C5-7780982E99C7}.Release|Any CPU.Build.0 = Release|Any CPU
{858343EB-F7E8-44C8-8697-21DBB4136D9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{858343EB-F7E8-44C8-8697-21DBB4136D9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{858343EB-F7E8-44C8-8697-21DBB4136D9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{858343EB-F7E8-44C8-8697-21DBB4136D9C}.Release|Any CPU.Build.0 = Release|Any CPU
{F931B64A-064C-4F00-AAB3-9BECD5BD97F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F931B64A-064C-4F00-AAB3-9BECD5BD97F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F931B64A-064C-4F00-AAB3-9BECD5BD97F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F931B64A-064C-4F00-AAB3-9BECD5BD97F3}.Release|Any CPU.Build.0 = Release|Any CPU
{F1D11104-6328-4FBC-A26E-B25DF3E5F7C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1D11104-6328-4FBC-A26E-B25DF3E5F7C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1D11104-6328-4FBC-A26E-B25DF3E5F7C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1D11104-6328-4FBC-A26E-B25DF3E5F7C7}.Release|Any CPU.Build.0 = Release|Any CPU
{36F42BBA-D126-44F0-9554-347F38E75AA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36F42BBA-D126-44F0-9554-347F38E75AA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36F42BBA-D126-44F0-9554-347F38E75AA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36F42BBA-D126-44F0-9554-347F38E75AA6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C3DD45C3-7688-47A2-BCCB-62808F6BF6A6}
EndGlobalSection
EndGlobal