| 1234567891011121314151617181920212223242526272829 | 
							- <Project Sdk="Microsoft.NET.Sdk">
 
-   <!-- ProjectGuid is only included as a requirement for SonarQube analysis -->
 
-   <PropertyGroup>
 
-     <ProjectGuid>{42816EA8-4511-4CBF-A9C7-7791D5DDDAE6}</ProjectGuid>
 
-   </PropertyGroup>
 
-   <ItemGroup>
 
-     <PackageReference Include="Microsoft.NET.Test.Sdk" />
 
-     <PackageReference Include="xunit" />
 
-     <PackageReference Include="xunit.runner.visualstudio">
 
-       <PrivateAssets>all</PrivateAssets>
 
-       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
 
-     </PackageReference>
 
-     <PackageReference Include="coverlet.collector" />
 
-     <PackageReference Include="FsCheck.Xunit" />
 
-     <PackageReference Include="Moq" />
 
-   </ItemGroup>
 
-   <ItemGroup>
 
-     <ProjectReference Include="../../Emby.Server.Implementations/Emby.Server.Implementations.csproj" />
 
-     <ProjectReference Include="../../MediaBrowser.Common/MediaBrowser.Common.csproj" />
 
-   </ItemGroup>
 
-   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
 
-     <DefineConstants>DEBUG</DefineConstants>
 
-   </PropertyGroup>
 
- </Project>
 
 
  |