|
@@ -1,55 +0,0 @@
|
|
|
-<Project Sdk="Microsoft.NET.Sdk">
|
|
|
-
|
|
|
- <PropertyGroup>
|
|
|
- <TargetFramework>net9.0</TargetFramework>
|
|
|
- <ImplicitUsings>enable</ImplicitUsings>
|
|
|
- <Nullable>enable</Nullable>
|
|
|
- <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
|
- <GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
|
- </PropertyGroup>
|
|
|
-
|
|
|
-
|
|
|
- <!-- Code Analyzers -->
|
|
|
- <ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
|
- <PackageReference Include="IDisposableAnalyzers">
|
|
|
- <PrivateAssets>all</PrivateAssets>
|
|
|
- <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
|
|
- </PackageReference>
|
|
|
- <PackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers">
|
|
|
- <PrivateAssets>all</PrivateAssets>
|
|
|
- <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
|
|
- </PackageReference>
|
|
|
- <PackageReference Include="SerilogAnalyzer" PrivateAssets="All" />
|
|
|
- <PackageReference Include="StyleCop.Analyzers" PrivateAssets="All" />
|
|
|
- <PackageReference Include="SmartAnalyzers.MultithreadingAnalyzer" PrivateAssets="All" />
|
|
|
- </ItemGroup>
|
|
|
-
|
|
|
- <ItemGroup>
|
|
|
- <Compile Include="..\..\SharedVersion.cs" />
|
|
|
- </ItemGroup>
|
|
|
-
|
|
|
- <ItemGroup>
|
|
|
- <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" />
|
|
|
- <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" />
|
|
|
- <PackageReference Include="Microsoft.EntityFrameworkCore.Design">
|
|
|
- <PrivateAssets>all</PrivateAssets>
|
|
|
- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
- </PackageReference>
|
|
|
- <PackageReference Include="Microsoft.EntityFrameworkCore.Tools">
|
|
|
- <PrivateAssets>all</PrivateAssets>
|
|
|
- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
- </PackageReference>
|
|
|
- </ItemGroup>
|
|
|
-
|
|
|
- <ItemGroup>
|
|
|
- <ProjectReference Include="..\..\Jellyfin.Data\Jellyfin.Data.csproj" />
|
|
|
- <ProjectReference Include="..\..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />
|
|
|
- <ProjectReference Include="..\..\MediaBrowser.Model\MediaBrowser.Model.csproj" />
|
|
|
- <!-- <ProjectReference Include="..\..\Jellyfin.Server.Implementations\Jellyfin.Server.Implementations.csproj" /> -->
|
|
|
- </ItemGroup>
|
|
|
-
|
|
|
- <ItemGroup>
|
|
|
- <Folder Include="Properties/" />
|
|
|
- </ItemGroup>
|
|
|
-
|
|
|
-</Project>
|