Added AuthenticationBase.cs

This commit is contained in:
sta
2014-06-30 20:22:23 +09:00
parent 5f0b36997b
commit d85dc01897
4 changed files with 197 additions and 152 deletions

View File

@@ -135,6 +135,7 @@
<Compile Include="WebSocketFrame.cs" />
<Compile Include="Net\AuthenticationChallenge.cs" />
<Compile Include="Net\AuthenticationResponse.cs" />
<Compile Include="Net\AuthenticationBase.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>