From 88d9954c0e8900a646975bd501b3a5479789a638 Mon Sep 17 00:00:00 2001 From: kingno <30263@KINGNO> Date: 星期六, 21 六月 2025 15:12:30 +0800 Subject: [PATCH] 离线测试测试功能增加OKNG分类测试功能,添加图片资源释放延时优化最终结果少存图合并 --- src/Bro.M135.Common/Bro.M135.Common.csproj | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/src/Bro.M135.Common/Bro.M135.Common.csproj b/src/Bro.M135.Common/Bro.M135.Common.csproj index 67153ca..5fd9006 100644 --- a/src/Bro.M135.Common/Bro.M135.Common.csproj +++ b/src/Bro.M135.Common/Bro.M135.Common.csproj @@ -22,6 +22,7 @@ </ItemGroup> <ItemGroup> + <PackageReference Include="Microsoft.Windows.CppWinRT" Version="2.0.250303.1" /> <PackageReference Include="System.Drawing.Common" Version="6.0.0" /> <PackageReference Include="System.Security.Cryptography.Pkcs" Version="6.0.3" /> <PackageReference Include="System.Security.Cryptography.Xml" Version="6.0.1" /> @@ -55,12 +56,6 @@ <Reference Include="SunnyUI.Common"> <HintPath>..\..\libs\Nuget\SunnyUI.Common.dll</HintPath> </Reference> - </ItemGroup> - - <ItemGroup> - <Compile Update="FrmProductList.cs"> - <SubType>UserControl</SubType> - </Compile> </ItemGroup> </Project> -- Gitblit v1.8.0