From 57053e5720e66837c3a50c01dc6683032f5917d6 Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期四, 14 一月 2021 13:56:09 +0800 Subject: [PATCH] 20200114-签名问题,安卓控件坐标异常 --- HDL-ON_iOS/HDL-ON_iOS.csproj | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj index b889fe2..dd63e96 100644 --- a/HDL-ON_iOS/HDL-ON_iOS.csproj +++ b/HDL-ON_iOS/HDL-ON_iOS.csproj @@ -88,6 +88,9 @@ <Reference Include="Shared.IOS.JLCountryCode"> <HintPath>..\DLL\IOS\Shared.IOS.JLCountryCode.dll</HintPath> </Reference> + <Reference Include="HdlBluWi"> + <HintPath>..\DLL\IOS\HdlBluWi.dll</HintPath> + </Reference> </ItemGroup> <ItemGroup> <PackageReference Include="Xamarin.Essentials" Version="1.6.0" /> @@ -208,6 +211,7 @@ <Compile Include="Scan.cs" /> <Compile Include="ZXingOverlayView.cs" /> <Compile Include="Other\JLCountrycode.cs" /> + <Compile Include="BlueWifi.cs" /> </ItemGroup> <ItemGroup> <BundleResource Include="Resources\Phone\LoginIcon\ShowPasswordIcon.png" /> -- Gitblit v1.8.0