Files
XplorePlane/XP.Calibration/XP.Calibration.csproj
T
2026-04-23 19:38:44 +08:00

17 lines
488 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>XP.Calibration</RootNamespace>
<AssemblyName>XP.Calibration</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Emgu.CV" Version="4.10.0.5680" />
<PackageReference Include="Emgu.CV.runtime.windows" Version="4.10.0.5680" />
</ItemGroup>
</Project>