From e66503d70f26a3109fbadf47abcb8ba31d619e3c Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期五, 10 三月 2023 16:56:03 +0800 Subject: [PATCH] 2023年03月10日16:56:00 --- HDL-ON_Android/HDL-ON_Android.csproj | 53 ++++++++++++++++++++++++++++++----------------------- 1 files changed, 30 insertions(+), 23 deletions(-) diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj index ccd34e5..891aed0 100644 --- a/HDL-ON_Android/HDL-ON_Android.csproj +++ b/HDL-ON_Android/HDL-ON_Android.csproj @@ -179,29 +179,29 @@ <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="Shared.Droid.LCVideoSDK"> <HintPath>..\DLL\LC\Android\Shared.Droid.LCVideoSDK.dll</HintPath> </Reference> - <Reference Include="LcVideoSdk"> - <HintPath>..\..\LC\Android\LcVideoSdk.dll</HintPath> - </Reference> <Reference Include="LCDeviceAddModule"> - <HintPath>..\..\LC\Android\LCDeviceAddModule.dll</HintPath> + <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> @@ -409,16 +409,26 @@ <AndroidAsset Include="Assets\h5\static\images\down-icon-unselect.png" /> <AndroidAsset Include="Assets\h5\static\images\co2-reduction-ic.png" /> <AndroidAsset Include="Assets\h5\static\images\left-icon.png" /> - <AndroidAsset Include="Assets\h5\static\js\index.fdfbe853.js" /> + <AndroidAsset Include="Assets\h5\static\js\index.361009bb.js" /> <AndroidAsset Include="Assets\h5\static\js\chunk-vendors.c6df545a.js" /> - <AndroidAsset Include="Assets\h5\static\js\pages-inverter-index.8da2cd44.js" /> - <AndroidAsset Include="Assets\h5\static\js\pages-index-index.fee066cc.js" /> + <AndroidAsset Include="Assets\h5\static\js\pages-index-index.ab7a6c86.js" /> <AndroidAsset Include="Assets\h5\static\js\pages-index-index~pages-inverter-index.d05a76d6.js" /> + <AndroidAsset Include="Assets\h5\static\js\pages-inverter-index.44e518f0.js" /> <AndroidAsset Include="Assets\h5\static\img\inverter-center.18b181f4.png" /> <AndroidAsset Include="Assets\h5\static\img\co2-reduction-ic.9c75228c.png" /> <AndroidAsset Include="Assets\h5\static\img\equal-plant-ic.7ef6befa.png" /> <AndroidAsset Include="Assets\h5\static\img\coal-save-ic.6c5fd125.png" /> <AndroidAsset Include="Assets\h5\static\font\SourceHanSansCN-Normal.otf" /> + <AndroidAsset Include="Assets\Phone\MusicIcon\currentPlayList.png" /> + <AndroidAsset Include="Assets\Phone\FunctionIcon\DoorLock\OneOpenLock.png" /> + <AndroidAsset Include="Assets\Phone\FunctionIcon\DoorLock\RTV.png" /> + <AndroidAsset Include="Assets\Phone\FunctionIcon\DoorLock\UnLocked.png" /> + <AndroidAsset Include="Assets\Phone\FunctionIcon\DoorLock\UnLocking.png" /> + <AndroidAsset Include="Assets\Phone\FunctionIcon\DoorLock\VideoDoorlockClose.png" /> + <AndroidAsset Include="Assets\Phone\FunctionIcon\DoorLock\VideoDoorLockOpen.png" /> + <AndroidAsset Include="Assets\Phone\FunctionIcon\DoorLock\History.png" /> + <AndroidAsset Include="Assets\Phone\FunctionIcon\DoorLock\Cell.png" /> + <AndroidAsset Include="Assets\Phone\FunctionIcon\FunctionBg\VideoDoorLockFunctionBg.png" /> </ItemGroup> <ItemGroup> <AndroidResource Include="Resources\values\colors.xml" /> @@ -1616,7 +1626,7 @@ <AndroidAsset Include="Assets\Phone\FunctionIcon\DoorLock\NormallyOpenIcon3.png" /> </ItemGroup> <ItemGroup> - <AndroidAsset Include="Assets\Phone\FunctionIcon\DoorLock\History.png" /> + <AndroidAsset Include="Assets\Phone\FunctionIcon\DoorLock\HistoryList.png" /> </ItemGroup> <ItemGroup> <AndroidAsset Include="Assets\Phone\FunctionIcon\DoorLock\DoorLock.png" /> @@ -1629,9 +1639,6 @@ <Folder Include="Assets\Phone\FunctionIcon\Panel\" /> <Folder Include="Assets\Phone\FunctionIcon\Inverter\" /> <Folder Include="Assets\Phone\FunctionIcon\Electrical\MechanicalArm\" /> - </ItemGroup> - <ItemGroup> - <AndroidJavaLibrary Include="libs\eventbus-3.0.0.jar" /> </ItemGroup> <Import Project="..\HDL_ON\HDL_ON.projitems" Label="Shared" Condition="Exists('..\HDL_ON\HDL_ON.projitems')" /> <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" /> -- Gitblit v1.8.0