Renamed ResponseHandshake.cs to HandshakeResponse.cs

This commit is contained in:
sta
2013-08-03 17:46:06 +09:00
parent 7f61f6c491
commit 7deddda2f9
3 changed files with 61 additions and 61 deletions

View File

@@ -72,7 +72,6 @@
<Compile Include="Server\WebSocketServer.cs" />
<Compile Include="Server\WebSocketService.cs" />
<Compile Include="WsStream.cs" />
<Compile Include="ResponseHandshake.cs" />
<Compile Include="Net\AuthenticationSchemeSelector.cs" />
<Compile Include="Net\AuthenticationSchemes.cs" />
<Compile Include="Net\ChunkStream.cs" />
@@ -128,6 +127,7 @@
<Compile Include="Logger.cs" />
<Compile Include="HandshakeBase.cs" />
<Compile Include="HandshakeRequest.cs" />
<Compile Include="HandshakeResponse.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>