aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common
diff options
context:
space:
mode:
authorRedShirtMB Mark Linton redshirt linton <RedShirtMB Mark Linton redshirt.linton@gmail.com>2012-08-05 09:09:45 -0700
committerRedShirtMB Mark Linton redshirt linton <RedShirtMB Mark Linton redshirt.linton@gmail.com>2012-08-05 09:09:45 -0700
commitdebc4e6ae513ca6f3d896c46f8bf528315108d89 (patch)
treecf64f7f0d09917aea3d2bef40a4ebc3c7c4198c2 /MediaBrowser.Common
parent2abc0e902014e9ca6947f2eb378dffba485fd699 (diff)
Added missing reference to MediaBrowser.Common
2nd launch of ServerApplication will call OpenDashboard
Diffstat (limited to 'MediaBrowser.Common')
-rw-r--r--MediaBrowser.Common/MediaBrowser.Common.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Common/MediaBrowser.Common.csproj b/MediaBrowser.Common/MediaBrowser.Common.csproj
index 7017b9b57..d647903ad 100644
--- a/MediaBrowser.Common/MediaBrowser.Common.csproj
+++ b/MediaBrowser.Common/MediaBrowser.Common.csproj
@@ -45,6 +45,7 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Rx-Main.1.0.11226\lib\Net4\System.Reactive.dll</HintPath>
</Reference>
+ <Reference Include="System.Runtime.Remoting" />
<Reference Include="System.Xaml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
@@ -78,6 +79,7 @@
<Compile Include="UI\Splash.xaml.cs">
<DependentUpon>Splash.xaml</DependentUpon>
</Compile>
+ <Compile Include="Util\SingleInstance.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
@@ -94,6 +96,7 @@
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
+ <ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.