From 01da9f0fd4e453053fdf5fc67f20b1561be6134c Mon Sep 17 00:00:00 2001
From: Davin <591807572@qq.com>
Date: 星期四, 27 七月 2023 13:49:03 +0800
Subject: [PATCH] bugfix 猫眼呼叫

---
 HDL-ON_iOS/HDL-ON_iOS.csproj |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj
index b50a2b4..0db5cb8 100644
--- a/HDL-ON_iOS/HDL-ON_iOS.csproj
+++ b/HDL-ON_iOS/HDL-ON_iOS.csproj
@@ -114,6 +114,9 @@
         <Reference Include="EZSDK.IOS">
           <HintPath>..\DLL\IOS\EZSDK.IOS.dll</HintPath>
         </Reference>
+        <Reference Include="Shared.IOS">
+          <HintPath>..\DLL\Shared.IOS.dll</HintPath>
+        </Reference>
     </ItemGroup>
     <ItemGroup>
       <PackageReference Include="Newtonsoft.Json">
@@ -1657,10 +1660,6 @@
       <ProjectReference Include="..\HdlBluWi\Blufi.csproj">
         <Project>{2DDF4C3C-6998-432E-9F43-6786D82F0630}</Project>
         <Name>Blufi</Name>
-      </ProjectReference>
-      <ProjectReference Include="..\Shared.IOS\Shared.IOS.csproj">
-        <Project>{0048AB87-2130-4437-8F01-8CADAB787004}</Project>
-        <Name>Shared.IOS</Name>
       </ProjectReference>
     </ItemGroup>
     <ItemGroup>

--
Gitblit v1.8.0