修改项目

This commit is contained in:
zqm
2026-02-04 17:04:07 +08:00
parent 32ad55d366
commit f51252eca2

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
@@ -51,19 +51,10 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="WebSocket\IWebSocketClient.cs" />
<Compile Include="WebSocket\WebSocketClient.cs" />
<Compile Include="WebSocket\IWebSocketServer.cs" />
<Compile Include="WebSocket\WebSocketServer.cs" />
<Compile Include="WebSocket\WebSocketHelper.cs" />
<Compile Include="WebSocket\WebSocketTest.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="CubeLib.ico" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Folder Include="WebSocket\" />
</ItemGroup>