diff options
| author | Andrew Rabert <6550543+nvllsvm@users.noreply.github.com> | 2018-12-14 21:28:12 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-14 21:28:12 -0500 |
| commit | 46c75d75bd8702da4d3728c11f28756a9c9abb72 (patch) | |
| tree | dd6a198e3c104ebc732a615153c4bb5514e25660 /Emby.Server.Implementations/Emby.Server.Implementations.csproj | |
| parent | b36b526f27ebd9ac716d743eea26e65407ceeea4 (diff) | |
| parent | a73d255f51f135adbc2c352fef79f776ce9fcb02 (diff) | |
Merge pull request #166 from jellyfin/develop
Develop
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
| -rw-r--r-- | Emby.Server.Implementations/Emby.Server.Implementations.csproj | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index b3b476907..97909fd18 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -18,6 +18,7 @@ <ProjectReference Include="..\Emby.Photos\Emby.Photos.csproj" /> <ProjectReference Include="..\Emby.Drawing\Emby.Drawing.csproj" /> <ProjectReference Include="..\Emby.XmlTv\Emby.XmlTv\Emby.XmlTv.csproj" /> + <ProjectReference Include="..\MediaBrowser.MediaEncoding\MediaBrowser.MediaEncoding.csproj" /> </ItemGroup> <ItemGroup> @@ -148,10 +149,5 @@ <EmbeddedResource Include="Localization\Ratings\es.txt" /> <EmbeddedResource Include="Localization\Ratings\ro.txt" /> </ItemGroup> - <ItemGroup> - <Reference Include="Emby.Server.MediaEncoding"> - <HintPath>..\ThirdParty\emby\Emby.Server.MediaEncoding.dll</HintPath> - </Reference> - </ItemGroup> </Project> |
