<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
|
<ImplicitUsings>enable</ImplicitUsings>
|
<Nullable>enable</Nullable>
|
<BaseOutputPath>..\</BaseOutputPath>
|
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\Bro.M141.Process\Bro.M141.Process.csproj" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<Reference Include="Bro.Common.Device">
|
<HintPath>..\..\libs\PFW\Bro.Common.Device.dll</HintPath>
|
</Reference>
|
<Reference Include="Bro.Common.Model">
|
<HintPath>..\..\libs\PFW\Bro.Common.Model.dll</HintPath>
|
</Reference>
|
<Reference Include="Bro.DataBase.Model">
|
<HintPath>..\..\libs\PFW\Bro.DataBase.Model.dll</HintPath>
|
</Reference>
|
<Reference Include="Bro.Process">
|
<HintPath>..\..\libs\PFW\Bro.Process.dll</HintPath>
|
</Reference>
|
<Reference Include="Bro.UI.Model.Winform">
|
<HintPath>..\..\libs\PFW\Bro.UI.Model.Winform.dll</HintPath>
|
</Reference>
|
<Reference Include="halcondotnet">
|
<HintPath>..\..\libs\halcon12\halcondotnet.dll</HintPath>
|
</Reference>
|
</ItemGroup>
|
|
</Project>
|