aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Emby.Server.Implementations.csproj
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-03 21:18:51 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-03 21:18:51 -0400
commit46efa464d851d3f78b74ac02d061388115cf6d66 (patch)
tree56b95c1ff2dd71e2b75b27e059da9173b7d915b5 /Emby.Server.Implementations/Emby.Server.Implementations.csproj
parent70e146a0b2b96129da80476a01bb794936419242 (diff)
move classes
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
-rw-r--r--Emby.Server.Implementations/Emby.Server.Implementations.csproj5
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" />