From c469200a8f46df6ee518c3cb7226e8a8ad6217af Mon Sep 17 00:00:00 2001 From: quanzhou <quan.zhou@broconcentric.com> Date: 星期一, 25 八月 2025 10:48:17 +0800 Subject: [PATCH] 给mes功能添加日志记录,优化Statistic.json的读写功能 --- src/Bro.M141.Process/Bro.M141.Process.csproj | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/Bro.M141.Process/Bro.M141.Process.csproj b/src/Bro.M141.Process/Bro.M141.Process.csproj index 17b8e84..376bc90 100644 --- a/src/Bro.M141.Process/Bro.M141.Process.csproj +++ b/src/Bro.M141.Process/Bro.M141.Process.csproj @@ -16,6 +16,16 @@ </Target> <!--<ItemGroup> + <Compile Include="UI\FrmContinuousNGAlarm.cs" /> + <Compile Include="UI\FrmContinuousNGAlarm.Designer.cs" /> + </ItemGroup> + + <ItemGroup> + <EmbeddedResource Include="UI\FrmContinuousNGAlarm.resx" /> + </ItemGroup>--> + + + <!--<ItemGroup> <Compile Include="MyMQTT.cs" /> </ItemGroup>--> @@ -162,9 +172,6 @@ </Reference> <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> -- Gitblit v1.8.0