diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-02-12 20:17:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-12 20:17:43 -0500 |
| commit | 273aa822cfc37558883dbdd17647829abcf34758 (patch) | |
| tree | db858e3dfacfe4bd3aac6c701806a15203b8d63e /Emby.Server.Implementations/Emby.Server.Implementations.csproj | |
| parent | 29c24420978ef324d66a381b71e0f3e3b2f294cb (diff) | |
| parent | 511a8702c29445288251fcf841c394e837db19cc (diff) | |
Merge pull request #2466 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
| -rw-r--r-- | Emby.Server.Implementations/Emby.Server.Implementations.csproj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index b4bb92cfa..b1601df05 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -215,6 +215,13 @@ <Compile Include="Security\RegRecord.cs" /> <Compile Include="ServerManager\ServerManager.cs" /> <Compile Include="ServerManager\WebSocketConnection.cs" /> + <Compile Include="Services\ServiceMethod.cs" /> + <Compile Include="Services\ResponseHelper.cs" /> + <Compile Include="Services\HttpResult.cs" /> + <Compile Include="Services\RequestHelper.cs" /> + <Compile Include="Services\ServiceHandler.cs" /> + <Compile Include="Services\ServiceController.cs" /> + <Compile Include="Services\ServiceExec.cs" /> <Compile Include="Session\HttpSessionController.cs" /> <Compile Include="Session\SessionManager.cs" /> <Compile Include="Session\SessionWebSocketListener.cs" /> |
