From 5b77d9d57a6cddb474a66ca54401ad5ab0892db3 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 23 十一月 2022 14:23:42 +0800
Subject: [PATCH] Merge branch 'dev--wxr' into LcSdkV1

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

diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj
index a2e7ea0..e38b2fa 100644
--- a/HDL-ON_Android/HDL-ON_Android.csproj
+++ b/HDL-ON_Android/HDL-ON_Android.csproj
@@ -169,22 +169,43 @@
     <Reference Include="Square.OkIO">
       <HintPath>..\DLL\EZvizMonitor\Square.OkIO.dll</HintPath>
     </Reference>
-    <Reference Include="Shared.Droid.LCVideoSDK">
-      <HintPath>..\DLL\LC\Android\Shared.Droid.LCVideoSDK.dll</HintPath>
-    </Reference>
     <Reference Include="ys">
       <HintPath>..\DLL\EZvizMonitor\ys.dll</HintPath>
     </Reference>
     <Reference Include="UMSdkDroid">
       <HintPath>..\DLL\UMeng\UMSdkDroid.dll</HintPath>
     </Reference>
-    <Reference Include="ScanSdk">
-      <HintPath>..\DLL\Scan\ScanSdk.dll</HintPath>
-    </Reference>
     <Reference Include="Shared.Droid.HDLLinphone">
       <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>
+    </Reference>
+    <Reference Include="LcVideoSdk">
+      <HintPath>..\..\lc2022-11-17\LcVideoSdk.dll</HintPath>
+    </Reference>
   </ItemGroup>
   <ItemGroup>
     <Compile Include="MainActivity.cs" />
@@ -213,6 +234,7 @@
     <Compile Include="AgreementActivity.cs" />
     <Compile Include="Zxing\CustomCaptureActivity.cs" />
     <Compile Include="Zxing\ScanActivity.cs" />
+    <Compile Include="LeChengVideo\LeTest.cs" />
   </ItemGroup>
   <ItemGroup>
     <AndroidAsset Include="Assets\agconnect-services.json" />

--
Gitblit v1.8.0