From 3ac7c47ae6fae77c60bc4b9f4dcbf438d3084cd9 Mon Sep 17 00:00:00 2001 From: kingno <30263@KINGNO> Date: 星期三, 27 八月 2025 12:02:13 +0800 Subject: [PATCH] 打印二维码 --- src/Bro.M141.Process/Bro.M141.Process.csproj | 21 ++++++++++++++++++--- 1 files changed, 18 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..9ad78e6 100644 --- a/src/Bro.M141.Process/Bro.M141.Process.csproj +++ b/src/Bro.M141.Process/Bro.M141.Process.csproj @@ -15,6 +15,24 @@ <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 Remove="UI\鏂板缓鏂囦欢澶筡**" /> + <EmbeddedResource Remove="UI\鏂板缓鏂囦欢澶筡**" /> + <None Remove="UI\鏂板缓鏂囦欢澶筡**" /> + </ItemGroup> + + + + <!--<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 +180,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