jellyfin/RSSDP/RSSDP.csproj

19 lines
552 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2018-09-12 19:26:21 +02:00
<!-- ProjectGuid is only included as a requirement for SonarQube analysis -->
<PropertyGroup>
<ProjectGuid>{21002819-C39A-4D3E-BE83-2A276A77FB1F}</ProjectGuid>
</PropertyGroup>
2016-10-30 00:22:20 +02:00
<ItemGroup>
2018-09-12 19:26:21 +02:00
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
2016-10-30 00:22:20 +02:00
</ItemGroup>
2018-09-12 19:26:21 +02:00
<PropertyGroup>
2019-10-19 00:22:08 +02:00
<TargetFramework>netstandard2.1</TargetFramework>
2018-09-12 19:26:21 +02:00
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2018-09-12 19:26:21 +02:00
</PropertyGroup>
</Project>