DeviceLibrary.csproj 9.6 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.PrintLabel, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\dll\Asa.PrintLabel.dll</HintPath>
    </Reference>
    <Reference Include="ConfigHelper">
      <HintPath>..\dll\ConfigHelper.dll</HintPath>
    </Reference>
    <Reference Include="halcondotnet">
      <HintPath>..\dll\halcondotnet.dll</HintPath>
    </Reference>
    <Reference Include="HuichuanLibrary">
      <HintPath>..\dll\HuichuanLibrary.dll</HintPath>
    </Reference>
    <Reference Include="IDHIKCamera">
      <HintPath>..\dll\IDHIKCamera.dll</HintPath>
    </Reference>
    <Reference Include="log4net, Version=2.0.12.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
      <HintPath>..\packages\log4net.2.0.12\lib\net45\log4net.dll</HintPath>
    </Reference>
    <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
      <HintPath>..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
    </Reference>
    <Reference Include="RmaxisV2">
      <HintPath>..\dll\RmaxisV2.dll</HintPath>
    </Reference>
    <Reference Include="SdkApi.Core">
      <HintPath>..\dll\SdkApi.Core.dll</HintPath>
    </Reference>
    <Reference Include="SdkApi.Desktop">
      <HintPath>..\dll\SdkApi.Desktop.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Configuration" />
    <Reference Include="System.Core" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Net.Http.Formatting, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.9\lib\net45\System.Net.Http.Formatting.dll</HintPath>
    </Reference>
    <Reference Include="System.Web" />
    <Reference Include="System.Web.Http, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.9\lib\net45\System.Web.Http.dll</HintPath>
    </Reference>
    <Reference Include="System.Web.Http.SelfHost, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <HintPath>..\packages\Microsoft.AspNet.WebApi.SelfHost.5.2.9\lib\net45\System.Web.Http.SelfHost.dll</HintPath>
    </Reference>
    <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="ZebraPrinterHelper">
      <HintPath>..\dll\ZebraPrinterHelper.dll</HintPath>
    </Reference>
    <Reference Include="zxing, Version=0.16.9.0, Culture=neutral, PublicKeyToken=4e88037ac681fe60, processorArchitecture=MSIL">
      <HintPath>..\packages\ZXing.Net.0.16.9\lib\net48\zxing.dll</HintPath>
    </Reference>
    <Reference Include="zxing.presentation, Version=0.16.9.0, Culture=neutral, PublicKeyToken=4e88037ac681fe60, processorArchitecture=MSIL">
      <HintPath>..\packages\ZXing.Net.0.16.9\lib\net48\zxing.presentation.dll</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="AGVService\Controllers\deviceOperateController.cs" />
    <Compile Include="AGVService\Controllers\notificationController.cs" />
    <Compile Include="AGVService\Controllers\queryStatusController.cs" />
    <Compile Include="AGVService\Controllers\startRollerController.cs" />
    <Compile Include="AGVService\Controllers\stopRollerController.cs" />
    <Compile Include="AGVService\HttpService.cs" />
    <Compile Include="AGVService\Schemas\DeviceCheckDto.cs" />
    <Compile Include="AGVService\Schemas\InParam_20861.cs" />
    <Compile Include="AGVService\Schemas\NotificationDto.cs" />
    <Compile Include="AGVService\Schemas\Result_20861.cs" />
    <Compile Include="AGVService\Schemas\RtnData.cs" />
    <Compile Include="AutoScanAndLabel\AxisBean.cs" />
    <Compile Include="AutoScanAndLabel\Common.cs" />
    <Compile Include="AutoScanAndLabel\LabelingPosition.cs" />
    <Compile Include="AutoScanAndLabel\LabelParam.cs" />
    <Compile Include="AutoScanAndLabel\MainMachine _IOMonitor.cs" />
    <Compile Include="AutoScanAndLabel\MainMachine _LedProcess.cs" />
    <Compile Include="AutoScanAndLabel\MainMachine _BtnProcess.cs" />
    <Compile Include="AutoScanAndLabel\MainMachine _LabelProcess.cs" />
    <Compile Include="AutoScanAndLabel\MainMachine _MiddleProcess.cs" />
    <Compile Include="AutoScanAndLabel\MainMachine _LeftProcess.cs" />
    <Compile Include="AutoScanAndLabel\MoveInfo.cs" />
    <Compile Include="AutoScanAndLabel\MoveStep.cs" />
    <Compile Include="AutoScanAndLabel\MainMachine _Common_.cs" />
    <Compile Include="AutoScanAndLabel\MainMachine _RightProcess.cs" />
    <Compile Include="DeviceLibrary\AlarmBuzzer.cs" />
    <Compile Include="DeviceLibrary\ClampTool.cs" />
    <Compile Include="DeviceLibrary\CodeManager.cs" />
    <Compile Include="AutoScanAndLabel\RobotManage.cs" />
    <Compile Include="AutoScanAndLabel\IRobot.cs" />
    <Compile Include="AutoScanAndLabel\MainMachine.cs" />
    <Compile Include="AGVManager.cs" />
    <Compile Include="DeviceLibrary\DataUploadUtil.cs" />
    <Compile Include="DeviceLibrary\ElectricGripper.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="DeviceLibrary\PrinterHelper.cs" />
    <Compile Include="DeviceLibrary\RemoteDecodeHelper.cs" />
    <Compile Include="DeviceLibrary\ServerCommunication.cs" />
    <Compile Include="DeviceLibrary\ZebraPrinter.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>
  </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="..\CodeLibrary\CodeLibrary.csproj">
      <Project>{2e0d9598-cb37-46dc-9c9b-d36d4d344451}</Project>
      <Name>CodeLibrary</Name>
    </ProjectReference>
    <ProjectReference Include="..\Common\Common.csproj">
      <Project>{43cdd09e-fcf3-4960-a01d-3bbfe9933122}</Project>
      <Name>Common</Name>
    </ProjectReference>
    <ProjectReference Include="..\DL.StandardRobots\DL.StandardRobots.csproj">
      <Project>{F85A7412-B5B3-4291-A448-A10564602E1A}</Project>
      <Name>DL.StandardRobots</Name>
    </ProjectReference>
    <ProjectReference Include="..\LoadCVSLibrary\LoadCSVLibrary.csproj">
      <Project>{064bebf5-8faa-4ea2-a5f3-a06e6e7d9251}</Project>
      <Name>LoadCSVLibrary</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Content Include="Config\Config.csv">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
  </ItemGroup>
  <ItemGroup>
    <None Include="app.config" />
    <None Include="Config\general.config">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="packages.config" />
  </ItemGroup>
  <ItemGroup />
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>