jellyfin/DvdLib/DvdLib.csproj

20 lines
577 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2018-09-12 13:26:21 -04:00
<!-- ProjectGuid is only included as a requirement for SonarQube analysis -->
<PropertyGroup>
<ProjectGuid>{713F42B5-878E-499D-A878-E4C652B1D5E8}</ProjectGuid>
</PropertyGroup>
2019-01-19 09:01:16 -05:00
<ItemGroup>
<Compile Include="..\SharedVersion.cs" />
2019-01-19 09:01:16 -05:00
</ItemGroup>
2019-01-19 09:01:16 -05:00
<PropertyGroup>
2020-01-09 11:07:13 -05:00
<TargetFramework>netstandard2.1</TargetFramework>
2019-01-19 09:01:16 -05:00
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2019-01-19 09:01:16 -05:00
</PropertyGroup>
2018-09-12 13:26:21 -04:00
</Project>