diff options
| author | Vasily <just.one.man@yandex.ru> | 2018-11-06 19:24:06 +0300 |
|---|---|---|
| committer | Vasily <just.one.man@yandex.ru> | 2018-11-06 19:24:06 +0300 |
| commit | 149f75f3f48ec05110ff0c37fc701b85be7ffa9a (patch) | |
| tree | 15aa762409e2fdd1bf49f5eb281b26e16d34e144 /MediaBrowser.Server.Mono/EmbyServer.csproj | |
| parent | fdeefd07752ed316de7b1ed33dbdbcbc69e993af (diff) | |
* Fixed ImageMagick and XmlTv references
* Repplaced IsoMounter binary blob with source (not yet compiling)
Diffstat (limited to 'MediaBrowser.Server.Mono/EmbyServer.csproj')
| -rw-r--r-- | MediaBrowser.Server.Mono/EmbyServer.csproj | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/MediaBrowser.Server.Mono/EmbyServer.csproj b/MediaBrowser.Server.Mono/EmbyServer.csproj index 03cb823c15..d6e209b72a 100644 --- a/MediaBrowser.Server.Mono/EmbyServer.csproj +++ b/MediaBrowser.Server.Mono/EmbyServer.csproj @@ -34,12 +34,10 @@ <Reference Include="Emby.Server.MediaEncoding"> <HintPath>..\ThirdParty\emby\Emby.Server.MediaEncoding.dll</HintPath> </Reference> - <Reference Include="MediaBrowser.IsoMounting.Linux"> - <HintPath>..\ThirdParty\MediaBrowser.IsoMounting.Linux\MediaBrowser.IsoMounting.Linux.dll</HintPath> - </Reference> </ItemGroup> <ItemGroup> + <ProjectReference Include="..\Emby.IsoMounting\IsoMounter\IsoMounter.csproj" /> <ProjectReference Include="..\BDInfo\BDInfo.csproj" /> <ProjectReference Include="..\DvdLib\DvdLib.csproj" /> <ProjectReference Include="..\Emby.Dlna\Emby.Dlna.csproj" /> |
