extracted http server, web socket server and udp server dependancies

This commit is contained in:
LukePulverenti
2013-02-23 17:31:51 -05:00
parent 1a423c43b4
commit 2e4db75540
39 changed files with 893 additions and 359 deletions

View File

@@ -315,7 +315,7 @@ namespace MediaBrowser.Controller
/// </summary>
protected override void RegisterExportedValues()
{
ApplicationHost.Register(this);
ApplicationHost.RegisterSingleInstance(this);
base.RegisterExportedValues();
}

View File

@@ -69,7 +69,6 @@
<Reference Include="System.Drawing" />
<Reference Include="System.Net" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Xml.Linq" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Xml" />
</ItemGroup>