From 8a6e9d98622d4c133f2ba2770045bdf32cd40696 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 17 十一月 2022 20:58:04 +0800 Subject: [PATCH] 数据备份 --- HDL-ON_Android/HDL-ON_Android.csproj | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj index 4439a90..5c9239e 100644 --- a/HDL-ON_Android/HDL-ON_Android.csproj +++ b/HDL-ON_Android/HDL-ON_Android.csproj @@ -194,18 +194,18 @@ <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> + <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" /> -- Gitblit v1.8.0