DeviceLibrary.csproj 9.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.8</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <Deterministic>true</Deterministic>
    <TargetFrameworkProfile />
    <NuGetPackageImportStamp>
    </NuGetPackageImportStamp>
  </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.CarerayImage">
      <HintPath>..\..\CarerayImage\CarerayImage\bin\Debug\Asa.CarerayImage.dll</HintPath>
    </Reference>
    <Reference Include="Asa.PrintLabel">
      <HintPath>..\..\PrintLabel\PrintLabel\bin\Debug\Asa.PrintLabel.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="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="System" />
    <Reference Include="System.Core" />
    <Reference Include="System.Data.SQLite, Version=1.0.116.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
      <HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.116.0\lib\net46\System.Data.SQLite.dll</HintPath>
    </Reference>
    <Reference Include="System.Drawing" />
    <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" />
    <Reference Include="X-Ray, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\X-Ray\X-Ray\bin\Debug\X-Ray.dll</HintPath>
    </Reference>
    <Reference Include="ZebraPrinterHelper">
      <HintPath>..\..\PrintLabel\ZebraPrinterHelper\bin\Debug\ZebraPrinterHelper.dll</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="DeviceLibrary\AcSerialBean.cs" />
    <Compile Include="DeviceLibrary\AlgoPNMatch.cs" />
    <Compile Include="DeviceLibrary\Camera.cs" />
    <Compile Include="DeviceLibrary\CylinderManger.cs" />
    <Compile Include="DeviceLibrary\databaseProc.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\PrinterHelper.cs" />
    <Compile Include="DeviceLibrary\ServerCommunication.cs" />
    <Compile Include="DeviceLibrary\AxisBean.cs" />
    <Compile Include="DeviceLibrary\SQLiteHelper.cs" />
    <Compile Include="theMachine\BitmapCache.cs" />
    <Compile Include="theMachine\Common.cs" />
    <Compile Include="theMachine\JobList.cs" />
    <Compile Include="theMachine\LabelParam.cs" />
    <Compile Include="theMachine\MainMachine _BtnProcess.cs" />
    <Compile Include="theMachine\MainMachine _Common.cs" />
    <Compile Include="theMachine\MainMachine_PrinterProcess.cs" />
    <Compile Include="theMachine\MainMachine_LabelProcess.cs" />
    <Compile Include="theMachine\MainMachine_Counting.cs" />
    <Compile Include="theMachine\MainMachine_OutMove.cs" />
    <Compile Include="theMachine\MainMachine_OutCar.cs" />
    <Compile Include="theMachine\MainMachine_InMove.cs" />
    <Compile Include="theMachine\MainMachine_InCar.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\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>
  </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>
  </ItemGroup>
  <ItemGroup>
    <None Include="app.config" />
    <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" />
  <Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.116.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.116.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
    <PropertyGroup>
      <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
    </PropertyGroup>
    <Error Condition="!Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.116.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.116.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
  </Target>
</Project>