Added IHttpResultFactory

This commit is contained in:
LukePulverenti
2013-03-08 12:25:25 -05:00
parent bf9f0bc534
commit 332f635939
5 changed files with 27 additions and 0 deletions

View File

@@ -106,6 +106,7 @@
<Compile Include="BdInfo\BdInfoExaminer.cs" />
<Compile Include="Configuration\ServerConfigurationManager.cs" />
<Compile Include="HttpServer\BaseRestService.cs" />
<Compile Include="HttpServer\HttpResultFactory.cs" />
<Compile Include="HttpServer\HttpServer.cs" />
<Compile Include="HttpServer\NativeWebSocket.cs" />
<Compile Include="HttpServer\ServerFactory.cs" />