<?xml version="1.0" encoding="utf-8"?>
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
<PropertyGroup>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<ProjectGuid>{7B832CB0-A0CA-4CF9-BAB8-C86760C20D56}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>A032.Process</RootNamespace>
|
<AssemblyName>A032.Process</AssemblyName>
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<Deterministic>true</Deterministic>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<DebugSymbols>true</DebugSymbols>
|
<DebugType>full</DebugType>
|
<Optimize>false</Optimize>
|
<OutputPath>bin\Debug\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<DebugType>pdbonly</DebugType>
|
<Optimize>true</Optimize>
|
<OutputPath>bin\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="Autofac, Version=4.9.4.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\Autofac.4.9.4\lib\net45\Autofac.dll</HintPath>
|
</Reference>
|
<Reference Include="halcondotnet">
|
<HintPath>..\..\libs\halcon12\halcondotnet.dll</HintPath>
|
</Reference>
|
<Reference Include="hdevenginedotnet">
|
<HintPath>..\..\libs\halcon12\hdevenginedotnet.dll</HintPath>
|
</Reference>
|
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.Windows.Forms" />
|
<Reference Include="System.Xml.Linq" />
|
<Reference Include="System.Data.DataSetExtensions" />
|
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="System.Data" />
|
<Reference Include="System.Net.Http" />
|
<Reference Include="System.Xml" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="Forms\MonitorSetBindFrm.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="Forms\MonitorSetBindFrm.Designer.cs">
|
<DependentUpon>MonitorSetBindFrm.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Forms\OfflineImageFrm.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="Forms\OfflineImageFrm.Designer.cs">
|
<DependentUpon>OfflineImageFrm.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Forms\OperationConfigBindFrm.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="Forms\OperationConfigBindFrm.Designer.cs">
|
<DependentUpon>OperationConfigBindFrm.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Helper\PropertyConvertHelper.cs" />
|
<Compile Include="ProcessConfig.cs" />
|
<Compile Include="ProcessControl_Method.cs" />
|
<Compile Include="ProcessControl.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\Bro.Common.Model\Bro.Common.Model.csproj">
|
<Project>{1A3CBFE7-3F78-42C3-95C5-10360450DBEA}</Project>
|
<Name>Bro.Common.Model</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\Bro.Device.AuboRobot\Bro.Device.AuboRobot.csproj">
|
<Project>{F7D35474-4D64-4029-BBE4-27BFA9F3D1AB}</Project>
|
<Name>Bro.Device.AuboRobot</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\Bro.Device.Common\Bro.Common.Device.csproj">
|
<Project>{987308DD-8BAA-463A-94E2-77D62E01A5BF}</Project>
|
<Name>Bro.Common.Device</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\Bro.Device.HikCamera\Bro.Device.HikCamera.csproj">
|
<Project>{5D6BD683-98B6-4D69-9FB7-7BC5AFF13FC4}</Project>
|
<Name>Bro.Device.HikCamera</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\Bro.Device.OmronFins\Bro.Device.OmronFins.csproj">
|
<Project>{826CE8A5-83DB-4B10-B440-99DEABBD9291}</Project>
|
<Name>Bro.Device.OmronFins</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\Bro.Device.SeerAGV\Bro.Device.SeerAGV.csproj">
|
<Project>{9FDBDDFE-3A8B-4E69-9B14-7F505D25543C}</Project>
|
<Name>Bro.Device.SeerAGV</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="packages.config" />
|
</ItemGroup>
|
<ItemGroup>
|
<EmbeddedResource Include="Forms\MonitorSetBindFrm.resx">
|
<DependentUpon>MonitorSetBindFrm.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Forms\OfflineImageFrm.resx">
|
<DependentUpon>OfflineImageFrm.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Forms\OperationConfigBindFrm.resx">
|
<DependentUpon>OperationConfigBindFrm.cs</DependentUpon>
|
</EmbeddedResource>
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
</Project>
|