aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-05-24 15:44:28 -0400
committerGitHub <noreply@github.com>2017-05-24 15:44:28 -0400
commit51088d6a250ec5ad4bcd8eb55693f17bda0a3df8 (patch)
tree839a7e716f6b9eefa7c15eed2f4591da46a0bb88
parentff19fd971c3dadd716cb49366691b830d41cea26 (diff)
parent180c33567b1fdbab3e2f032caf3eb8ddc721c7cb (diff)
Merge pull request #2659 from MediaBrowser/dev
fix tests
-rw-r--r--MediaBrowser.Tests/MediaBrowser.Tests.csproj11
1 files changed, 8 insertions, 3 deletions
diff --git a/MediaBrowser.Tests/MediaBrowser.Tests.csproj b/MediaBrowser.Tests/MediaBrowser.Tests.csproj
index 732fae370..a031d47ea 100644
--- a/MediaBrowser.Tests/MediaBrowser.Tests.csproj
+++ b/MediaBrowser.Tests/MediaBrowser.Tests.csproj
@@ -37,9 +37,6 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
- <Reference Include="Emby.Common.Implementations">
- <HintPath>..\ThirdParty\emby\Emby.Common.Implementations.dll</HintPath>
- </Reference>
<Reference Include="System" />
<Reference Include="System.XML" />
</ItemGroup>
@@ -68,6 +65,14 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
+ <ProjectReference Include="..\Emby.Common.Implementations\Emby.Common.Implementations.csproj">
+ <Project>{1e37a338-9f57-4b70-bd6d-bb9c591e319b}</Project>
+ <Name>Emby.Common.Implementations</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Emby.Server.Core\Emby.Server.Core.csproj">
+ <Project>{776b9f0c-5195-45e3-9a36-1cc1f0d8e0b0}</Project>
+ <Name>Emby.Server.Core</Name>
+ </ProjectReference>
<ProjectReference Include="..\Emby.Server.Implementations\Emby.Server.Implementations.csproj">
<Project>{e383961b-9356-4d5d-8233-9a1079d03055}</Project>
<Name>Emby.Server.Implementations</Name>