From d987694e57c3bce76bd5a208d74a3696db222a4a Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 14 一月 2021 14:00:06 +0800 Subject: [PATCH] Merge branch 'WJC' into NewFilePath --- 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 2289055..9936497 100644 --- a/HDL-ON_iOS/HDL-ON_iOS.csproj +++ b/HDL-ON_iOS/HDL-ON_iOS.csproj @@ -87,6 +87,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="Newtonsoft.Json"> @@ -209,6 +212,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