DHDHSoftware/DH.Devices.Vision/DH.Devices.Vision.csproj

46 lines
1.2 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
2025-03-16 13:11:08 +08:00
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<BaseOutputPath>..\</BaseOutputPath>
<AppendTargetFrameworkToOutputPath>output</AppendTargetFrameworkToOutputPath>
<UseWindowsForms>true</UseWindowsForms>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
2025-03-07 09:06:46 +08:00
2025-03-07 16:29:38 +08:00
2025-03-12 09:21:06 +08:00
2025-03-07 09:06:46 +08:00
<ItemGroup>
2025-03-16 13:14:05 +08:00
<PackageReference Include="AntdUI" Version="1.8.9" />
2025-03-07 09:06:46 +08:00
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2025-03-07 09:35:57 +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-07 09:06:46 +08:00
</ItemGroup>
2025-03-16 13:11:08 +08:00
<ItemGroup>
<ProjectReference Include="..\DH.Commons\DH.Commons.csproj" />
<ProjectReference Include="..\DH.UI.Model.Winform\DH.UI.Model.Winform.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="halcondotnet">
<HintPath>..\x64\Debug\halcondotnet.dll</HintPath>
</Reference>
</ItemGroup>
2025-03-07 09:06:46 +08:00
</Project>