2019-01-13 20:10:15 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-09-12 17:26:21 +00:00
|
|
|
|
2020-04-21 20:21:09 +00:00
|
|
|
<!-- ProjectGuid is only included as a requirement for SonarQube analysis -->
|
|
|
|
<PropertyGroup>
|
|
|
|
<ProjectGuid>{21002819-C39A-4D3E-BE83-2A276A77FB1F}</ProjectGuid>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2016-10-29 22:22:20 +00:00
|
|
|
<ItemGroup>
|
2018-09-12 17:26:21 +00:00
|
|
|
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
|
2016-10-29 22:22:20 +00:00
|
|
|
</ItemGroup>
|
2018-09-12 17:26:21 +00:00
|
|
|
|
|
|
|
<PropertyGroup>
|
2019-10-18 22:22:08 +00:00
|
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
2018-09-12 17:26:21 +00:00
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
2020-06-03 11:22:40 +00:00
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
2018-09-12 17:26:21 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|