DHDHSoftware/DH.Commons/DH.Commons.csproj

31 lines
897 B
XML
Raw Normal View History

2025-03-07 09:06:46 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
2025-03-10 17:18:45 +08:00
<Platforms>AnyCPU;X64</Platforms>
2025-03-12 09:21:06 +08:00
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
2025-03-07 09:06:46 +08:00
</PropertyGroup>
2025-03-12 09:21:06 +08:00
<ItemGroup>
<Folder Include="Helper\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="OpenCvSharp4" Version="4.10.0.20241108" />
<PackageReference Include="OpenCvSharp4.Extensions" Version="4.10.0.20241108" />
<PackageReference Include="OpenCvSharp4.runtime.win" Version="4.10.0.20241108" />
</ItemGroup>
<ItemGroup>
<Reference Include="halcondotnet">
<HintPath>..\x64\Debug\halcondotnet.dll</HintPath>
</Reference>
<Reference Include="hdevenginedotnet">
<HintPath>..\x64\Debug\hdevenginedotnet.dll</HintPath>
</Reference>
</ItemGroup>
2025-03-07 09:06:46 +08:00
</Project>