From b3855dde0cb86819d17391432ad566564e4b66d7 Mon Sep 17 00:00:00 2001
From: peizhiyong <zhiyong.pei@broconcentric.com>
Date: 星期二, 19 八月 2025 10:06:57 +0800
Subject: [PATCH] 连续NG报警功能,单机台生产数据划分白夜班功能以及S3S5相同位置缺陷放射位置优化

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