From 141252160bbd0cf6f9c6e7e663c9f01083bca93e Mon Sep 17 00:00:00 2001 From: peizhiyong <zhiyong.pei@broconcentric.com> Date: 星期二, 19 八月 2025 10:07:08 +0800 Subject: [PATCH] Merge branch 'master' of http://gitblit.broconcentric.com:8088/r/M200 --- 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