DeviceLibrary.csproj 10.2 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.8</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">
      <HintPath>..\..\Camera\CameraVisionLib\bin\Debug\Asa.Camera.VisionLib.dll</HintPath>
    </Reference>
    <Reference Include="Asa.PrintLabel">
      <HintPath>..\..\PrintLabel\PrintLabel\bin\Debug\Asa.PrintLabel.dll</HintPath>
    </Reference>
    <Reference Include="Asa.RFID.PuYue">
      <HintPath>..\..\RFID\RFID_PuYue\bin\Debug\Asa.RFID.PuYue.dll</HintPath>
    </Reference>
    <Reference Include="CodeLibrary">
      <HintPath>..\..\GeneralClassLibrary\CodeLibraryProject\CodeLibrary\bin\Debug\CodeLibrary.dll</HintPath>
    </Reference>
    <Reference Include="ConfigHelper">
      <HintPath>..\..\ConfigHelper\ConfigHelper\bin\Debug\ConfigHelper.dll</HintPath>
    </Reference>
    <Reference Include="Fleck, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
      <HintPath>..\packages\Fleck.1.2.0\lib\net45\Fleck.dll</HintPath>
    </Reference>
    <Reference Include="halcondotnet">
      <HintPath>..\..\RC1271-DUOStore\dll\halcondotnet.dll</HintPath>
    </Reference>
    <Reference Include="HuichuanLibrary">
      <HintPath>..\..\HuichuanLibrary\HuichuanLibrary\bin\Debug\HuichuanLibrary.dll</HintPath>
    </Reference>
    <Reference Include="log4net">
      <HintPath>..\..\增广夹爪\Rmaxis\bin\Debug\log4net.dll</HintPath>
    </Reference>
    <Reference Include="Neotel.Rmaxis">
      <HintPath>..\..\增广夹爪\Rmaxis\bin\Debug\Neotel.Rmaxis.dll</HintPath>
    </Reference>
    <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
      <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
    </Reference>
    <Reference Include="Robot.UR">
      <HintPath>..\..\..\DllLibrary\第三方\URRobot\Robot.UR\Robot.UR\bin\Debug\Robot.UR.dll</HintPath>
    </Reference>
    <Reference Include="RtTower.WebService.ComTowerApp.Contract, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\MydataWcfServiceTest\RtTowerClientService\bin\Debug\RtTower.WebService.ComTowerApp.Contract.dll</HintPath>
    </Reference>
    <Reference Include="RtTower.WebService.SharedModel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
    <Reference Include="RtTower.WebService.SharedService, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\MydataWcfServiceTest\RtTowerClientService\bin\Debug\RtTower.WebService.SharedService.dll</HintPath>
    </Reference>
    <Reference Include="RtTowerClientService">
      <HintPath>..\..\MydataWcfServiceTest\RtTowerClientService\bin\Debug\RtTowerClientService.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Core" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Runtime.Serialization" />
    <Reference Include="System.ServiceModel" />
    <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\CylinderManger.cs" />
    <Compile Include="DeviceLibrary\IOMonitor.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\RobotMoveHelper.cs" />
    <Compile Include="DeviceLibrary\ServerCommunication.cs" />
    <Compile Include="DeviceLibrary\AxisBean.cs" />
    <Compile Include="DeviceLibrary\ShareFolderWatcher.cs" />
    <Compile Include="DeviceLibrary\VJCounter.cs" />
    <Compile Include="theMachine\Common.cs" />
    <Compile Include="theMachine\JobList.cs" />
    <Compile Include="theMachine\DeviceRunControl.cs" />
    <Compile Include="theMachine\MainMachine _BtnProcess.cs" />
    <Compile Include="theMachine\DeviceBase.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\RemoteService.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="theMachine\sub\IDevice.cs" />
    <Compile Include="theMachine\sub\CI.cs" />
    <Compile Include="theMachine\sub\MI.cs" />
    <Compile Include="theMachine\sub\TrayStop.cs" />
    <Compile Include="theMachine\sub\TransplantMove.cs" />
    <Compile Include="theMachine\sub\SideMove.cs" />
    <Compile Include="theMachine\TrayManager.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\FixtureSizeConfigControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="userControl\FixtureSizeConfigControl.Designer.cs">
      <DependentUpon>FixtureSizeConfigControl.cs</DependentUpon>
    </Compile>
    <Compile Include="userControl\ToucDownBtn.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="VirtuallyStore\BufferSlotsManger.cs" />
    <Compile Include="VirtuallyStore\CommandList.cs" />
    <Compile Include="VirtuallyStore\Reference.cs" />
    <Compile Include="VirtuallyStore\VMsg.cs" />
    <Compile Include="VirtuallyStore\VServerComm.cs" />
    <Compile Include="VirtuallyStore\TowerList.cs" />
    <Compile Include="VirtuallyStore\VLog.cs" />
    <Compile Include="VirtuallyStore\VStoreCollection.cs" />
    <Compile Include="VirtuallyStore\VStore.cs" />
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="userControl\AxisMoveControl.resx">
      <DependentUpon>AxisMoveControl.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="userControl\AxisTipControl.resx">
      <DependentUpon>AxisTipControl.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="userControl\FixtureSizeConfigControl.resx">
      <DependentUpon>FixtureSizeConfigControl.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>
    <ProjectReference Include="..\RemoteSheardObject\RemoteSheardObject.csproj">
      <Project>{49004f82-8aee-46da-bb14-bd02ac990ce2}</Project>
      <Name>RemoteSheardObject</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" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>