Renamed WsState.cs to WebSocketState.cs

This commit is contained in:
sta
2013-09-05 17:46:57 +09:00
parent d98aad51e6
commit e0a7e74d0a
4 changed files with 54 additions and 51 deletions

View File

@@ -63,7 +63,6 @@
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="Ext.cs" />
<Compile Include="WsState.cs" />
<Compile Include="MessageEventArgs.cs" />
<Compile Include="CloseEventArgs.cs" />
<Compile Include="ByteOrder.cs" />
@@ -128,6 +127,7 @@
<Compile Include="HandshakeResponse.cs" />
<Compile Include="Server\WebSocketServiceHostManager.cs" />
<Compile Include="Server\IWebSocketServiceHost.cs" />
<Compile Include="WebSocketState.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>