From edc3e4ffbdb05eec3e65d7b2d6704a9da2ee9591 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期四, 05 六月 2025 17:31:18 +0800 Subject: [PATCH] 统一文件夹名称 --- HH.WCS.Mobox3.AnGang.csproj | 117 ++++++++++++++++++++++++++++------------------------------ 1 files changed, 56 insertions(+), 61 deletions(-) diff --git a/HH.WCS.Mobox3.AnGang.csproj b/HH.WCS.Mobox3.AnGang.csproj index ac762ad..d590fca 100644 --- a/HH.WCS.Mobox3.AnGang.csproj +++ b/HH.WCS.Mobox3.AnGang.csproj @@ -104,6 +104,9 @@ <Reference Include="BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938, processorArchitecture=MSIL"> <HintPath>packages\BouncyCastle.Cryptography.2.4.0\lib\net461\BouncyCastle.Cryptography.dll</HintPath> </Reference> + <Reference Include="CsvHelper, Version=33.0.0.0, Culture=neutral, PublicKeyToken=8c4959082be5c823, processorArchitecture=MSIL"> + <HintPath>packages\CsvHelper.33.0.1\lib\net462\CsvHelper.dll</HintPath> + </Reference> <Reference Include="EasyModbus, Version=5.6.0.0, Culture=neutral, processorArchitecture=MSIL"> <HintPath>packages\EasyModbusTCP.5.6.0\lib\net40\EasyModbus.dll</HintPath> </Reference> @@ -254,73 +257,64 @@ </Reference> </ItemGroup> <ItemGroup> - <Compile Include="AppStart\Config.cs" /> - <Compile Include="Consts\AgvStateCode.cs" /> - <Compile Include="Consts\AgvStateName.cs" /> - <Compile Include="Consts\AreaCode.cs" /> - <Compile Include="Consts\AreaName.cs" /> - <Compile Include="Consts\LockStateCode.cs" /> - <Compile Include="Consts\LockStateName.cs" /> - <Compile Include="Consts\TaskName.cs" /> - <Compile Include="Controllers\DebugController.cs" /> - <Compile Include="Controllers\ErpController.cs" /> - <Compile Include="Controllers\MoboxController.cs" /> - <Compile Include="Controllers\AgvController.cs" /> - <Compile Include="Controllers\ApiModel.cs" /> - <Compile Include="AppStart\SwaggerControllerDescProvider.cs" /> - <Compile Include="Devices\SnapDevice.cs" /> - <Compile Include="Devices\SnapManager.cs" /> - <Compile Include="Helpers\DbHelper.cs" /> - <Compile Include="Helpers\ResultHelper.cs" /> - <Compile Include="ServiceCore\WMSCore.cs" /> - <Compile Include="Models\BaseModel.cs" /> - <Compile Include="Services\DebugService.cs" /> - <Compile Include="Devices\ModbusHelper.cs" /> - <Compile Include="Devices\OpcUaHelper.cs" /> - <Compile Include="Devices\PlcHelper.cs" /> - <Compile Include="Devices\S7Helper.cs" /> - <Compile Include="Devices\TcpClient.cs" /> - <Compile Include="Devices\TcpServer.cs" /> - <Compile Include="Dispatch\GZRobot.cs" /> - <Compile Include="Dispatch\HanAo.cs" /> - <Compile Include="Dispatch\NDC.cs" /> - <Compile Include="ServiceCore\Monitor.cs" /> - <Compile Include="Dispatch\NDCApi.cs" /> - <Compile Include="Dtos\Request\AgvRequest.cs" /> - <Compile Include="Dtos\Request\MoboxRequest.cs" /> - <Compile Include="Dtos\Response\AgvResponse.cs" /> - <Compile Include="Dtos\Response\MoboxResponse.cs" /> - <Compile Include="Models\TN_CG_Detail.cs" /> - <Compile Include="Models\TN_CAR_IN.cs" /> - <Compile Include="Models\TN_Container.cs" /> - <Compile Include="Models\TN_Location.cs" /> - <Compile Include="Models\TN_Loc_Container.cs" /> - <Compile Include="Models\TN_WorkOrder.cs" /> - <Compile Include="Models\TN_Task.cs" /> - <Compile Include="Models\TN_Task_Action.cs" /> - <Compile Include="Helpers\DeviceProcess.cs" /> - <Compile Include="ServiceCore\WCSCore.cs" /> - <Compile Include="Controllers\WmsController.cs" /> - <Compile Include="Dispatch\HostToAGV.cs" /> - <Compile Include="Helpers\TaskHelper.cs" /> - <Compile Include="Services\AgvService.cs" /> - <Compile Include="Services\MoboxService.cs" /> - <Compile Include="Helpers\LogHelper.cs" /> - <Compile Include="Helpers\ContainerHelper.cs" /> - <Compile Include="Helpers\LocationHelper.cs" /> - <Compile Include="Helpers\WMSHelper.cs" /> - <Compile Include="Helpers\SYSHelper.cs" /> + <Compile Include="api\ApiHelper.cs" /> + <Compile Include="api\DebugController.cs" /> + <Compile Include="api\ErpController.cs" /> + <Compile Include="api\MoboxController.cs" /> + <Compile Include="api\AgvController.cs" /> + <Compile Include="api\ApiModel.cs" /> + <Compile Include="App_Start\SwaggerControllerDescProvider.cs" /> + <Compile Include="device\SnapDevice.cs" /> + <Compile Include="device\SnapManager.cs" /> + <Compile Include="models\TN_Count_CG_Detail.cs" /> + <Compile Include="models\TN_Count_Diff.cs" /> + <Compile Include="models\TN_Count_Order.cs" /> + <Compile Include="models\TN_Count_Plan.cs" /> + <Compile Include="models\TN_Inbound_Order.cs" /> + <Compile Include="models\TN_Outbound_Order.cs" /> + <Compile Include="core\WMSCore.cs" /> + <Compile Include="models\BaseModel.cs" /> + <Compile Include="device\ModbusHelper.cs" /> + <Compile Include="device\OpcUaHelper.cs" /> + <Compile Include="device\PlcHelper.cs" /> + <Compile Include="device\S7Helper.cs" /> + <Compile Include="device\TcpClient.cs" /> + <Compile Include="device\TcpServer.cs" /> + <Compile Include="dispatch\GZRobot.cs" /> + <Compile Include="dispatch\HanAo.cs" /> + <Compile Include="dispatch\NDC.cs" /> + <Compile Include="core\Monitor.cs" /> + <Compile Include="dispatch\NDCApi.cs" /> + <Compile Include="models\TN_CG_Detail.cs" /> + <Compile Include="models\TN_CAR_IN.cs" /> + <Compile Include="models\TN_Container.cs" /> + <Compile Include="models\TN_Location.cs" /> + <Compile Include="models\TN_Loc_Container.cs" /> + <Compile Include="models\TN_Task.cs" /> + <Compile Include="models\TN_Task_Action.cs" /> + <Compile Include="process\DeviceProcess.cs" /> + <Compile Include="core\WCSCore.cs" /> + <Compile Include="api\WmsController.cs" /> + <Compile Include="dispatch\HostToAGV.cs" /> + <Compile Include="util\LogHelper.cs" /> + <Compile Include="wms\ContainerHelper.cs" /> + <Compile Include="wms\LocationHelper.cs" /> + <Compile Include="wms\WMSHelper.cs" /> + <Compile Include="wms\SYSHelper.cs" /> + <Compile Include="process\TaskProcess.cs" /> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> - <Compile Include="AppStart\Settings.cs" /> - <Compile Include="AppStart\Startup.cs" /> - <Compile Include="Dispatch\NDCHelper.cs" /> - <Compile Include="Helpers\HttpHelper.cs" /> - <Compile Include="Helpers\WCSHelper.cs" /> + <Compile Include="util\Settings.cs" /> + <Compile Include="App_Start\Startup.cs" /> + <Compile Include="dispatch\NDCHelper.cs" /> + <Compile Include="util\HttpHelper.cs" /> + <Compile Include="wms\WCSHelper.cs" /> + <Compile Include="util\SqlHelper.cs" /> </ItemGroup> <ItemGroup> <None Include=".editorconfig" /> <None Include="App.config" /> + <None Include="config\config.comment.json" /> <None Include="config\config.json"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </None> @@ -352,5 +346,6 @@ <Name>NetSDKCS</Name> </ProjectReference> </ItemGroup> + <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project> \ No newline at end of file -- Gitblit v1.9.1