Skip to content

Commit 2e542b3

Browse files
committed
Remove project: Quick.Protocol.Udp
1 parent 82a87bd commit 2e542b3

File tree

7 files changed

+0
-178
lines changed

7 files changed

+0
-178
lines changed

QpTestClient/QpClientTypeManager.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public void Init()
4040
{
4141
dict = new Dictionary<string, QpClientTypeInfo>();
4242
register<Quick.Protocol.Tcp.QpTcpClient>();
43-
register<Quick.Protocol.Udp.QpUdpClient>();
4443
register<Quick.Protocol.Pipeline.QpPipelineClient>();
4544
register<Quick.Protocol.SerialPort.QpSerialPortClient>();
4645
register<Quick.Protocol.WebSocket.Client.QpWebSocketClient>();

Quick.Protocol.AllClients/QpAllClients.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ public static void RegisterUriSchema()
1010
{
1111
Pipeline.QpPipelineClientOptions.RegisterUriSchema();
1212
Tcp.QpTcpClientOptions.RegisterUriSchema();
13-
Udp.QpUdpClientOptions.RegisterUriSchema();
1413
WebSocket.Client.QpWebSocketClientOptions.RegisterUriSchema();
1514
}
1615
}

QuickProtocol_2.2.sln

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Console", "Console", "{8E34
4949
EndProject
5050
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleTest", "Test\ConsoleTest\ConsoleTest.csproj", "{18B3BC1D-D5F9-4D54-81C2-4B4EF3898AF3}"
5151
EndProject
52-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Udp", "Udp", "{AEC82A87-FD4C-4188-84C0-7365DB96AD00}"
53-
EndProject
54-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UdpClient", "Test\Udp\UdpClient\UdpClient.csproj", "{672A0D86-85D2-4439-95E5-EA329F12419A}"
55-
EndProject
56-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UdpServer", "Test\Udp\UdpServer\UdpServer.csproj", "{B06D3B73-70CA-41A7-AE8E-9C79B014657B}"
57-
EndProject
5852
Global
5953
GlobalSection(SolutionConfigurationPlatforms) = preSolution
6054
Debug|Any CPU = Debug|Any CPU
@@ -129,14 +123,6 @@ Global
129123
{18B3BC1D-D5F9-4D54-81C2-4B4EF3898AF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
130124
{18B3BC1D-D5F9-4D54-81C2-4B4EF3898AF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
131125
{18B3BC1D-D5F9-4D54-81C2-4B4EF3898AF3}.Release|Any CPU.Build.0 = Release|Any CPU
132-
{672A0D86-85D2-4439-95E5-EA329F12419A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
133-
{672A0D86-85D2-4439-95E5-EA329F12419A}.Debug|Any CPU.Build.0 = Debug|Any CPU
134-
{672A0D86-85D2-4439-95E5-EA329F12419A}.Release|Any CPU.ActiveCfg = Release|Any CPU
135-
{672A0D86-85D2-4439-95E5-EA329F12419A}.Release|Any CPU.Build.0 = Release|Any CPU
136-
{B06D3B73-70CA-41A7-AE8E-9C79B014657B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
137-
{B06D3B73-70CA-41A7-AE8E-9C79B014657B}.Debug|Any CPU.Build.0 = Debug|Any CPU
138-
{B06D3B73-70CA-41A7-AE8E-9C79B014657B}.Release|Any CPU.ActiveCfg = Release|Any CPU
139-
{B06D3B73-70CA-41A7-AE8E-9C79B014657B}.Release|Any CPU.Build.0 = Release|Any CPU
140126
EndGlobalSection
141127
GlobalSection(SolutionProperties) = preSolution
142128
HideSolutionNode = FALSE
@@ -156,9 +142,6 @@ Global
156142
{39497212-8529-4418-9D6E-ED9FC546699D} = {434DDF1C-3D83-4B5B-856D-5608C40B58DA}
157143
{8E34D46D-9D1D-40D1-89CD-DCE8EE07F958} = {4D8B91B9-A589-478E-B579-185AE878E575}
158144
{18B3BC1D-D5F9-4D54-81C2-4B4EF3898AF3} = {8E34D46D-9D1D-40D1-89CD-DCE8EE07F958}
159-
{AEC82A87-FD4C-4188-84C0-7365DB96AD00} = {4D8B91B9-A589-478E-B579-185AE878E575}
160-
{672A0D86-85D2-4439-95E5-EA329F12419A} = {AEC82A87-FD4C-4188-84C0-7365DB96AD00}
161-
{B06D3B73-70CA-41A7-AE8E-9C79B014657B} = {AEC82A87-FD4C-4188-84C0-7365DB96AD00}
162145
EndGlobalSection
163146
GlobalSection(ExtensibilityGlobals) = postSolution
164147
SolutionGuid = {EBE52E31-F20D-4366-8517-584BCD5F79FF}

Test/Udp/UdpClient/Program.cs

Lines changed: 0 additions & 63 deletions
This file was deleted.

Test/Udp/UdpClient/UdpClient.csproj

Lines changed: 0 additions & 12 deletions
This file was deleted.

Test/Udp/UdpServer/Program.cs

Lines changed: 0 additions & 71 deletions
This file was deleted.

Test/Udp/UdpServer/UdpServer.csproj

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)