From bdbc8b1459c415f24c3a5da0d27a05e034f7ba08 Mon Sep 17 00:00:00 2001 From: kingno <30263@KINGNO> Date: 星期六, 19 七月 2025 17:02:46 +0800 Subject: [PATCH] mes优化 --- src/Bro.M141.Process/Bro.M141.Process.csproj | 8 ++++++++ 1 files changed, 8 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..17b8e84 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" /> @@ -158,6 +163,9 @@ <Reference Include="SunnyUI.Common"> <HintPath>..\..\libs\Nuget\SunnyUI.Common.dll</HintPath> </Reference> + <Reference Include="System.Threading.Channels"> + <HintPath>..\..\libs\Nuget\System.Threading.Channels.dll</HintPath> + </Reference> <Reference Include="zxing"> <HintPath>..\..\libs\Nuget\zxing.dll</HintPath> </Reference> -- Gitblit v1.8.0