From b8c54a7e4048317fc0f33c63a802d60396f82eb0 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期三, 07 十二月 2022 17:31:59 +0800 Subject: [PATCH] 2022年12月07日17:31:56 --- HDL-ON_Android/HDL-ON_Android.csproj | 31 +++++++++++++++++++++++++------ 1 files changed, 25 insertions(+), 6 deletions(-) diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj index a2e7ea0..e31d9a2 100644 --- a/HDL-ON_Android/HDL-ON_Android.csproj +++ b/HDL-ON_Android/HDL-ON_Android.csproj @@ -169,22 +169,40 @@ <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="ScanSdk"> + <HintPath>..\DLL\Scan\ScanSdk.dll</HintPath> + </Reference> + <Reference Include="Shared.Droid.LCVideoSDK"> + <HintPath>..\DLL\LC\Android\Shared.Droid.LCVideoSDK.dll</HintPath> + </Reference> + <Reference Include="LCDeviceAddModule"> + <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>..\DLL\LC\Android\LcVideoSdk.dll</HintPath> + </Reference> </ItemGroup> <ItemGroup> <Compile Include="MainActivity.cs" /> @@ -213,6 +231,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