RSSDP.csproj 552 B

123456789101112131415161718
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <!-- ProjectGuid is only included as a requirement for SonarQube analysis -->
  3. <PropertyGroup>
  4. <ProjectGuid>{21002819-C39A-4D3E-BE83-2A276A77FB1F}</ProjectGuid>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
  8. </ItemGroup>
  9. <PropertyGroup>
  10. <TargetFramework>netstandard2.1</TargetFramework>
  11. <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
  12. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  13. </PropertyGroup>
  14. </Project>