2020-05-02 22:32:22 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-09-12 17:26:21 +00:00
|
|
|
|
2020-04-21 20:21:09 +00:00
|
|
|
<!-- ProjectGuid is only included as a requirement for SonarQube analysis -->
|
|
|
|
<PropertyGroup>
|
|
|
|
<ProjectGuid>{E383961B-9356-4D5D-8233-9A1079D03055}</ProjectGuid>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2019-01-19 14:01:16 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\Emby.Naming\Emby.Naming.csproj" />
|
|
|
|
<ProjectReference Include="..\Emby.Notifications\Emby.Notifications.csproj" />
|
2019-07-02 10:21:54 +00:00
|
|
|
<ProjectReference Include="..\Jellyfin.Api\Jellyfin.Api.csproj" />
|
2019-01-19 14:01:16 +00:00
|
|
|
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" />
|
|
|
|
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
|
|
|
|
<ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />
|
|
|
|
<ProjectReference Include="..\MediaBrowser.Providers\MediaBrowser.Providers.csproj" />
|
2020-10-01 19:51:25 +00:00
|
|
|
<ProjectReference Include="..\MediaBrowser.XbmcMetadata\MediaBrowser.XbmcMetadata.csproj" />
|
2019-01-19 14:01:16 +00:00
|
|
|
<ProjectReference Include="..\Emby.Dlna\Emby.Dlna.csproj" />
|
|
|
|
<ProjectReference Include="..\MediaBrowser.LocalMetadata\MediaBrowser.LocalMetadata.csproj" />
|
|
|
|
<ProjectReference Include="..\Emby.Photos\Emby.Photos.csproj" />
|
|
|
|
<ProjectReference Include="..\Emby.Drawing\Emby.Drawing.csproj" />
|
|
|
|
<ProjectReference Include="..\MediaBrowser.MediaEncoding\MediaBrowser.MediaEncoding.csproj" />
|
|
|
|
</ItemGroup>
|
2018-09-12 17:26:21 +00:00
|
|
|
|
2019-01-19 14:01:16 +00:00
|
|
|
<ItemGroup>
|
2020-08-02 23:56:54 +00:00
|
|
|
<PackageReference Include="Jellyfin.XmlTv" Version="10.6.2" />
|
2019-09-11 17:31:35 +00:00
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.2.7" />
|
2019-02-25 22:34:32 +00:00
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0" />
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Hosting.Server.Abstractions" Version="2.2.0" />
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.2.0" />
|
2019-02-26 09:30:51 +00:00
|
|
|
<PackageReference Include="Microsoft.AspNetCore.ResponseCompression" Version="2.2.0" />
|
2019-02-25 22:34:32 +00:00
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" />
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.WebSockets" Version="2.2.1" />
|
2020-11-10 16:52:34 +00:00
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.0" />
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="5.0.0" />
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="5.0.0" />
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="5.0.0" />
|
2020-11-15 20:47:33 +00:00
|
|
|
<PackageReference Include="Mono.Nat" Version="3.0.1" />
|
2020-11-30 15:06:21 +00:00
|
|
|
<PackageReference Include="prometheus-net.DotNetRuntime" Version="3.4.1" />
|
2020-11-30 12:00:45 +00:00
|
|
|
<PackageReference Include="ServiceStack.Text.Core" Version="5.10.2" />
|
2020-08-03 13:22:11 +00:00
|
|
|
<PackageReference Include="sharpcompress" Version="0.26.0" />
|
2020-01-16 14:31:20 +00:00
|
|
|
<PackageReference Include="SQLitePCL.pretty.netstandard" Version="2.1.0" />
|
2020-08-21 17:50:45 +00:00
|
|
|
<PackageReference Include="DotNet.Glob" Version="3.1.0" />
|
2019-01-19 14:01:16 +00:00
|
|
|
</ItemGroup>
|
2018-09-12 17:26:21 +00:00
|
|
|
|
2019-01-19 14:01:16 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<Compile Include="..\SharedVersion.cs" />
|
|
|
|
</ItemGroup>
|
2018-09-12 17:26:21 +00:00
|
|
|
|
2019-01-19 14:01:16 +00:00
|
|
|
<PropertyGroup>
|
2020-11-10 16:52:34 +00:00
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
2019-01-19 14:01:16 +00:00
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
2019-08-09 21:50:40 +00:00
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
2020-07-01 01:44:41 +00:00
|
|
|
<TreatWarningsAsErrors Condition=" '$(Configuration)' == 'Release'">true</TreatWarningsAsErrors>
|
2020-11-13 17:29:26 +00:00
|
|
|
<!-- https://github.com/microsoft/ApplicationInsights-dotnet/issues/2047 -->
|
|
|
|
<NoWarn>AD0001</NoWarn>
|
2019-01-19 14:01:16 +00:00
|
|
|
</PropertyGroup>
|
2018-09-12 17:26:21 +00:00
|
|
|
|
2019-12-13 19:11:37 +00:00
|
|
|
<!-- Code Analyzers-->
|
2019-02-28 21:33:20 +00:00
|
|
|
<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
|
2019-12-10 23:13:57 +00:00
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8" PrivateAssets="All" />
|
|
|
|
<PackageReference Include="SerilogAnalyzer" Version="0.15.0" PrivateAssets="All" />
|
|
|
|
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All" />
|
|
|
|
<PackageReference Include="SmartAnalyzers.MultithreadingAnalyzer" Version="1.1.31" PrivateAssets="All" />
|
2019-02-28 21:33:20 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
|
|
<CodeAnalysisRuleSet>../jellyfin.ruleset</CodeAnalysisRuleSet>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2019-01-19 14:01:16 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<EmbeddedResource Include="Localization\iso6392.txt" />
|
|
|
|
<EmbeddedResource Include="Localization\countries.json" />
|
|
|
|
<EmbeddedResource Include="Localization\Core\*.json" />
|
2019-02-04 17:46:36 +00:00
|
|
|
<EmbeddedResource Include="Localization\Ratings\*.csv" />
|
2019-01-19 14:01:16 +00:00
|
|
|
</ItemGroup>
|
2018-12-15 15:30:38 +00:00
|
|
|
|
2018-09-12 17:26:21 +00:00
|
|
|
</Project>
|