Forráskód Böngészése

Project references

Ben Magee 6 éve
szülő
commit
e7b6deb181

+ 4 - 0
tests/BDInfo.Test/BDInfo.Test.csproj

@@ -16,4 +16,8 @@
         <PackageReference Include="NUnit3TestAdapter" Version="3.11.2" />
     </ItemGroup>
 
+    <ItemGroup>
+      <ProjectReference Include="..\..\BDInfo\BDInfo.csproj" />
+    </ItemGroup>
+
 </Project>

+ 4 - 0
tests/DvdLib.Test/DvdLib.Test.csproj

@@ -16,4 +16,8 @@
         <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
     </ItemGroup>
 
+    <ItemGroup>
+      <ProjectReference Include="..\..\DvdLib\DvdLib.csproj" />
+    </ItemGroup>
+
 </Project>

+ 4 - 0
tests/IsoMounter.Test/IsoMounter.Test.csproj

@@ -16,4 +16,8 @@
         <PackageReference Include="NUnit3TestAdapter" Version="3.11.2" />
     </ItemGroup>
 
+    <ItemGroup>
+      <ProjectReference Include="..\..\Emby.IsoMounting\IsoMounter\IsoMounter.csproj" />
+    </ItemGroup>
+
 </Project>

+ 4 - 0
tests/Jellyfin.Api.Test/Jellyfin.Api.Test.csproj

@@ -16,4 +16,8 @@
         <PackageReference Include="NUnit3TestAdapter" Version="3.11.2" />
     </ItemGroup>
 
+    <ItemGroup>
+      <ProjectReference Include="..\..\MediaBrowser.Api\MediaBrowser.Api.csproj" />
+    </ItemGroup>
+
 </Project>

+ 4 - 0
tests/Jellyfin.Common.Test/Jellyfin.Common.Test.csproj

@@ -16,4 +16,8 @@
         <PackageReference Include="NUnit3TestAdapter" Version="3.11.2" />
     </ItemGroup>
 
+    <ItemGroup>
+      <ProjectReference Include="..\..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
+    </ItemGroup>
+
 </Project>

+ 4 - 0
tests/Jellyfin.Controller.Test/Jellyfin.Controller.Test.csproj

@@ -16,4 +16,8 @@
         <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
     </ItemGroup>
 
+    <ItemGroup>
+      <ProjectReference Include="..\..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />
+    </ItemGroup>
+
 </Project>

+ 4 - 0
tests/Jellyfin.Dlna.Test/Jellyfin.Dlna.Test.csproj

@@ -16,4 +16,8 @@
         <PackageReference Include="NUnit3TestAdapter" Version="3.11.2" />
     </ItemGroup>
 
+    <ItemGroup>
+      <ProjectReference Include="..\..\Emby.Dlna\Emby.Dlna.csproj" />
+    </ItemGroup>
+
 </Project>

+ 4 - 0
tests/Jellyfin.Drawing.ImageMagick.Test/Jellyfin.Drawing.ImageMagick.Test.csproj

@@ -16,4 +16,8 @@
         <PackageReference Include="NUnit3TestAdapter" Version="3.11.2" />
     </ItemGroup>
 
+    <ItemGroup>
+      <ProjectReference Include="..\..\Emby.Drawing.ImageMagick\Emby.Drawing.ImageMagick.csproj" />
+    </ItemGroup>
+
 </Project>

+ 4 - 0
tests/Jellyfin.Drawing.Skia.Test/Jellyfin.Drawing.Skia.Test.csproj

@@ -16,4 +16,8 @@
         <PackageReference Include="NUnit3TestAdapter" Version="3.11.2" />
     </ItemGroup>
 
+    <ItemGroup>
+      <ProjectReference Include="..\..\Emby.Drawing.Skia\Emby.Drawing.Skia.csproj" />
+    </ItemGroup>
+
 </Project>

+ 4 - 0
tests/Jellyfin.Drawing.Test/Jellyfin.Drawing.Test.csproj

@@ -16,4 +16,8 @@
         <PackageReference Include="NUnit3TestAdapter" Version="3.11.2" />
     </ItemGroup>
 
+    <ItemGroup>
+      <ProjectReference Include="..\..\Emby.Drawing\Emby.Drawing.csproj" />
+    </ItemGroup>
+
 </Project>

+ 4 - 0
tests/Jellyfin.LocalMetadata.Test/Jellyfin.LocalMetadata.Test.csproj

@@ -16,4 +16,8 @@
         <PackageReference Include="NUnit3TestAdapter" Version="3.11.2" />
     </ItemGroup>
 
+    <ItemGroup>
+      <ProjectReference Include="..\..\MediaBrowser.LocalMetadata\MediaBrowser.LocalMetadata.csproj" />
+    </ItemGroup>
+
 </Project>

+ 4 - 0
tests/Jellyfin.Model.Test/Jellyfin.Model.Test.csproj

@@ -16,4 +16,8 @@
         <PackageReference Include="NUnit3TestAdapter" Version="3.11.2" />
     </ItemGroup>
 
+    <ItemGroup>
+      <ProjectReference Include="..\..\MediaBrowser.Model\MediaBrowser.Model.csproj" />
+    </ItemGroup>
+
 </Project>

+ 4 - 0
tests/Jellyfin.Naming.Test/Jellyfin.Naming.Test.csproj

@@ -16,4 +16,8 @@
         <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
     </ItemGroup>
 
+    <ItemGroup>
+      <ProjectReference Include="..\..\Emby.Naming\Emby.Naming.csproj" />
+    </ItemGroup>
+
 </Project>

+ 4 - 0
tests/Jellyfin.Notifications.Test/Jellyfin.Notifications.Test.csproj

@@ -16,4 +16,8 @@
         <PackageReference Include="NUnit3TestAdapter" Version="3.11.2" />
     </ItemGroup>
 
+    <ItemGroup>
+      <ProjectReference Include="..\..\Emby.Notifications\Emby.Notifications.csproj" />
+    </ItemGroup>
+
 </Project>

+ 4 - 0
tests/Jellyfin.Photos.Test/Jellyfin.Photos.Test.csproj

@@ -16,4 +16,8 @@
         <PackageReference Include="NUnit3TestAdapter" Version="3.11.2" />
     </ItemGroup>
 
+    <ItemGroup>
+      <ProjectReference Include="..\..\Emby.Photos\Emby.Photos.csproj" />
+    </ItemGroup>
+
 </Project>

+ 4 - 0
tests/Jellyfin.Providers.Test/Jellyfin.Providers.Test.csproj

@@ -16,4 +16,8 @@
         <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
     </ItemGroup>
 
+    <ItemGroup>
+      <ProjectReference Include="..\..\MediaBrowser.Providers\MediaBrowser.Providers.csproj" />
+    </ItemGroup>
+
 </Project>

+ 4 - 0
tests/Jellyfin.Server.Implementations.Test/Jellyfin.Server.Implementations.Test.csproj

@@ -16,4 +16,8 @@
         <PackageReference Include="NUnit3TestAdapter" Version="3.11.2" />
     </ItemGroup>
 
+    <ItemGroup>
+      <ProjectReference Include="..\..\Emby.Server.Implementations\Emby.Server.Implementations.csproj" />
+    </ItemGroup>
+
 </Project>

+ 4 - 0
tests/Jellyfin.Test/Jellyfin.Test.csproj

@@ -16,4 +16,8 @@
         <PackageReference Include="NUnit3TestAdapter" Version="3.11.2" />
     </ItemGroup>
 
+    <ItemGroup>
+      <ProjectReference Include="..\..\MediaBrowser.Server.Mono\EmbyServer.csproj" />
+    </ItemGroup>
+
 </Project>

+ 4 - 0
tests/Jellyfin.WebDashboard.Test/Jellyfin.WebDashboard.Test.csproj

@@ -16,4 +16,8 @@
         <PackageReference Include="NUnit3TestAdapter" Version="3.11.2" />
     </ItemGroup>
 
+    <ItemGroup>
+      <ProjectReference Include="..\..\MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj" />
+    </ItemGroup>
+
 </Project>

+ 4 - 0
tests/Jellyfin.XbmcMetadata.Test/Jellyfin.XbmcMetadata.Test.csproj

@@ -16,4 +16,8 @@
         <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
     </ItemGroup>
 
+    <ItemGroup>
+      <ProjectReference Include="..\..\MediaBrowser.XbmcMetadata\MediaBrowser.XbmcMetadata.csproj" />
+    </ItemGroup>
+
 </Project>

+ 4 - 0
tests/Jellyfin.XmlTv.Test/Jellyfin.XmlTv.Test.csproj

@@ -16,4 +16,8 @@
         <PackageReference Include="NUnit3TestAdapter" Version="3.11.2" />
     </ItemGroup>
 
+    <ItemGroup>
+      <ProjectReference Include="..\..\Emby.XmlTv\Emby.XmlTv\Emby.XmlTv.csproj" />
+    </ItemGroup>
+
 </Project>