diff options
Diffstat (limited to 'MediaBrowser.Controller/MediaBrowser.Controller.csproj')
| -rw-r--r-- | MediaBrowser.Controller/MediaBrowser.Controller.csproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj index 1310e7797..ae7118be9 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -195,10 +195,18 @@ <Compile Include="MediaEncoding\ISubtitleEncoder.cs" /> <Compile Include="MediaEncoding\MediaStreamSelector.cs" /> <Compile Include="MediaEncoding\VideoEncodingOptions.cs" /> + <Compile Include="Net\AuthenticatedAttribute.cs" /> + <Compile Include="Net\AuthorizationInfo.cs" /> + <Compile Include="Net\IAuthorizationContext.cs" /> + <Compile Include="Net\IAuthService.cs" /> + <Compile Include="Net\IHasAuthorization.cs" /> <Compile Include="Net\IHasResultFactory.cs" /> + <Compile Include="Net\IHasSession.cs" /> <Compile Include="Net\IHttpResultFactory.cs" /> <Compile Include="Net\IHttpServer.cs" /> <Compile Include="Net\IRestfulService.cs" /> + <Compile Include="Net\ISessionContext.cs" /> + <Compile Include="Net\LoggedAttribute.cs" /> <Compile Include="News\INewsService.cs" /> <Compile Include="Notifications\INotificationManager.cs" /> <Compile Include="Notifications\INotificationService.cs" /> |
