diff options
| author | Bond-009 <bond.009@outlook.com> | 2023-11-30 17:40:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-30 17:40:06 +0100 |
| commit | cc276838b4edbb67356b805952262c38e9c9cd19 (patch) | |
| tree | 8cb27ed0ba34fdd2d941f43c09ccc2be70c10abb /RSSDP/RSSDP.csproj | |
| parent | cf80ea25413b75bbeddaef136fbeee33aa882a60 (diff) | |
| parent | e46e3be667c76ff9a242d7499aff83d2d10881ed (diff) | |
Merge pull request #10558 from barronpm/dlna-plugin2
Move DLNA to Plugin (Part 2)
Diffstat (limited to 'RSSDP/RSSDP.csproj')
| -rw-r--r-- | RSSDP/RSSDP.csproj | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/RSSDP/RSSDP.csproj b/RSSDP/RSSDP.csproj deleted file mode 100644 index 3f24de4e6..000000000 --- a/RSSDP/RSSDP.csproj +++ /dev/null @@ -1,21 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk"> - - <!-- ProjectGuid is only included as a requirement for SonarQube analysis --> - <PropertyGroup> - <ProjectGuid>{21002819-C39A-4D3E-BE83-2A276A77FB1F}</ProjectGuid> - </PropertyGroup> - - <ItemGroup> - <ProjectReference Include="..\Jellyfin.Networking\Jellyfin.Networking.csproj" /> - <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" /> - </ItemGroup> - - <PropertyGroup> - <TargetFramework>net8.0</TargetFramework> - <GenerateAssemblyInfo>false</GenerateAssemblyInfo> - <AnalysisMode>AllDisabledByDefault</AnalysisMode> - <Nullable>disable</Nullable> - <NoWarn>CA2016</NoWarn> - </PropertyGroup> - -</Project> |
