From e46f393e6bfca4a963b00717d3b1250e5b937ef6 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期三, 16 八月 2023 10:56:43 +0800
Subject: [PATCH] 2023年08月16日10:56:22

---
 HDL-ON_Android/HDL-ON_Android.csproj |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj
index 6260760..558a2ac 100644
--- a/HDL-ON_Android/HDL-ON_Android.csproj
+++ b/HDL-ON_Android/HDL-ON_Android.csproj
@@ -79,9 +79,6 @@
     <Reference Include="System.Numerics.Vectors" />
     <Reference Include="System.Web.Services" />
     <Reference Include="System.Net" />
-    <Reference Include="Shared.Droid">
-      <HintPath>..\DLL\Shared.Droid.dll</HintPath>
-    </Reference>
     <Reference Include="Shared.Droid.HDLWidget">
       <HintPath>..\DLL\Shared.Droid.HDLWidget.dll</HintPath>
     </Reference>
@@ -197,6 +194,9 @@
     <Reference Include="HdlEzvizDroid">
       <HintPath>..\DLL\HdlEzvizDroid.dll</HintPath>
     </Reference>
+    <Reference Include="Shared.Droid">
+      <HintPath>..\..\..\Shared.Droid.dll</HintPath>
+    </Reference>
   </ItemGroup>
   <ItemGroup>
     <Compile Include="MainActivity.cs" />

--
Gitblit v1.8.0