e0519189b2
Co-authored-by: Zoltan Csizmadia <CsizmadiaZ@valassis.com>
23 lines
489 B
XML
23 lines
489 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="Jellyfin.Server">
|
|
<HintPath>jellyfin.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="../../MediaBrowser.Common/MediaBrowser.Common.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="SharpFuzz" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|