diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-07-18 18:14:59 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-07-18 18:14:59 -0400 |
| commit | ea559a6e274c2067cda780ba81bc5237c9e2ebf7 (patch) | |
| tree | b3ee580495b6df0b095e167b00577d69267eece3 /MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj | |
| parent | b4b17d7717ff773d9782462c0eae967c4c7f2ad9 (diff) | |
create http listener abstraction
Diffstat (limited to 'MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj')
| -rw-r--r-- | MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj index 8d4eec29e..c24e9574f 100644 --- a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj +++ b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj @@ -96,6 +96,9 @@ <HintPath>..\ThirdParty\ServiceStack.Text\ServiceStack.Text.dll</HintPath> </Reference> <Reference Include="Mono.Posix" Condition=" '$(ConfigurationName)' == 'Release Mono' " /> + <Reference Include="websocket-sharp"> + <HintPath>..\ThirdParty\WebsocketSharp\websocket-sharp.dll</HintPath> + </Reference> </ItemGroup> <ItemGroup> <Compile Include="..\SharedVersion.cs"> @@ -134,6 +137,8 @@ <Compile Include="EntryPoints\ServerEventNotifier.cs" /> <Compile Include="EntryPoints\UserDataChangeNotifier.cs" /> <Compile Include="FileOrganization\OrganizerScheduledTask.cs" /> + <Compile Include="HttpServer\NetListener\HttpListenerServer.cs" /> + <Compile Include="HttpServer\IHttpListener.cs" /> <Compile Include="HttpServer\Security\AuthorizationContext.cs" /> <Compile Include="HttpServer\ContainerAdapter.cs" /> <Compile Include="HttpServer\GetSwaggerResource.cs" /> |
