CtuDeviceLib.csproj 6.4 KB
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" 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>{1968C13B-D930-400F-B7F7-A9BE9F84B868}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>CtuDeviceLib</RootNamespace>
    <AssemblyName>CtuDeviceLib</AssemblyName>
    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <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>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <PlatformTarget>AnyCPU</PlatformTarget>
    <Prefer32Bit>false</Prefer32Bit>
  </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>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <Prefer32Bit>false</Prefer32Bit>
  </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="ConfigHelper, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\DLL\ConfigHelper.dll</HintPath>
    </Reference>
    <Reference Include="DL.Log, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\DLL\DL.Log.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="System" />
    <Reference Include="System.Configuration" />
    <Reference Include="System.Core" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Runtime.Serialization" />
    <Reference Include="System.ServiceModel" />
    <Reference Include="System.ServiceModel.Activation" />
    <Reference Include="System.ServiceModel.Web" />
    <Reference Include="System.Web" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="System.Data.DataSetExtensions" />
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="agvManager\MushinyManager.cs" />
    <Compile Include="agvManager\TaskManager.cs" />
    <Compile Include="agv\FinishedTrans.cs" />
    <Compile Include="agv\IBusinessRobot.cs" />
    <Compile Include="agv\ICTUOp.cs" />
    <Compile Include="agv\SemiFinishedTrans.cs" />
    <Compile Include="algorith\AStart.cs" />
    <Compile Include="CtuTypes\CTUTask_Finished_InEquip.cs" />
    <Compile Include="CtuTypes\CTUTask_Finished_ManualLine.cs" />
    <Compile Include="CtuTypes\CTUTask_Finished_OutEqip.cs" />
    <Compile Include="CtuTypes\CTUTask_Finished.cs" />
    <Compile Include="CtuTypes\CTUTask.cs" />
    <Compile Include="CtuTypes\CtuTransit.cs" />
    <Compile Include="manager\HttpManager.cs" />
    <Compile Include="manager\SemiFinishedManager.cs" />
    <Compile Include="manager\SMFManager.cs" />
    <Compile Include="model\ChargeStation.cs" />
    <Compile Include="model\CTUBean.cs" />
    <Compile Include="model\CTURealtimeInfo.cs" />
    <Compile Include="model\CtuScope.cs" />
    <Compile Include="model\CtuStandby.cs" />
    <Compile Include="model\InEquipCtuRealtimeInfo.cs" />
    <Compile Include="model\InOutParam.cs" />
    <Compile Include="model\LimitAreaInfo.cs" />
    <Compile Include="model\LineMoveInfo.cs" />
    <Compile Include="model\MoveType.cs" />
    <Compile Include="model\NeighboringPathWay.cs" />
    <Compile Include="model\PathWay.cs" />
    <Compile Include="model\PointCode.cs" />
    <Compile Include="model\PosInfo.cs" />
    <Compile Include="model\RunStep.cs" />
    <Compile Include="model\Shelves.cs" />
    <Compile Include="model\TmpStandby.cs" />
    <Compile Include="Properties\AssemblyInfo.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="Config\CTU\tbl_landmarks.csv">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="Config\CTU\tbl_pathways.csv">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="Config\CTU\tbl_shelves.csv">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="Config\tbl_mushiny.csv">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="Config\tbl_business.csv">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="Config\tbl_nodes.csv">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="待机点数据.json" />
    <None Include="packages.config" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
</Project>