aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Emby.Server.Implementations.csproj
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-02-12 20:07:48 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-02-12 20:07:48 -0500
commit0a03d7ad9fe6554b78963445f012464023113614 (patch)
treedb7c353f9759d6d4259ee3fc017b569cba6f383c /Emby.Server.Implementations/Emby.Server.Implementations.csproj
parenta6e7438987ebd0ef2c44940f76e6efd487803e02 (diff)
localization fixes
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
-rw-r--r--Emby.Server.Implementations/Emby.Server.Implementations.csproj7
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 b4bb92cfa8..b1601df051 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" />