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 | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj index 4569f93..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" /> @@ -647,6 +651,14 @@ <BundleResource Include="Resources\Phone\FunctionIcon\Light\MeetingGuestsIconOn.png" /> <BundleResource Include="Resources\Phone\FunctionIcon\Light\ReadIconOn.png" /> <BundleResource Include="Resources\zh-Hans.lproj\InfoPlist.strings" /> + <BundleResource Include="Resources\Phone\FunctionIcon\FloorHeating\DiyThumbIconOn.png" /> + <BundleResource Include="Resources\Phone\Public\ListCellbg\ListCellbg2.png" /> + <BundleResource Include="Resources\Phone\Public\ListCellbg\ListCellbg3.png" /> + <BundleResource Include="Resources\Phone\Public\ListCellbg\ListCellbg1.png" /> + <BundleResource Include="Resources\Phone\Public\ListCellbg\ListCellbg4.png" /> + <BundleResource Include="Resources\Phone\Public\ListCellbg\ListCellbg5.png" /> + <BundleResource Include="Resources\Phone\LogicIcon\location.png" /> + <BundleResource Include="Resources\Phone\LoginIcon\changesinoutdoor.png" /> </ItemGroup> <ItemGroup> <ITunesArtwork Include="iTunesArtwork" /> -- Gitblit v1.8.0