diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-09-10 16:42:23 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-10 16:42:23 -0400 |
| commit | a0298ccc6d76eb943178d1ccf895700ee7052281 (patch) | |
| tree | 1ec1a2dda0624dc3acbc5f16ac32e11fb87997ae /Emby.Server.Implementations/Emby.Server.Implementations.csproj | |
| parent | dbf23fbd126a141c5c2cc05215c328d153b8255c (diff) | |
| parent | b335ae8ef18701b036ff99509fbdaeb8166dfbda (diff) | |
Merge pull request #2876 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, 3 insertions, 4 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index bcda149d6..ccff29eef 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -654,16 +654,15 @@ <Project>{1d74413b-e7cf-455b-b021-f52bdf881542}</Project> <Name>SocketHttpListener</Name> </ProjectReference> + <Reference Include="Emby.Naming"> + <HintPath>..\ThirdParty\emby\Emby.Naming.dll</HintPath> + </Reference> <Reference Include="Emby.Server.MediaEncoding"> <HintPath>..\ThirdParty\emby\Emby.Server.MediaEncoding.dll</HintPath> </Reference> <Reference Include="Emby.XmlTv, Version=1.0.6387.29335, Culture=neutral, processorArchitecture=MSIL"> <HintPath>..\packages\Emby.XmlTv.1.0.10\lib\portable-net45+netstandard2.0+win8\Emby.XmlTv.dll</HintPath> </Reference> - <Reference Include="MediaBrowser.Naming, Version=1.0.6447.2217, Culture=neutral, processorArchitecture=MSIL"> - <HintPath>..\packages\MediaBrowser.Naming.1.0.7\lib\portable-net45+netstandard2.0+win8\MediaBrowser.Naming.dll</HintPath> - <Private>True</Private> - </Reference> <Reference Include="ServiceStack.Text, Version=4.5.8.0, Culture=neutral, processorArchitecture=MSIL"> <HintPath>..\packages\ServiceStack.Text.4.5.8\lib\net45\ServiceStack.Text.dll</HintPath> <Private>True</Private> |
