Core.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="AGVLib">
      <HintPath>..\DLL\AGVLib.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="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="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="Devices\Controllers\AcSerialBean.cs" />
    <Compile Include="Devices\Camera\Camera.cs" />
    <Compile Include="Devices\Camera\CameraTest.cs" />
    <Compile Include="Devices\Controllers\CylinderManger.cs" />
    <Compile Include="Devices\Controllers\dauxiKS107\DauxiKS107Controller.cs" />
    <Compile Include="Devices\Controllers\flyelectronicControl\Flyelectronic_485_RGB_Controller.cs" />
    <Compile Include="Devices\IO\IOMonitor.cs" />
    <Compile Include="Devices\Controllers\IPCamera.cs" />
    <Compile Include="Devices\Controllers\I_SafetyDevice.cs" />
    <Compile Include="Devices\Controllers\LiftMonitor.cs" />
    <Compile Include="Devices\Controllers\LineRunMonitor.cs" />
    <Compile Include="Devices\Sensors\C8WeightSensor.cs" />
    <Compile Include="Devices\Controllers\OKLEController.cs" />
    <Compile Include="Communication\ServerCommunication.cs" />
    <Compile Include="Devices\Controllers\AxisBean.cs" />
    <Compile Include="Communication\ServerCommunication_AgvProcess.cs" />
    <Compile Include="Devices\Controllers\VisionHelper.cs" />
    <Compile Include="Devices\Sensors\weightSensor\OKLE_WeightSensor.cs" />
    <Compile Include="TestRoi.cs" />
    <Compile Include="BusinessLogic\BoxTransport.cs" />
    <Compile Include="MachineControl\Common.cs" />
    <Compile Include="BusinessLogic\JobList.cs" />
    <Compile Include="DataProcessing\LabelParam.cs" />
    <Compile Include="MachineControl\Components\MainMachine _LedRGBProcess.cs" />
    <Compile Include="MachineControl\Components\MainMachine_AGV.cs" />
    <Compile Include="MachineControl\Components\MainMachine_ServerControl.cs" />
    <Compile Include="MachineControl\Components\MainMachine _BtnProcess.cs" />
    <Compile Include="MachineControl\Components\MainMachine _Common.cs" />
    <Compile Include="MachineControl\Components\MainMachine _AutoInOutTest.cs" />
    <Compile Include="MachineControl\Components\MainMachine_Clamp.cs" />
    <Compile Include="MachineControl\Components\MainMachine_String.cs" />
    <Compile Include="MachineControl\Components\MainMachine_Store.cs" />
    <Compile Include="MachineControl\Components\MainMachine _IOMonitor.cs" />
    <Compile Include="MachineControl\Components\MainMachine _LedProcess.cs" />
    <Compile Include="MachineControl\MainMachine.cs" />
    <Compile Include="BusinessLogic\MoveInfo.cs" />
    <Compile Include="BusinessLogic\MoveStep.cs" />
    <Compile Include="Devices\Controllers\AlarmBuzzer.cs" />
    <Compile Include="Devices\Camera\CodeManager.cs" />
    <Compile Include="MachineControl\RobotManage.cs" />
    <Compile Include="MachineControl\IRobot.cs" />
    <Compile Include="Devices\Axis\IAxisManager.cs" />
    <Compile Include="Devices\Axis\AxisManager.cs" />
    <Compile Include="Devices\Controllers\HC\HCAxisManager.cs" />
    <Compile Include="Devices\Controllers\HC\HCIOManager.cs" />
    <Compile Include="Devices\IO\I_IOManager.cs" />
    <Compile Include="Devices\IO\IOManager.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="DataProcessing\SoundsController.cs" />
    <Compile Include="WindowManager.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Config\Config.csv">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="Config\coverroi.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>
  <ItemGroup>
    <ProjectReference Include="..\Infrastructure\Common\Common.csproj">
      <Project>{43cdd09e-fcf3-4960-a01d-3bbfe9933122}</Project>
      <Name>Common</Name>
    </ProjectReference>
    <ProjectReference Include="..\Infrastructure\LoadCVSLibrary\LoadCSVLibrary.csproj">
      <Project>{064bebf5-8faa-4ea2-a5f3-a06e6e7d9251}</Project>
      <Name>LoadCSVLibrary</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>