aboutsummaryrefslogtreecommitdiff
path: root/SocketHttpListener/SocketHttpListener.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'SocketHttpListener/SocketHttpListener.csproj')
-rw-r--r--SocketHttpListener/SocketHttpListener.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/SocketHttpListener/SocketHttpListener.csproj b/SocketHttpListener/SocketHttpListener.csproj
index dd2d2cf0f..3be51071c 100644
--- a/SocketHttpListener/SocketHttpListener.csproj
+++ b/SocketHttpListener/SocketHttpListener.csproj
@@ -70,11 +70,12 @@
<Compile Include="Net\HttpListenerResponse.cs" />
<Compile Include="Net\HttpRequestStream.cs" />
<Compile Include="Net\HttpRequestStream.Managed.cs" />
+ <Compile Include="Net\HttpResponseStream.cs" />
+ <Compile Include="Net\HttpResponseStream.Managed.cs" />
<Compile Include="Net\HttpStatusCode.cs" />
<Compile Include="Net\HttpStreamAsyncResult.cs" />
<Compile Include="Net\HttpVersion.cs" />
<Compile Include="Net\ListenerPrefix.cs" />
- <Compile Include="Net\ResponseStream.cs" />
<Compile Include="Net\WebHeaderCollection.cs" />
<Compile Include="Net\WebSockets\HttpListenerWebSocketContext.cs" />
<Compile Include="Net\WebSockets\WebSocketContext.cs" />