DHDHSoftware/DH.Commons/DH.Commons.csproj

41 lines
1.1 KiB
XML
Raw Normal View History

2025-03-16 13:11:08 +08:00
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
2025-03-07 09:06:46 +08:00
<PropertyGroup>
2025-03-16 13:11:08 +08:00
<TargetFramework>net8.0-windows</TargetFramework>
2025-03-07 09:06:46 +08:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
2025-03-16 13:11:08 +08:00
<BaseOutputPath>..\</BaseOutputPath>
<AppendTargetFrameworkToOutputPath>output</AppendTargetFrameworkToOutputPath>
<UseWindowsForms>true</UseWindowsForms>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Platforms>AnyCPU;x64</Platforms>
2025-03-07 09:06:46 +08:00
</PropertyGroup>
2025-03-12 09:21:06 +08:00
2025-03-16 13:11:08 +08:00
2025-03-21 08:51:20 +08:00
2025-03-16 13:11:08 +08:00
2025-03-12 09:21:06 +08:00
<ItemGroup>
2025-03-16 13:28:32 +08:00
<PackageReference Include="AntdUI" Version="1.8.9" />
2025-03-12 09:21:06 +08:00
<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" />
2025-03-21 08:51:20 +08:00
<PackageReference Include="System.IO.Ports" Version="9.0.3" />
2025-03-12 09:21:06 +08:00
</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>