Renamed WebSocketServiceHostManager.cs to WebSocketServiceManager.cs

This commit is contained in:
sta
2014-02-13 16:09:16 +09:00
parent d07265dd8e
commit 353e481f95
4 changed files with 42 additions and 45 deletions

View File

@@ -122,7 +122,6 @@
<Compile Include="HandshakeBase.cs" />
<Compile Include="HandshakeRequest.cs" />
<Compile Include="HandshakeResponse.cs" />
<Compile Include="Server\WebSocketServiceHostManager.cs" />
<Compile Include="WebSocketState.cs" />
<Compile Include="Server\IWebSocketSession.cs" />
<Compile Include="Server\WebSocketSessionManager.cs" />
@@ -130,6 +129,7 @@
<Compile Include="Net\HttpBasicIdentity.cs" />
<Compile Include="Net\HttpDigestIdentity.cs" />
<Compile Include="Net\NetworkCredential.cs" />
<Compile Include="Server\WebSocketServiceManager.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>