2021-06-08 20:22:32 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2022-10-13 15:55:20 +00:00
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
2021-06-08 20:22:32 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="Jellyfin.Server">
|
|
|
|
<HintPath>jellyfin.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="../../MediaBrowser.Common/MediaBrowser.Common.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-02-04 17:15:08 +00:00
|
|
|
<PackageReference Include="SharpFuzz" />
|
2021-06-08 20:22:32 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|