<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>
|