Skip to content

Commit

Permalink
Merge pull request #3236 from MediaBrowser/dev
Browse files Browse the repository at this point in the history
remove links to installer
  • Loading branch information
LukePulverenti authored Apr 13, 2018
2 parents 6a2eb3e + e52e333 commit c35a06f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions MediaBrowser.Server.Mono/MonoAppHost.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Reflection;
using Emby.Server.CinemaMode;
using Emby.Server.Connect;
using Emby.Server.Implementations;
using Emby.Server.Sync;
Expand Down Expand Up @@ -48,7 +47,6 @@ protected override List<Assembly> GetAssembliesWithPartsInternal()
var list = new List<Assembly>();

list.Add(GetType().Assembly);
list.Add(typeof(DefaultIntroProvider).Assembly);
list.Add(typeof(ConnectManager).Assembly);
list.Add(typeof(SyncManager).Assembly);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,18 +169,6 @@
<Link>x86\libSkiaSharp.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\Tools\Installation\MediaBrowser.InstallUtil.dll">
<Link>MediaBrowser.InstallUtil.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\Tools\Installation\MediaBrowser.Uninstaller.exe">
<Link>MediaBrowser.Uninstaller.exe</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\Tools\Installation\MediaBrowser.Updater.exe">
<Link>MediaBrowser.Updater.exe</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="x64\sqlite3.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Expand Down
2 changes: 0 additions & 2 deletions MediaBrowser.ServerApplication/WindowsAppHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using System.IO;
using System.Reflection;
using System.Runtime.InteropServices.ComTypes;
using Emby.Server.CinemaMode;
using Emby.Server.Connect;
using Emby.Server.Implementations;
using Emby.Server.Implementations.EntryPoints;
Expand Down Expand Up @@ -54,7 +53,6 @@ protected override List<Assembly> GetAssembliesWithPartsInternal()
{
var list = new List<Assembly>();

list.Add(typeof(DefaultIntroProvider).Assembly);
list.Add(typeof(ConnectManager).Assembly);
list.Add(typeof(SyncManager).Assembly);
list.Add(GetType().Assembly);
Expand Down

0 comments on commit c35a06f

Please sign in to comment.