| | |
| | | <PropertyGroup> |
| | | <StartupObject>HH.WCS.Mobox3.DSZSH.Program</StartupObject> |
| | | </PropertyGroup> |
| | | <PropertyGroup> |
| | | <GenerateDocumentationFile>true</GenerateDocumentationFile> |
| | | <NoWarn>$(NoWarn);1591</NoWarn> |
| | | </PropertyGroup> |
| | | <ItemGroup> |
| | | <Reference Include="BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL"> |
| | | <HintPath>packages\Portable.BouncyCastle.1.9.0\lib\net40\BouncyCastle.Crypto.dll</HintPath> |
| | |
| | | <Reference Include="Swashbuckle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cd1bb07a5ac7c7bc, processorArchitecture=MSIL"> |
| | | <HintPath>..\packages\Swashbuckle.Core.5.6.0\lib\net40\Swashbuckle.Core.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="Swashbuckle.Examples, Version=4.1.0.0, Culture=neutral, PublicKeyToken=aa1e9c5053bfbe95, processorArchitecture=MSIL"> |
| | | <HintPath>packages\Swashbuckle.Examples.4.1.0\lib\net40\Swashbuckle.Examples.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="System" /> |
| | | <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| | | <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="System.ComponentModel.Composition" /> |
| | | <Reference Include="System.ComponentModel.DataAnnotations" /> |
| | | <Reference Include="System.Configuration" /> |
| | | <Reference Include="System.Configuration.Install" /> |
| | | <Reference Include="System.Core" /> |
| | |
| | | </Reference> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <Compile Include="AppStart\Config.cs" /> |
| | | <Compile Include="App_Start\Config.cs" /> |
| | | <Compile Include="App_Start\SwaggerConfig.cs" /> |
| | | <Compile Include="Consts\AgvStateCode.cs" /> |
| | | <Compile Include="Consts\AgvStateName.cs" /> |
| | | <Compile Include="Consts\AreaName.cs" /> |
| | |
| | | <Compile Include="Controllers\ErpController.cs" /> |
| | | <Compile Include="Controllers\MoboxController.cs" /> |
| | | <Compile Include="Controllers\AgvController.cs" /> |
| | | <Compile Include="AppStart\SwaggerControllerDescProvider.cs" /> |
| | | <Compile Include="App_Start\SwaggerControllerDescProvider.cs" /> |
| | | <Compile Include="Models\DebugModel.cs" /> |
| | | <Compile Include="Dtos\Request\DebugRequest.cs" /> |
| | | <Compile Include="Dtos\Response\DebugResponse.cs" /> |
| | |
| | | <Compile Include="Models\TN_Order_Task.cs" /> |
| | | <Compile Include="Models\TN_Outbound_Order.cs" /> |
| | | <Compile Include="Models\TN_Outbound_Detail.cs" /> |
| | | <Compile Include="Models\TN_Shift_Detail.cs" /> |
| | | <Compile Include="Models\TN_Shift_Order.cs" /> |
| | | <Compile Include="ServiceCore\CheckCore.cs" /> |
| | | <Compile Include="ServiceCore\OutboundCore.cs" /> |
| | | <Compile Include="ServiceCore\ShiftCore.cs" /> |
| | | <Compile Include="Services\DebugService.cs" /> |
| | | <Compile Include="Devices\ProductionLineDevice.cs" /> |
| | | <Compile Include="Devices\ModbusHelper.cs" /> |
| | |
| | | <Compile Include="Helpers\SysHelper.cs" /> |
| | | <Compile Include="Program.cs" /> |
| | | <Compile Include="Properties\AssemblyInfo.cs" /> |
| | | <Compile Include="AppStart\Settings.cs" /> |
| | | <Compile Include="AppStart\Startup.cs" /> |
| | | <Compile Include="App_Start\Settings.cs" /> |
| | | <Compile Include="App_Start\Startup.cs" /> |
| | | <Compile Include="Dispatch\NDCHelper.cs" /> |
| | | <Compile Include="Helpers\HttpHelper.cs" /> |
| | | </ItemGroup> |