M182轴承端盖外观缺陷AOI
kingno
2025-05-26 5a405c7dce20d8c79a733c9c786cc42eb59fe81c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<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>