diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-26 23:44:41 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-26 23:44:41 -0500 |
| commit | ff6325efc5ae478c68dc140c5adbae089a6f7f4b (patch) | |
| tree | f82316dacb47623427ee14d25015b427040028ea /MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj | |
| parent | 511328edf9b91278d29d50f9446b9cc2ae69e6f7 (diff) | |
video streaming
Diffstat (limited to 'MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj')
| -rw-r--r-- | MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj b/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj index 6f28a6c9a..70d92edb5 100644 --- a/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj +++ b/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj @@ -109,6 +109,7 @@ <Compile Include="HttpServer\HttpServer.cs" /> <Compile Include="HttpServer\NativeWebSocket.cs" /> <Compile Include="HttpServer\ServerFactory.cs" /> + <Compile Include="HttpServer\StreamWriter.cs" /> <Compile Include="Logging\LogHelper.cs" /> <Compile Include="Logging\NLogger.cs" /> <Compile Include="Logging\NlogManager.cs" /> |
