From 2ad4cf6d588bd9bc446e8bde2a916c17aec3dad6 Mon Sep 17 00:00:00 2001 From: Gokiburi <Gokiburi@DESKTOP-9ITC11L> Date: 星期二, 17 六月 2025 11:49:48 +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