2019-01-20 10:41:33 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-12-29 22:57:22 +00:00
|
|
|
|
|
2020-04-21 20:21:09 +00:00
|
|
|
|
<!-- ProjectGuid is only included as a requirement for SonarQube analysis -->
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ProjectGuid>{960295EE-4AF4-4440-A525-B4C295B01A61}</ProjectGuid>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2019-01-19 14:01:16 +00:00
|
|
|
|
<PropertyGroup>
|
2019-10-18 22:22:08 +00:00
|
|
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
2019-01-19 14:01:16 +00:00
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
2019-08-11 14:52:37 +00:00
|
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
2020-08-04 14:20:52 +00:00
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
2019-01-19 14:01:16 +00:00
|
|
|
|
</PropertyGroup>
|
2018-12-29 22:57:22 +00:00
|
|
|
|
|
2019-01-19 14:01:16 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="..\SharedVersion.cs" />
|
|
|
|
|
</ItemGroup>
|
2018-12-29 22:57:22 +00:00
|
|
|
|
|
2019-01-19 14:01:16 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
|
|
|
|
|
<ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />
|
|
|
|
|
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" />
|
|
|
|
|
</ItemGroup>
|
2018-12-29 22:57:22 +00:00
|
|
|
|
|
2019-01-16 19:50:40 +00:00
|
|
|
|
<ItemGroup>
|
2019-10-13 09:21:20 +00:00
|
|
|
|
<PackageReference Include="BDInfo" Version="0.7.6.1" />
|
2020-06-11 10:30:11 +00:00
|
|
|
|
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.7.1" />
|
2020-01-28 21:42:07 +00:00
|
|
|
|
<PackageReference Include="UTF.Unknown" Version="2.3.0" />
|
2019-01-16 19:50:40 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-12-14 09:40:55 +00:00
|
|
|
|
</Project>
|