From 606221429a2db29c0ce39cdd80e8a4d036722f34 Mon Sep 17 00:00:00 2001
From: kingno <30263@KINGNO>
Date: 星期四, 03 七月 2025 13:49:31 +0800
Subject: [PATCH] 优化离线测试图片无法二次测试的情况

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