DeviceLibrary.csproj 10.1 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="AGVLib, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\DLL\AGVLib.dll</HintPath>
    </Reference>
    <Reference Include="Asa.Camera.VisionLib, Version=1.3.8718.30129, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\DLL\Asa.Camera.VisionLib.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="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=AMD64">
      <SpecificVersion>False</SpecificVersion>
      <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.Core" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Runtime.Serialization" />
    <Reference Include="System.ServiceModel" />
    <Reference Include="System.ServiceModel.Web" />
    <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="Common.cs" />
    <Compile Include="CtuDeviceLib\agvManager\HttpManager.cs" />
    <Compile Include="CtuDeviceLib\agvManager\MushinyManager.cs" />
    <Compile Include="CtuDeviceLib\agvManager\SMFManager.cs" />
    <Compile Include="CtuDeviceLib\agvManager\TaskManager.cs" />
    <Compile Include="CtuDeviceLib\model\ChargeStation.cs" />
    <Compile Include="CtuDeviceLib\model\CTUBean.cs" />
    <Compile Include="CtuDeviceLib\model\CTUPointCode.cs" />
    <Compile Include="CtuDeviceLib\model\CTURealtimeInfo.cs" />
    <Compile Include="CtuDeviceLib\model\CTURobot.cs" />
    <Compile Include="CtuDeviceLib\model\CtuScope.cs" />
    <Compile Include="CtuDeviceLib\model\CTUWayPoint.cs" />
    <Compile Include="CtuDeviceLib\model\GraphTraversal.cs" />
    <Compile Include="CtuDeviceLib\model\GraphTraversal_CTU.cs" />
    <Compile Include="CtuDeviceLib\model\LocalLimitArea.cs" />
    <Compile Include="CtuDeviceLib\model\Point.cs" />
    <Compile Include="CtuDeviceLib\model\Point_CTU.cs" />
    <Compile Include="CtuDeviceLib\model\RobotStatus.cs" />
    <Compile Include="CtuDeviceLib\model\UpdateCTUData.cs" />
    <Compile Include="CtuService\Config\CtuStandbys.cs" />
    <Compile Include="CtuDeviceLib\model\InEquipCtuRealtimeInfo.cs" />
    <Compile Include="CtuService\CtuTask\AutoInOutTestTask.cs" />
    <Compile Include="CtuService\CtuTask\B15\PutBoxToShelfTask.cs" />
    <Compile Include="CtuService\CtuTask\ManualMoveTask.cs" />
    <Compile Include="CtuService\CtuTask\AutoChargeTask.cs" />
    <Compile Include="CtuService\CtuTask\InitJob.cs" />
    <Compile Include="CtuService\CtuTask\InOutParam.cs" />
    <Compile Include="CtuDeviceLib\model\LimitAreaInfo.cs" />
    <Compile Include="CtuDeviceLib\model\LineMoveInfo.cs" />
    <Compile Include="CtuService\CtuTask\MoveType.cs" />
    <Compile Include="CtuService\Config\NeighboringPathWays.cs" />
    <Compile Include="CtuService\Config\PathWays.cs" />
    <Compile Include="CtuService\Config\LandMarks.cs" />
    <Compile Include="CtuDeviceLib\model\PosInfo.cs" />
    <Compile Include="CtuService\CtuTask\OutletTaskUtil.cs" />
    <Compile Include="CtuService\CtuTask\OutTaskHelper.cs" />
    <Compile Include="CtuService\CtuTask\RunStep.cs" />
    <Compile Include="CtuService\Config\PosInfos.cs" />
    <Compile Include="CtuDeviceLib\model\TmpStandby.cs" />
    <Compile Include="CtuService\CtuTask\ChargeTask.cs" />
    <Compile Include="CtuService\CtuTask\CtuTaskBase.cs" />
    <Compile Include="CtuService\CtuTask\LoadBasketTask.cs" />
    <Compile Include="CtuService\CtuTask\B15\PutBoxToLineTask.cs" />
    <Compile Include="CtuService\CtuTask\StandbyTask.cs" />
    <Compile Include="CtuService\CtuTask\B15\TakeBoxFromLineTask.cs" />
    <Compile Include="CtuService\CtuService.cs" />
    <Compile Include="CtuService\CtuTask\PutBoxBase.cs" />
    <Compile Include="CtuService\CtuTask\TakeBoxBase.cs" />
    <Compile Include="CtuService\CtuTask\B15\TakeBoxFromShelfTask.cs" />
    <Compile Include="CtuService\Mushiny\ActionCode.cs" />
    <Compile Include="CtuService\Mushiny\Basket.cs" />
    <Compile Include="CtuService\Mushiny\Common.cs" />
    <Compile Include="CtuService\Mushiny\CTU.cs" />
    <Compile Include="CtuService\Mushiny\CTUManager.cs" />
    <Compile Include="CtuService\CtuTask\CtuTaskLog.cs" />
    <Compile Include="CtuService\Mushiny\Model\Action\ActionDataPkg.cs" />
    <Compile Include="CtuService\Mushiny\Model\Action\ActionDataRtnPkg.cs" />
    <Compile Include="CtuService\Mushiny\Model\Action\ActionFinishPkg.cs" />
    <Compile Include="CtuService\Mushiny\Model\Action\ActionFinishRtnPkg.cs" />
    <Compile Include="CtuService\Mushiny\Model\Fault\FaultDataPkg.cs" />
    <Compile Include="CtuService\Mushiny\Model\Fault\ForceClearFaultPkg.cs" />
    <Compile Include="CtuService\Mushiny\Model\HeartBeat\HeartBeatPkg.cs" />
    <Compile Include="CtuService\Mushiny\Model\HeartBeat\HeartBeatRtnPkg.cs" />
    <Compile Include="CtuService\Mushiny\Model\Login\LoginDataPkg.cs" />
    <Compile Include="CtuService\Mushiny\Model\Login\LoginDataRtnPkg.cs" />
    <Compile Include="CtuService\Mushiny\Model\Login\ReLoginPkg.cs" />
    <Compile Include="CtuService\Mushiny\Model\Param\ReadParamPkg.cs" />
    <Compile Include="CtuService\Mushiny\Model\Param\ReadParamRtnPkg.cs" />
    <Compile Include="CtuService\Mushiny\Model\Path\PathDataPkg.cs" />
    <Compile Include="CtuService\Mushiny\Model\Path\PathDataRtnPkg.cs" />
    <Compile Include="CtuService\Mushiny\Model\PkgData.cs" />
    <Compile Include="CtuService\Mushiny\Model\Pkg\Battery.cs" />
    <Compile Include="CtuService\Mushiny\Model\Pkg\Temp.cs" />
    <Compile Include="CtuService\Mushiny\Model\RFID\RFIDPkg.cs" />
    <Compile Include="CtuService\Mushiny\Model\RFID\RFIDRtnPkg.cs" />
    <Compile Include="CtuService\Mushiny\Model\Status\RealtimePkg.cs" />
    <Compile Include="CtuService\Mushiny\Model\Status\StatusDataPkg.cs" />
    <Compile Include="CtuService\Mushiny\Model\Store\ContainerRtnPkg.cs" />
    <Compile Include="CtuService\Mushiny\Model\Store\StoreInfoPkg.cs" />
    <Compile Include="CtuService\Mushiny\MushinyTcpServer.cs" />
    <Compile Include="CtuService\Mushiny\PathPoint.cs" />
    <Compile Include="CtuService\PathManger.cs" />
    <Compile Include="CtuService\Mushiny\Model\RunState.cs" />
    <Compile Include="CtuService\Util\TaskUtil.cs" />
    <Compile Include="ESS\ESS_CreateTaskBody.cs" />
    <Compile Include="IService.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="RobotManager.cs" />
    <Compile Include="WebService.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\Common\Common.csproj">
      <Project>{43cdd09e-fcf3-4960-a01d-3bbfe9933122}</Project>
      <Name>Common</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <None Include="app.config" />
    <None Include="CtuService\Config\CSV\CTU\tbl_landmarks.csv">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="CtuService\Config\CSV\CTU\tbl_pathways.csv">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="CtuService\Config\CSV\CTU\tbl_shelves.csv">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="CtuService\Config\CSV\tbl_mushiny.csv">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="packages.config" />
  </ItemGroup>
  <ItemGroup>
    <Folder Include="CtuService\CtuTask\Common\" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>