diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-03 21:18:51 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-03 21:18:51 -0400 |
| commit | 46efa464d851d3f78b74ac02d061388115cf6d66 (patch) | |
| tree | 56b95c1ff2dd71e2b75b27e059da9173b7d915b5 /Emby.Server.Implementations/Emby.Server.Implementations.csproj | |
| parent | 70e146a0b2b96129da80476a01bb794936419242 (diff) | |
move classes
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
| -rw-r--r-- | Emby.Server.Implementations/Emby.Server.Implementations.csproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index 7eb6a67d4a..3c416d958f 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -67,6 +67,11 @@ <Compile Include="FileOrganization\NameUtils.cs" /> <Compile Include="FileOrganization\OrganizerScheduledTask.cs" /> <Compile Include="FileOrganization\TvFolderOrganizer.cs" /> + <Compile Include="HttpServer\IHttpListener.cs" /> + <Compile Include="HttpServer\Security\AuthorizationContext.cs" /> + <Compile Include="HttpServer\Security\AuthService.cs" /> + <Compile Include="HttpServer\Security\SessionContext.cs" /> + <Compile Include="HttpServer\StreamWriter.cs" /> <Compile Include="Images\BaseDynamicImageProvider.cs" /> <Compile Include="Intros\DefaultIntroProvider.cs" /> <Compile Include="IO\ThrottledStream.cs" /> |
