aboutsummaryrefslogtreecommitdiff
path: root/SocketHttpListener/SocketHttpListener.csproj
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-05-24 15:39:59 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-05-24 15:39:59 -0400
commit71f7fc4e116f32a20c63ddbb17844a81283a6ba4 (patch)
treed12fde3dd5178579e71e2f268602ad642ffaebe7 /SocketHttpListener/SocketHttpListener.csproj
parentf07af448fa11330db93dd7ddcabac37ef9e014c7 (diff)
3.2.17.12
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" />