jellyfin/MediaBrowser.LocalMetadata/MediaBrowser.LocalMetadata.csproj

24 lines
727 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>{7EF9F3E0-697D-42F3-A08F-19DEB5F84392}</ProjectGuid>
</PropertyGroup>
2019-01-19 15:01:16 +01:00
<ItemGroup>
<ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" />
</ItemGroup>
2018-09-12 19:26:21 +02:00
2019-01-19 15:01:16 +01:00
<ItemGroup>
<Compile Include="..\SharedVersion.cs" />
</ItemGroup>
2018-09-12 19:26:21 +02:00
2019-01-19 15:01:16 +01:00
<PropertyGroup>
2019-10-19 00:22:08 +02:00
<TargetFramework>netstandard2.1</TargetFramework>
2019-01-19 15:01:16 +01:00
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2019-01-19 15:01:16 +01:00
</PropertyGroup>
2018-09-12 19:26:21 +02:00
</Project>