Skip to content

Commit 82a87bd

Browse files
committed
Remove project: Quick.Protocol.Udp
1 parent 90f9fca commit 82a87bd

File tree

10 files changed

+0
-259
lines changed

10 files changed

+0
-259
lines changed

QpTestClient/QpTestClient.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
<ProjectReference Include="..\Quick.Protocol.Pipeline\Quick.Protocol.Pipeline.csproj" />
2727
<ProjectReference Include="..\Quick.Protocol.SerialPort\Quick.Protocol.SerialPort.csproj" />
2828
<ProjectReference Include="..\Quick.Protocol.Tcp\Quick.Protocol.Tcp.csproj" />
29-
<ProjectReference Include="..\Quick.Protocol.Udp\Quick.Protocol.Udp.csproj" />
3029
<ProjectReference Include="..\Quick.Protocol.WebSocket.Client\Quick.Protocol.WebSocket.Client.csproj" />
3130
<ProjectReference Include="..\Quick.Protocol\Quick.Protocol.csproj" />
3231
</ItemGroup>

Quick.Protocol.AllClients/Quick.Protocol.AllClients.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ WebSocket: ConnectionUriParser.Parse("qp.ws://127.0.0.1:3001/qp");</Description>
3434
<ItemGroup>
3535
<ProjectReference Include="..\Quick.Protocol.Pipeline\Quick.Protocol.Pipeline.csproj" />
3636
<ProjectReference Include="..\Quick.Protocol.Tcp\Quick.Protocol.Tcp.csproj" />
37-
<ProjectReference Include="..\Quick.Protocol.Udp\Quick.Protocol.Udp.csproj" />
3837
<ProjectReference Include="..\Quick.Protocol.WebSocket.Client\Quick.Protocol.WebSocket.Client.csproj" />
3938
<ProjectReference Include="..\Quick.Protocol\Quick.Protocol.csproj" />
4039
</ItemGroup>

Quick.Protocol.Udp/QpUdpClient.cs

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

Quick.Protocol.Udp/QpUdpClientOptions.cs

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

Quick.Protocol.Udp/QpUdpServer.cs

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

Quick.Protocol.Udp/QpUdpServerOptions.cs

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

Quick.Protocol.Udp/Quick.Protocol.Udp.csproj

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

QuickProtocol_2.2.sln

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +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("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quick.Protocol.Udp", "Quick.Protocol.Udp\Quick.Protocol.Udp.csproj", "{6D0DF333-FB4D-47EE-828A-4775D67D9DB2}"
53-
EndProject
5452
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Udp", "Udp", "{AEC82A87-FD4C-4188-84C0-7365DB96AD00}"
5553
EndProject
5654
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UdpClient", "Test\Udp\UdpClient\UdpClient.csproj", "{672A0D86-85D2-4439-95E5-EA329F12419A}"
@@ -131,10 +129,6 @@ Global
131129
{18B3BC1D-D5F9-4D54-81C2-4B4EF3898AF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
132130
{18B3BC1D-D5F9-4D54-81C2-4B4EF3898AF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
133131
{18B3BC1D-D5F9-4D54-81C2-4B4EF3898AF3}.Release|Any CPU.Build.0 = Release|Any CPU
134-
{6D0DF333-FB4D-47EE-828A-4775D67D9DB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
135-
{6D0DF333-FB4D-47EE-828A-4775D67D9DB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
136-
{6D0DF333-FB4D-47EE-828A-4775D67D9DB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
137-
{6D0DF333-FB4D-47EE-828A-4775D67D9DB2}.Release|Any CPU.Build.0 = Release|Any CPU
138132
{672A0D86-85D2-4439-95E5-EA329F12419A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
139133
{672A0D86-85D2-4439-95E5-EA329F12419A}.Debug|Any CPU.Build.0 = Debug|Any CPU
140134
{672A0D86-85D2-4439-95E5-EA329F12419A}.Release|Any CPU.ActiveCfg = Release|Any CPU

Test/Udp/UdpClient/UdpClient.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<ProjectReference Include="..\..\..\Quick.Protocol.Udp\Quick.Protocol.Udp.csproj" />
109
<ProjectReference Include="..\..\..\Quick.Protocol\Quick.Protocol.csproj" />
1110
</ItemGroup>
1211

Test/Udp/UdpServer/UdpServer.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<ProjectReference Include="..\..\..\Quick.Protocol.Udp\Quick.Protocol.Udp.csproj" />
1110
<ProjectReference Include="..\..\..\Quick.Protocol\Quick.Protocol.csproj" />
1211
</ItemGroup>
1312

0 commit comments

Comments
 (0)