This commit is contained in:
2025-11-12 16:37:01 +08:00
parent d19f606b8d
commit 727d52416d
9 changed files with 266 additions and 18 deletions
@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OpenCvSharp4.Windows" Version="4.11.0.20250507" />
</ItemGroup>
</Project>