kingno
2025-03-31 f5bd202c943df54f160d3ae2dd44e8ef150a8b7a
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
    <RootNamespace>Bro._296A.Process</RootNamespace>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
    <OutputType>Library</OutputType>
    <UseWindowsForms>True</UseWindowsForms>
    <BaseOutputPath>..\</BaseOutputPath>
  </PropertyGroup>
 
  <ItemGroup>
    <Compile Include="M141_WS1_Process.cs" />
    <Compile Include="M141_WS1_Process.cs" />
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\Bro.M135.Common\Bro.M135.Common.csproj" />
    <ProjectReference Include="..\Bro.M135.DBManager\Bro.M135.DBManager.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.Device.HikCamera">
      <HintPath>..\..\libs\PFW\Bro.Device.HikCamera.dll</HintPath>
    </Reference>
    <Reference Include="Bro.Device.IKAPCamera">
      <HintPath>..\..\..\A047_20230223\libs\PFW\Bro.Device.IKAPCamera.dll</HintPath>
    </Reference>
    <Reference Include="Bro.Device.PLC_ModbusTcp">
      <HintPath>..\..\..\A047_20230223\libs\PFW\Bro.Device.PLC_ModbusTcp.dll</HintPath>
    </Reference>
    <Reference Include="Bro.Process">
      <HintPath>..\..\libs\PFW\Bro.Process.dll</HintPath>
    </Reference>
    <Reference Include="Bro.Process.DataBase">
      <HintPath>..\..\libs\PFW\Bro.Process.DataBase.dll</HintPath>
    </Reference>
    <Reference Include="Bro.UI.Device.Winform">
      <HintPath>..\..\libs\PFW\Bro.UI.Device.Winform.dll</HintPath>
    </Reference>
    <Reference Include="Bro.UI.Main">
      <HintPath>..\..\libs\PFW\Bro.UI.Main.dll</HintPath>
    </Reference>
    <Reference Include="Bro.UI.Model.Winform">
      <HintPath>..\..\libs\PFW\Bro.UI.Model.Winform.dll</HintPath>
    </Reference>
  </ItemGroup>
 
</Project>