From 6a4463810e276b62356d77c88509fa6fa7af65cf Mon Sep 17 00:00:00 2001 From: kingno <30263@KINGNO> Date: 星期三, 23 七月 2025 15:46:33 +0800 Subject: [PATCH] mes数据逻辑上传完善,缺陷代码完善,添加S4工位的S2结果上传Plc的通信日志mes优化 --- src/Bro.M141.Process/Bro.M141.Process.csproj | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/Bro.M141.Process/Bro.M141.Process.csproj b/src/Bro.M141.Process/Bro.M141.Process.csproj index e050bca..b92ffe5 100644 --- a/src/Bro.M141.Process/Bro.M141.Process.csproj +++ b/src/Bro.M141.Process/Bro.M141.Process.csproj @@ -15,6 +15,10 @@ <Exec Command="Copy $(SolutionDir)libs\PFW $(OutDir)
Copy $(SolutionDir)libs\SafetyDog $(OutDir)
Copy $(SolutionDir)libs\Nuget $(OutDir)
Copy $(SolutionDir)libs\halcon12 $(OutDir)
Copy $(SolutionDir)libs\HikCamera $(OutDir)
Copy $(SolutionDir)libs\IKAPCamera $(OutDir)
Copy $(SolutionDir)libs\InsCamera $(OutDir)
Copy $(SolutionDir)libs\WebServiceDll $(OutDir)" /> </Target> + <!--<ItemGroup> + <Compile Include="MyMQTT.cs" /> + </ItemGroup>--> + <!--<ItemGroup> <Compile Include="M141Process_Mysql.cs" /> @@ -55,6 +59,7 @@ <ItemGroup> <PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.1.6" /> <PackageReference Include="NPOI" Version="2.7.1" /> + <PackageReference Include="RabbitMQ.Client" Version="6.4.0" /> <PackageReference Include="ScottPlot.WinForms" Version="4.1.58" /> <PackageReference Include="System.ServiceModel.Duplex" Version="4.8.1" /> <PackageReference Include="System.ServiceModel.Federation" Version="4.8.1" /> -- Gitblit v1.8.0