From 11b72ba363dd4d7cbd5a220ec14942613dd7162e Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 31 十月 2022 13:14:05 +0800 Subject: [PATCH] demo成功运行 --- HDL-ON_Android/HDL-ON_Android.csproj | 38 ++++++++++++++++++++++---------------- 1 files changed, 22 insertions(+), 16 deletions(-) diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj index 8330956..4439a90 100644 --- a/HDL-ON_Android/HDL-ON_Android.csproj +++ b/HDL-ON_Android/HDL-ON_Android.csproj @@ -169,36 +169,42 @@ <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="LCDeviceAddModule"> - <HintPath>..\..\..\Projects\UMSdkDroid\LCDeviceAddModule\bin\Release\LCDeviceAddModule.dll</HintPath> - </Reference> - <Reference Include="LCMainProject"> - <HintPath>..\..\..\Projects\UMSdkDroid\LCMainProject\bin\Debug\LCMainProject.dll</HintPath> + <Reference Include="LcDHMobileToolset"> + <HintPath>..\..\LC\Android\LcDHMobileToolset.dll</HintPath> </Reference> <Reference Include="LcDHScanner"> - <HintPath>..\..\LC\LcDHScanner.dll</HintPath> - </Reference> - <Reference Include="LcDHMobileToolset"> - <HintPath>..\..\LC\LcDHMobileToolset.dll</HintPath> + <HintPath>..\..\LC\Android\LcDHScanner.dll</HintPath> </Reference> <Reference Include="LcPullToRefreshRecyclerView"> - <HintPath>..\..\LC\LcPullToRefreshRecyclerView.dll</HintPath> + <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="LcVideoSdk"> + <HintPath>..\..\LC\Android\LcVideoSdk.dll</HintPath> + </Reference> + <Reference Include="LeChengSDK"> + <HintPath>..\..\LC\Android\LeChengSDK.dll</HintPath> + </Reference> + <Reference Include="LCDeviceAddModule"> + <HintPath>..\..\LC\Android\LCDeviceAddModule.dll</HintPath> + </Reference> + <Reference Include="Shared.Droid.LCVideoSDK"> + <HintPath>..\DLL\LC\Android\Shared.Droid.LCVideoSDK.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> -- Gitblit v1.8.0