From 132dc0402e0c5e22a7d54cdddc1700a1842304bd Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 01 十二月 2022 15:42:23 +0800 Subject: [PATCH] Merge branch 'wjc' into dev--wxr --- 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 b10ef94..c5bff4d 100644 --- a/HDL-ON_Android/HDL-ON_Android.csproj +++ b/HDL-ON_Android/HDL-ON_Android.csproj @@ -182,9 +182,6 @@ <Reference Include="ScanSdk"> <HintPath>..\DLL\Scan\ScanSdk.dll</HintPath> </Reference> - <Reference Include="ZxingSDK"> - <HintPath>..\..\LC\Android\ZxingSDK.dll</HintPath> - </Reference> <Reference Include="Shared.Droid.LCVideoSDK"> <HintPath>..\DLL\LC\Android\Shared.Droid.LCVideoSDK.dll</HintPath> </Reference> @@ -200,6 +197,9 @@ <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>..\DLL\LC\Android\LcVideoSdk.dll</HintPath> </Reference> -- Gitblit v1.8.0