DeviceLib.csproj 11.7 KB
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="..\..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
  <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>{AEA3F32A-7541-4CD8-AD0E-EAA428F7AAE1}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>DeviceLib</RootNamespace>
    <AssemblyName>DeviceLib</AssemblyName>
    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <Deterministic>true</Deterministic>
    <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="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
      <HintPath>..\..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
    </Reference>
    <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
      <HintPath>..\..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.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="SQLite.CodeFirst, Version=1.7.0.34, Culture=neutral, PublicKeyToken=eb96ba0a78d831a7, processorArchitecture=MSIL">
      <HintPath>..\..\packages\SQLite.CodeFirst.1.7.0.34\lib\net45\SQLite.CodeFirst.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
      <HintPath>..\..\packages\System.ComponentModel.Annotations.5.0.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
    </Reference>
    <Reference Include="System.ComponentModel.DataAnnotations" />
    <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.Data.SQLite.EF6, Version=1.0.116.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
      <HintPath>..\..\packages\System.Data.SQLite.EF6.1.0.116.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
    </Reference>
    <Reference Include="System.Data.SQLite.Linq, Version=1.0.116.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
      <HintPath>..\..\packages\System.Data.SQLite.Linq.1.0.116.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
    </Reference>
    <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.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.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="bll\Context.cs" />
    <Compile Include="bll\jobType\ChargeStandJobType.cs" />
    <Compile Include="bll\jobType\JobType.cs" />
    <Compile Include="bll\job\actionJob\CommLineJob.cs" />
    <Compile Include="bll\job\actionJob\GetShelfFromLiftJob.cs" />
    <Compile Include="bll\job\actionJob\ManualConfirmJob.cs" />
    <Compile Include="bll\job\actionJob\PickShelfJob.cs" />
    <Compile Include="bll\job\actionJob\PutShelfJob.cs" />
    <Compile Include="bll\job\actionJob\SendShelfToLiftJob.cs" />
    <Compile Include="bll\job\ChargeJob.cs" />
    <Compile Include="bll\job\CrossDoorJob.cs" />
    <Compile Include="bll\job\DeliverShelfJob.cs" />
    <Compile Include="bll\job\ImpJob.cs" />
    <Compile Include="bll\job\StandbyJob.cs" />
    <Compile Include="bll\job\TmpPlaceJob.cs" />
    <Compile Include="bll\lizhen\job\ToLinesJob.cs" />
    <Compile Include="bll\lizhen\job\ToStoreJob.cs" />
    <Compile Include="bll\lizhen\jobType\ToShelfJobType.cs" />
    <Compile Include="bll\lizhen\jobType\ToStoreJobType.cs" />
    <Compile Include="bll\manager\HttpManager.cs" />
    <Compile Include="bll\manager\JobManager.cs" />
    <Compile Include="bll\manager\MissionManager.cs" />
    <Compile Include="bll\manager\NodeManager.cs" />
    <Compile Include="bll\manager\OrderManager.cs" />
    <Compile Include="bll\manager\RobotManager.cs" />
    <Compile Include="bll\manager\ServiceManager.cs" />
    <Compile Include="db\config\ConfigContext.cs" />
    <Compile Include="db\config\ConfigOperation.cs" />
    <Compile Include="model\agv\basic\MissionGroup.cs" />
    <Compile Include="model\agv\basic\MissionType.cs" />
    <Compile Include="model\agv\basic\Workshop.cs" />
    <Compile Include="model\agv\job\ActionType.cs" />
    <Compile Include="model\agv\job\Job.cs" />
    <Compile Include="model\agv\job\JobAction.cs" />
    <Compile Include="model\agv\job\JobGoal.cs" />
    <Compile Include="model\agv\job\JobParam.cs" />
    <Compile Include="model\agv\job\JobStep.cs" />
    <Compile Include="model\agv\job\RunStep.cs" />
    <Compile Include="model\agv\job\WaitResultInfo.cs" />
    <Compile Include="model\agv\MiR\MiROperation.cs" />
    <Compile Include="model\agv\MiR\MiRRobot.cs" />
    <Compile Include="model\agv\MiR\MissionQueueRtn.cs" />
    <Compile Include="model\agv\MiR\schema\Error.cs" />
    <Compile Include="model\agv\MiR\schema\IO_Status.cs" />
    <Compile Include="model\agv\MiR\schema\MissionQueue.cs" />
    <Compile Include="model\agv\MiR\schema\Position.cs" />
    <Compile Include="model\agv\MiR\schema\Register.cs" />
    <Compile Include="model\agv\MiR\schema\Status.cs" />
    <Compile Include="model\agv\mission\Mission.cs" />
    <Compile Include="model\agv\mission\MissionState.cs" />
    <Compile Include="model\agv\node\ClientNode.cs" />
    <Compile Include="model\agv\node\NodeJobState.cs" />
    <Compile Include="model\agv\node\SharedNode.cs" />
    <Compile Include="model\agv\order\Order.cs" />
    <Compile Include="model\agv\order\OrderState.cs" />
    <Compile Include="model\agv\order\OrderType.cs" />
    <Compile Include="model\agv\other\Elevator.cs" />
    <Compile Include="model\agv\other\IOModule.cs" />
    <Compile Include="model\agv\other\LoadInfo.cs" />
    <Compile Include="model\agv\other\User.cs" />
    <Compile Include="model\agv\robot\Arg_IO_Status.cs" />
    <Compile Include="model\agv\robot\Fleet.cs" />
    <Compile Include="model\agv\robot\Robot.cs" />
    <Compile Include="model\agv\robot\RobotOperation.cs" />
    <Compile Include="model\agv\robot\RobotState.cs" />
    <Compile Include="model\agv\robot\RobotType.cs" />
    <Compile Include="model\agv\robot\State.cs" />
    <Compile Include="model\agv\robot\Status.cs" />
    <Compile Include="model\agv\shelf\Shelf.cs" />
    <Compile Include="model\agv\shelf\ShelfType.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="webApi\Controllers\CustomController.cs" />
    <Compile Include="webApi\Controllers\NodesController.cs" />
    <Compile Include="webApi\Controllers\OrdersController.cs" />
    <Compile Include="webApi\Controllers\RobotsController.cs" />
    <Compile Include="webApi\HttpService.cs" />
    <Compile Include="webApi\Schemas\DeletOrderSchema.cs" />
    <Compile Include="webApi\Schemas\Result.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="app.config" />
    <None Include="config\agv_data.db">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="packages.config" />
  </ItemGroup>
  <ItemGroup>
    <Folder Include="setting\" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\AGVLib\AGVLib.csproj">
      <Project>{8BAB0849-F3F5-4300-8145-8C01F8BC0AEB}</Project>
      <Name>AGVLib</Name>
    </ProjectReference>
    <ProjectReference Include="..\Common\Common.csproj">
      <Project>{58f6beae-1714-49ec-8148-3dbef54fe5fd}</Project>
      <Name>Common</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
    <PropertyGroup>
      <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
    </PropertyGroup>
    <Error Condition="!Exists('..\..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
    <Error Condition="!Exists('..\..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
    <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>
  <Import Project="..\..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\..\packages\EntityFramework.6.4.4\build\EntityFramework.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')" />
</Project>