From 1a0ddfcd1a24ed0a14d76362802c974e3d4c86c8 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 31 一月 2023 17:53:29 +0800
Subject: [PATCH] 空调进度控制问题修复

---
 HDL-ON_Android/HDL-ON_Android.csproj |   31 ++++++++++++++-----------------
 1 files changed, 14 insertions(+), 17 deletions(-)

diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj
index e38b2fa..e31d9a2 100644
--- a/HDL-ON_Android/HDL-ON_Android.csproj
+++ b/HDL-ON_Android/HDL-ON_Android.csproj
@@ -179,32 +179,29 @@
       <HintPath>..\DLL\Linphone\Android\Shared.Droid.HDLLinphone.dll</HintPath>
     </Reference>
     <Reference Include="Mono.Android.Export" />
-    <Reference Include="LcDHMobileToolset">
-      <HintPath>..\..\LC\Android\LcDHMobileToolset.dll</HintPath>
-    </Reference>
-    <Reference Include="LcDHScanner">
-      <HintPath>..\..\LC\Android\LcDHScanner.dll</HintPath>
-    </Reference>
-    <Reference Include="LcPullToRefreshRecyclerView">
-      <HintPath>..\..\LC\Android\LcPullToRefreshRecyclerView.dll</HintPath>
-    </Reference>
     <Reference Include="ScanSdk">
       <HintPath>..\DLL\Scan\ScanSdk.dll</HintPath>
-    </Reference>
-    <Reference Include="ZxingSDK">
-      <HintPath>..\..\LC\Android\ZxingSDK.dll</HintPath>
-    </Reference>
-    <Reference Include="LeChengSDK">
-      <HintPath>..\..\LC\Android\LeChengSDK.dll</HintPath>
     </Reference>
     <Reference Include="Shared.Droid.LCVideoSDK">
       <HintPath>..\DLL\LC\Android\Shared.Droid.LCVideoSDK.dll</HintPath>
     </Reference>
     <Reference Include="LCDeviceAddModule">
-      <HintPath>..\..\lc2022-11-17\LCDeviceAddModule.dll</HintPath>
+      <HintPath>..\DLL\LC\Android\LCDeviceAddModule.dll</HintPath>
+    </Reference>
+    <Reference Include="LcDHMobileToolset">
+      <HintPath>..\DLL\LC\Android\LcDHMobileToolset.dll</HintPath>
+    </Reference>
+    <Reference Include="LcDHScanner">
+      <HintPath>..\DLL\LC\Android\LcDHScanner.dll</HintPath>
+    </Reference>
+    <Reference Include="LcPullToRefreshRecyclerView">
+      <HintPath>..\DLL\LC\Android\LcPullToRefreshRecyclerView.dll</HintPath>
+    </Reference>
+    <Reference Include="ZxingSDK">
+      <HintPath>..\DLL\LC\Android\ZxingSDK.dll</HintPath>
     </Reference>
     <Reference Include="LcVideoSdk">
-      <HintPath>..\..\lc2022-11-17\LcVideoSdk.dll</HintPath>
+      <HintPath>..\DLL\LC\Android\LcVideoSdk.dll</HintPath>
     </Reference>
   </ItemGroup>
   <ItemGroup>

--
Gitblit v1.8.0