From 69ee76c13978285f07e183e013bd601cb72afc92 Mon Sep 17 00:00:00 2001
From: quanzhou <quan.zhou@broconcentric.com>
Date: 星期三, 27 八月 2025 16:45:24 +0800
Subject: [PATCH] PLC报警添加种类分别存储

---
 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