Dispenser/DispenserAlgorithm/DispenserAlgorithm.csproj

30 lines
921 B
XML
Raw Permalink Normal View History

2024-08-16 07:20:09 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>DispenserAlgorithm</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Stateless" Version="5.15.0"/>
<PackageReference Include="System.Drawing.Common" Version="8.0.0"/>
</ItemGroup>
<ItemGroup>
<Reference Include="DispenserAlgorithms.Halcon">
<HintPath>DispenserAlgorithms.Halcon.dll</HintPath>
</Reference>
<Reference Include="DispenserVision.Halcon">
<HintPath>..\DispenserDesktop\Libs\DispenserVision.Halcon.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Reference Include="halcondotnet">
<HintPath>halcondotnet.dll</HintPath>
</Reference>
</ItemGroup>
</Project>