Files
nfoguard/NFOGuard.Emby.Plugin/NFOGuard.Emby.Plugin.csproj
T
2025-09-12 10:30:12 -04:00

34 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<OutputType>Library</OutputType>
<RootNamespace>NFOGuard.Emby.Plugin</RootNamespace>
<AssemblyName>NFOGuard.Emby.Plugin</AssemblyName>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.Json" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
<Reference Include="MediaBrowser.Common">
<HintPath>..\EmbySDK\MediaBrowser.Common.dll</HintPath>
<Private>false</Private>
</Reference>
<Reference Include="MediaBrowser.Controller">
<HintPath>..\EmbySDK\MediaBrowser.Controller.dll</HintPath>
<Private>false</Private>
</Reference>
<Reference Include="MediaBrowser.Model">
<HintPath>..\EmbySDK\MediaBrowser.Model.dll</HintPath>
<Private>false</Private>
</Reference>
</ItemGroup>
<!-- All web resources disabled to prevent UI loading issues -->
</Project>