DeviceLibrary.csproj 7.8 KB
<?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>{BB23296C-AA1D-45C6-9FA6-5A37B2ABFE9B}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>DeviceLibrary</RootNamespace>
    <AssemblyName>DeviceLibrary</AssemblyName>
    <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <Deterministic>true</Deterministic>
    <TargetFrameworkProfile />
  </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="Asa.Camera.VisionLib, Version=1.3.8482.30580, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\DLL\Asa.Camera.VisionLib.dll</HintPath>
    </Reference>
    <Reference Include="CodeLibrary, Version=1.0.8384.25672, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\DLL\CodeLibrary.dll</HintPath>
    </Reference>
    <Reference Include="ConfigHelper, Version=1.0.0.2, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\DLL\ConfigHelper.dll</HintPath>
    </Reference>
    <Reference Include="halcondotnet">
      <HintPath>..\DLL\halcondotnet.dll</HintPath>
    </Reference>
    <Reference Include="HuichuanLibrary, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\DLL\HuichuanLibrary.dll</HintPath>
    </Reference>
    <Reference Include="log4net">
      <HintPath>..\DLL\log4net.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Configuration.Install" />
    <Reference Include="System.Core" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.ServiceProcess" />
    <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
      <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
    </Reference>
    <Reference Include="System.Web" />
    <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="DeviceLibrary\AcSerialBean.cs" />
    <Compile Include="DeviceLibrary\Camera.cs" />
    <Compile Include="DeviceLibrary\CameraTest.cs" />
    <Compile Include="DeviceLibrary\CylinderManger.cs" />
    <Compile Include="DeviceLibrary\IOMonitor.cs" />
    <Compile Include="DeviceLibrary\IPCameraHelper.cs" />
    <Compile Include="DeviceLibrary\I_SafetyDevice.cs" />
    <Compile Include="DeviceLibrary\LiftMonitor.cs" />
    <Compile Include="DeviceLibrary\LineRunMonitor.cs" />
    <Compile Include="DeviceLibrary\C8WeightSensor.cs" />
    <Compile Include="DeviceLibrary\OKLEController.cs" />
    <Compile Include="DeviceLibrary\ServerCommunication.cs" />
    <Compile Include="DeviceLibrary\AxisBean.cs" />
    <Compile Include="DeviceLibrary\ServerCommunication_AgvProcess.cs" />
    <Compile Include="theMachine\BoxTransport.cs" />
    <Compile Include="theMachine\Common.cs" />
    <Compile Include="theMachine\JobList.cs" />
    <Compile Include="theMachine\LabelParam.cs" />
    <Compile Include="theMachine\MainMachine_ServerControl.cs" />
    <Compile Include="theMachine\MainMachine _BtnProcess.cs" />
    <Compile Include="theMachine\MainMachine _Common.cs" />
    <Compile Include="theMachine\MainMachine _AutoInOutTest.cs" />
    <Compile Include="theMachine\MainMachine_Clamp.cs" />
    <Compile Include="theMachine\MainMachine_String.cs" />
    <Compile Include="theMachine\MainMachine_Store.cs" />
    <Compile Include="theMachine\MainMachine _IOMonitor.cs" />
    <Compile Include="theMachine\MainMachine _LedProcess.cs" />
    <Compile Include="theMachine\MainMachine.cs" />
    <Compile Include="theMachine\MoveInfo.cs" />
    <Compile Include="theMachine\MoveStep.cs" />
    <Compile Include="DeviceLibrary\AlarmBuzzer.cs" />
    <Compile Include="DeviceLibrary\CodeManager.cs" />
    <Compile Include="theMachine\RobotManage.cs" />
    <Compile Include="theMachine\IRobot.cs" />
    <Compile Include="DeviceLibrary\IAxisManager.cs" />
    <Compile Include="DeviceLibrary\AxisManager.cs" />
    <Compile Include="DeviceLibrary\HC\HCAxisManager.cs" />
    <Compile Include="DeviceLibrary\HC\HCIOManager.cs" />
    <Compile Include="DeviceLibrary\I_IOManager.cs" />
    <Compile Include="DeviceLibrary\IOManager.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="userControl\AxisMoveControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="userControl\AxisMoveControl.Designer.cs">
      <DependentUpon>AxisMoveControl.cs</DependentUpon>
    </Compile>
    <Compile Include="userControl\AxisTipControl.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="userControl\AxisTipControl.Designer.cs">
      <DependentUpon>AxisTipControl.cs</DependentUpon>
    </Compile>
    <Compile Include="userControl\ToucDownBtn.cs">
      <SubType>Component</SubType>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="userControl\AxisMoveControl.resx">
      <DependentUpon>AxisMoveControl.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="userControl\AxisTipControl.resx">
      <DependentUpon>AxisTipControl.cs</DependentUpon>
    </EmbeddedResource>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\Common\Common.csproj">
      <Project>{43cdd09e-fcf3-4960-a01d-3bbfe9933122}</Project>
      <Name>Common</Name>
    </ProjectReference>
    <ProjectReference Include="..\LoadCVSLibrary\LoadCSVLibrary.csproj">
      <Project>{064bebf5-8faa-4ea2-a5f3-a06e6e7d9251}</Project>
      <Name>LoadCSVLibrary</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <None Include="Config\general.config">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="Config\CameraA.json">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="packages.config" />
    <None Include="StoreConfig\fixPositions.csv">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="StoreConfig\linePositions.csv">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
  </ItemGroup>
  <ItemGroup>
    <WCFMetadata Include="Connected Services\" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>