Files
vpr/file finder test/file finder test.csproj
Elias Quinn 467d6af393 hello kitty
2025-06-09 16:14:20 +01:00

19 lines
634 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>file_finder__test</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FFMediaToolkit" Version="4.6.0" />
<PackageReference Include="FFmpeg.AutoGen" Version="7.1.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
</ItemGroup>
</Project>