2020-05-02 15:32:22 -07:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-09-12 10:26:21 -07:00
|
|
|
|
2020-04-21 13:21:09 -07:00
|
|
|
<!-- ProjectGuid is only included as a requirement for SonarQube analysis -->
|
|
|
|
<PropertyGroup>
|
|
|
|
<ProjectGuid>{E383961B-9356-4D5D-8233-9A1079D03055}</ProjectGuid>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2019-01-19 07:01:16 -07:00
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\Emby.Naming\Emby.Naming.csproj" />
|
|
|
|
<ProjectReference Include="..\Emby.Notifications\Emby.Notifications.csproj" />
|
2019-07-02 03:21:54 -07:00
|
|
|
<ProjectReference Include="..\Jellyfin.Api\Jellyfin.Api.csproj" />
|
2019-01-19 07:01:16 -07: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" />
|
|
|
|
<ProjectReference Include="..\MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj" />
|
|
|
|
<ProjectReference Include="..\MediaBrowser.XbmcMetadata\MediaBrowser.XbmcMetadata.csproj" />
|
|
|
|
<ProjectReference Include="..\Emby.Dlna\Emby.Dlna.csproj" />
|
|
|
|
<ProjectReference Include="..\MediaBrowser.Api\MediaBrowser.Api.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 10:26:21 -07:00
|
|
|
|
2019-01-19 07:01:16 -07:00
|
|
|
<ItemGroup>
|
2019-07-29 07:01:14 -07:00
|
|
|
<PackageReference Include="IPNetwork2" Version="2.4.0.126" />
|
2019-12-13 22:45:29 -07:00
|
|
|
<PackageReference Include="Jellyfin.XmlTv" Version="10.4.3" />
|
2019-09-11 10:31:35 -07:00
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.2.7" />
|
2019-02-25 15:34:32 -07: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 02:30:51 -07:00
|
|
|
<PackageReference Include="Microsoft.AspNetCore.ResponseCompression" Version="2.2.0" />
|
2019-02-25 15:34:32 -07:00
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" />
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.WebSockets" Version="2.2.1" />
|
2020-05-17 10:33:38 -07:00
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.4" />
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="3.1.4" />
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="3.1.4" />
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="3.1.4" />
|
2020-04-13 03:39:10 -07:00
|
|
|
<PackageReference Include="Mono.Nat" Version="2.0.1" />
|
2020-04-26 08:28:17 -07:00
|
|
|
<PackageReference Include="prometheus-net.DotNetRuntime" Version="3.3.1" />
|
2020-01-28 14:42:07 -07:00
|
|
|
<PackageReference Include="ServiceStack.Text.Core" Version="5.8.0" />
|
2020-04-06 17:48:03 -07:00
|
|
|
<PackageReference Include="sharpcompress" Version="0.25.0" />
|
2020-01-16 07:31:20 -07:00
|
|
|
<PackageReference Include="SQLitePCL.pretty.netstandard" Version="2.1.0" />
|
2020-05-12 14:33:06 -07:00
|
|
|
<PackageReference Include="DotNet.Glob" Version="3.0.9" />
|
2019-01-19 07:01:16 -07:00
|
|
|
</ItemGroup>
|
2018-09-12 10:26:21 -07:00
|
|
|
|
2019-01-19 07:01:16 -07:00
|
|
|
<ItemGroup>
|
|
|
|
<Compile Include="..\SharedVersion.cs" />
|
|
|
|
</ItemGroup>
|
2018-09-12 10:26:21 -07:00
|
|
|
|
2019-01-19 07:01:16 -07:00
|
|
|
<PropertyGroup>
|
2020-05-14 14:13:45 -07:00
|
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
2019-01-19 07:01:16 -07:00
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
2019-08-09 14:50:40 -07:00
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
2019-01-19 07:01:16 -07:00
|
|
|
</PropertyGroup>
|
2018-09-12 10:26:21 -07:00
|
|
|
|
2019-12-13 12:11:37 -07:00
|
|
|
<!-- Code Analyzers-->
|
2019-02-28 14:33:20 -07:00
|
|
|
<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
|
2019-12-10 16:13:57 -07: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 14:33:20 -07:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
|
|
<CodeAnalysisRuleSet>../jellyfin.ruleset</CodeAnalysisRuleSet>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2019-01-19 07:01:16 -07:00
|
|
|
<ItemGroup>
|
|
|
|
<EmbeddedResource Include="Localization\iso6392.txt" />
|
|
|
|
<EmbeddedResource Include="Localization\countries.json" />
|
|
|
|
<EmbeddedResource Include="Localization\Core\*.json" />
|
2019-02-04 10:46:36 -07:00
|
|
|
<EmbeddedResource Include="Localization\Ratings\*.csv" />
|
2019-01-19 07:01:16 -07:00
|
|
|
</ItemGroup>
|
2018-12-15 08:30:38 -07:00
|
|
|
|
2018-09-12 10:26:21 -07:00
|
|
|
</Project>
|