This repository has been archived by the owner on Dec 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathWebsocketRPC.sln
156 lines (156 loc) · 10.3 KB
/
WebsocketRPC.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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2020
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{3CE373E0-6D9A-48C4-808D-510E6FB69D5C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{E5509F73-1E5E-45B4-AED7-4A38F8DF1DDE}"
ProjectSection(SolutionItems) = preProject
Samples\README.md = Samples\README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebsocketRPC.Standalone", "Source\WebsocketRPC.Standalone\WebsocketRPC.Standalone.csproj", "{AB4A5DDF-1F91-4AF8-9E9C-242832576C5E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebSocketRPC.JS", "Source\WebSocketRPC.JS\WebSocketRPC.JS.csproj", "{965791BF-8F77-4A69-97E2-8B6B66CF9863}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ServerClientSample", "ServerClientSample", "{E4A64C0A-0127-42AD-A439-2063A145F536}"
ProjectSection(SolutionItems) = preProject
Samples\ServerClientSample\Run.bat = Samples\ServerClientSample\Run.bat
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClientJs", "Samples\ClientJs\ClientJs.csproj", "{C0449FA5-C667-4B5C-878A-04773903B130}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Client", "Samples\ServerClientSample\Client\Client.csproj", "{E0DBB446-3B2B-4BC2-871F-925AB60917E3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Server", "Samples\ServerClientSample\Server\Server.csproj", "{841054C8-559B-4E6F-8DCD-44C2D3DA2F0B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{26CCD24E-8415-4FD5-8AB3-17433A265B08}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.exe = .nuget\NuGet.exe
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MultiService", "Samples\MultiService\MultiService.csproj", "{2B69F62E-991C-4E4B-B1FF-2A5906415764}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serialization", "Samples\Serialization\Serialization.csproj", "{9F82F6DD-238B-4F65-A95C-55F2BA20F1B0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6B3680DB-211E-492C-BC67-46FF1F00A730}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Deploy", "Deploy", "{B998D2DB-7CA7-4A1B-8B98-801973A12D20}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Logo", "Logo", "{6E575BA8-2787-4A5D-9742-8ACBA07C93D9}"
ProjectSection(SolutionItems) = preProject
Deploy\Logo\Logo-big.png = Deploy\Logo\Logo-big.png
Deploy\Logo\Logo-small.png = Deploy\Logo\Logo-small.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{CBCEF1A5-1044-49DB-8A19-2443FFBE3DFE}"
ProjectSection(SolutionItems) = preProject
Deploy\Nuget\Push.cmd = Deploy\Nuget\Push.cmd
EndProjectSection
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "WebSocketRPC.Base", "Source\WebSocketRPC.Base\WebSocketRPC.Base.shproj", "{EAEBAA06-D5BB-4106-8694-C022832175D6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebSocketRPC.AspCore", "Source\WebSocketRPC.AspCore\WebSocketRPC.AspCore.csproj", "{CE4BAD88-2358-4B3D-8A34-90A74C73E521}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspRpc", "Samples\AspRpc\AspRpc.csproj", "{CFC334A5-2B52-42A0-87AE-4B3F84B09530}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{01049849-1A9A-4C3A-BD56-EA6B628F9F36}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RawMsgJs", "Samples\RawMsgJs\RawMsgJs.csproj", "{76FDC1DC-D80A-42E8-8A5D-2FE3462B9E3F}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "SampleBase", "Samples\SampleBase\SampleBase.shproj", "{4C3C0292-F1F5-4997-8A0E-B4C7D05BB22F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{96225EA6-4EA7-48AB-91F9-E53B0B5605F0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClientInfoJs", "Samples\ClientInfoJs\ClientInfoJs.csproj", "{4F0482C4-83EE-4C2D-9B74-FE664179C891}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Samples\SampleBase\SampleBase.projitems*{4c3c0292-f1f5-4997-8a0e-b4c7d05bb22f}*SharedItemsImports = 13
Source\WebSocketRPC.Base\WebSocketRPC.Base.projitems*{eaebaa06-d5bb-4106-8694-c022832175d6}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AB4A5DDF-1F91-4AF8-9E9C-242832576C5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB4A5DDF-1F91-4AF8-9E9C-242832576C5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB4A5DDF-1F91-4AF8-9E9C-242832576C5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB4A5DDF-1F91-4AF8-9E9C-242832576C5E}.Release|Any CPU.Build.0 = Release|Any CPU
{965791BF-8F77-4A69-97E2-8B6B66CF9863}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{965791BF-8F77-4A69-97E2-8B6B66CF9863}.Debug|Any CPU.Build.0 = Debug|Any CPU
{965791BF-8F77-4A69-97E2-8B6B66CF9863}.Release|Any CPU.ActiveCfg = Release|Any CPU
{965791BF-8F77-4A69-97E2-8B6B66CF9863}.Release|Any CPU.Build.0 = Release|Any CPU
{C0449FA5-C667-4B5C-878A-04773903B130}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0449FA5-C667-4B5C-878A-04773903B130}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0449FA5-C667-4B5C-878A-04773903B130}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0449FA5-C667-4B5C-878A-04773903B130}.Release|Any CPU.Build.0 = Release|Any CPU
{E0DBB446-3B2B-4BC2-871F-925AB60917E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0DBB446-3B2B-4BC2-871F-925AB60917E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0DBB446-3B2B-4BC2-871F-925AB60917E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0DBB446-3B2B-4BC2-871F-925AB60917E3}.Release|Any CPU.Build.0 = Release|Any CPU
{841054C8-559B-4E6F-8DCD-44C2D3DA2F0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{841054C8-559B-4E6F-8DCD-44C2D3DA2F0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{841054C8-559B-4E6F-8DCD-44C2D3DA2F0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{841054C8-559B-4E6F-8DCD-44C2D3DA2F0B}.Release|Any CPU.Build.0 = Release|Any CPU
{2B69F62E-991C-4E4B-B1FF-2A5906415764}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B69F62E-991C-4E4B-B1FF-2A5906415764}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B69F62E-991C-4E4B-B1FF-2A5906415764}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B69F62E-991C-4E4B-B1FF-2A5906415764}.Release|Any CPU.Build.0 = Release|Any CPU
{9F82F6DD-238B-4F65-A95C-55F2BA20F1B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F82F6DD-238B-4F65-A95C-55F2BA20F1B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F82F6DD-238B-4F65-A95C-55F2BA20F1B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F82F6DD-238B-4F65-A95C-55F2BA20F1B0}.Release|Any CPU.Build.0 = Release|Any CPU
{CE4BAD88-2358-4B3D-8A34-90A74C73E521}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE4BAD88-2358-4B3D-8A34-90A74C73E521}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE4BAD88-2358-4B3D-8A34-90A74C73E521}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE4BAD88-2358-4B3D-8A34-90A74C73E521}.Release|Any CPU.Build.0 = Release|Any CPU
{CFC334A5-2B52-42A0-87AE-4B3F84B09530}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFC334A5-2B52-42A0-87AE-4B3F84B09530}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFC334A5-2B52-42A0-87AE-4B3F84B09530}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFC334A5-2B52-42A0-87AE-4B3F84B09530}.Release|Any CPU.Build.0 = Release|Any CPU
{76FDC1DC-D80A-42E8-8A5D-2FE3462B9E3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76FDC1DC-D80A-42E8-8A5D-2FE3462B9E3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76FDC1DC-D80A-42E8-8A5D-2FE3462B9E3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76FDC1DC-D80A-42E8-8A5D-2FE3462B9E3F}.Release|Any CPU.Build.0 = Release|Any CPU
{96225EA6-4EA7-48AB-91F9-E53B0B5605F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96225EA6-4EA7-48AB-91F9-E53B0B5605F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96225EA6-4EA7-48AB-91F9-E53B0B5605F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96225EA6-4EA7-48AB-91F9-E53B0B5605F0}.Release|Any CPU.Build.0 = Release|Any CPU
{4F0482C4-83EE-4C2D-9B74-FE664179C891}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F0482C4-83EE-4C2D-9B74-FE664179C891}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F0482C4-83EE-4C2D-9B74-FE664179C891}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F0482C4-83EE-4C2D-9B74-FE664179C891}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AB4A5DDF-1F91-4AF8-9E9C-242832576C5E} = {3CE373E0-6D9A-48C4-808D-510E6FB69D5C}
{965791BF-8F77-4A69-97E2-8B6B66CF9863} = {3CE373E0-6D9A-48C4-808D-510E6FB69D5C}
{E4A64C0A-0127-42AD-A439-2063A145F536} = {E5509F73-1E5E-45B4-AED7-4A38F8DF1DDE}
{C0449FA5-C667-4B5C-878A-04773903B130} = {E5509F73-1E5E-45B4-AED7-4A38F8DF1DDE}
{E0DBB446-3B2B-4BC2-871F-925AB60917E3} = {E4A64C0A-0127-42AD-A439-2063A145F536}
{841054C8-559B-4E6F-8DCD-44C2D3DA2F0B} = {E4A64C0A-0127-42AD-A439-2063A145F536}
{2B69F62E-991C-4E4B-B1FF-2A5906415764} = {E5509F73-1E5E-45B4-AED7-4A38F8DF1DDE}
{9F82F6DD-238B-4F65-A95C-55F2BA20F1B0} = {E5509F73-1E5E-45B4-AED7-4A38F8DF1DDE}
{6E575BA8-2787-4A5D-9742-8ACBA07C93D9} = {B998D2DB-7CA7-4A1B-8B98-801973A12D20}
{CBCEF1A5-1044-49DB-8A19-2443FFBE3DFE} = {B998D2DB-7CA7-4A1B-8B98-801973A12D20}
{EAEBAA06-D5BB-4106-8694-C022832175D6} = {3CE373E0-6D9A-48C4-808D-510E6FB69D5C}
{CE4BAD88-2358-4B3D-8A34-90A74C73E521} = {3CE373E0-6D9A-48C4-808D-510E6FB69D5C}
{CFC334A5-2B52-42A0-87AE-4B3F84B09530} = {E5509F73-1E5E-45B4-AED7-4A38F8DF1DDE}
{76FDC1DC-D80A-42E8-8A5D-2FE3462B9E3F} = {E5509F73-1E5E-45B4-AED7-4A38F8DF1DDE}
{4C3C0292-F1F5-4997-8A0E-B4C7D05BB22F} = {E5509F73-1E5E-45B4-AED7-4A38F8DF1DDE}
{96225EA6-4EA7-48AB-91F9-E53B0B5605F0} = {01049849-1A9A-4C3A-BD56-EA6B628F9F36}
{4F0482C4-83EE-4C2D-9B74-FE664179C891} = {E5509F73-1E5E-45B4-AED7-4A38F8DF1DDE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {591A6475-8DF2-42DA-AFF1-8EF88BCF6EE4}
EndGlobalSection
EndGlobal