Renamed HandshakeBase.cs to HttpBase.cs

This commit is contained in:
sta
2014-07-14 16:27:37 +09:00
parent c840a2dc3d
commit f75b8fde86
5 changed files with 8 additions and 8 deletions

View File

@@ -113,7 +113,6 @@
<Compile Include="LogData.cs" />
<Compile Include="LogLevel.cs" />
<Compile Include="Logger.cs" />
<Compile Include="HandshakeBase.cs" />
<Compile Include="HandshakeRequest.cs" />
<Compile Include="HandshakeResponse.cs" />
<Compile Include="WebSocketState.cs" />
@@ -136,6 +135,7 @@
<Compile Include="Net\AuthenticationChallenge.cs" />
<Compile Include="Net\AuthenticationResponse.cs" />
<Compile Include="Net\AuthenticationBase.cs" />
<Compile Include="HttpBase.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>