<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
|
<ImplicitUsings>enable</ImplicitUsings>
|
<Nullable>enable</Nullable>
|
<OutputType>Library</OutputType>
|
<UseWindowsForms>True</UseWindowsForms>
|
<BaseOutputPath>..\</BaseOutputPath>
|
<AssemblyVersion>1.0.31222.0</AssemblyVersion>
|
<FileVersion>1.0.31222.0</FileVersion>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<PackageReference Include="System.ServiceModel.Federation" Version="4.8.1" />
|
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
|
</ItemGroup>
|
|
<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>
|