From 264f86c363a6a019fac8eb138877fee9e4734e2d Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期六, 21 八月 2021 17:45:44 +0800 Subject: [PATCH] Merge branch 'WJC' into wxr7 --- HDL-ON_Android/HDL-ON_Android.csproj | 32 +++++++++++++++++++++++--------- 1 files changed, 23 insertions(+), 9 deletions(-) diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj index 7e99273..6a3c810 100644 --- a/HDL-ON_Android/HDL-ON_Android.csproj +++ b/HDL-ON_Android/HDL-ON_Android.csproj @@ -51,7 +51,6 @@ <MandroidI18n>cjk</MandroidI18n> <AndroidEnableSGenConcurrent>false</AndroidEnableSGenConcurrent> <AndroidUseSharedRuntime>false</AndroidUseSharedRuntime> - <AndroidSupportedAbis>armeabi-v7a;arm64-v8a</AndroidSupportedAbis> </PropertyGroup> <ItemGroup> <Reference Include="System" /> @@ -146,14 +145,17 @@ <Reference Include="videophone"> <HintPath>..\DLL\FL\Android\videophone.dll</HintPath> </Reference> + <Reference Include="LC_SDK"> + <HintPath>..\DLL\LC\Android\LC_SDK.dll</HintPath> + </Reference> <Reference Include="Square.OkHttp3"> <HintPath>..\DLL\EZvizMonitor\Square.OkHttp3.dll</HintPath> </Reference> <Reference Include="Square.OkIO"> <HintPath>..\DLL\EZvizMonitor\Square.OkIO.dll</HintPath> </Reference> - <Reference Include="LC_SDK"> - <HintPath>..\DLL\LC\Android\LC_SDK.dll</HintPath> + <Reference Include="ys"> + <HintPath>..\DLL\EZvizMonitor\ys.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> @@ -425,6 +427,22 @@ <AndroidAsset Include="Assets\Phone\FunctionIcon\Icon\HomeIcon\irfan_blue.png" /> <AndroidAsset Include="Assets\Phone\FunctionIcon\Icon\HomeIcon\irfan_white.png" /> <AndroidAsset Include="Assets\Phone\FunctionIcon\Icon\irfan.png" /> + <AndroidAsset Include="Assets\Phone\PersonalCenter\AddDevice\EnvironmentalSensorbg.png" /> + <AndroidAsset Include="Assets\Phone\FunctionIcon\Icon\sensorenvironment.png" /> + <AndroidAsset Include="Assets\Phone\FunctionIcon\AirFresh\AirFreshBgIcon.png" /> + <AndroidAsset Include="Assets\Phone\FunctionIcon\Icon\sensorenvironment2.png" /> + <AndroidAsset Include="Assets\Phone\FunctionIcon\Icon\sensorenvironment3.png" /> + <AndroidAsset Include="Assets\Phone\PersonalCenter\AddDevice\EnvirSensorQingpingCGS1bg.png" /> + <AndroidAsset Include="Assets\Phone\PersonalCenter\AddDevice\EnvirSensorQingpingLitebg.png" /> + <AndroidAsset Include="Assets\Phone\FunctionIcon\ArmCenter\AddTargetIcon.png" /> + <AndroidAsset Include="Assets\Phone\FunctionIcon\ArmCenter\RightIcon.png" /> + <AndroidAsset Include="Assets\Phone\PersonalCenter\FacePassage\FaceIcon.png" /> + <AndroidAsset Include="Assets\Phone\FunctionIcon\Light\LightScene\CheckIcon.png" /> + <AndroidAsset Include="Assets\Phone\FunctionIcon\Light\LightScene\CheckOnIcon.png" /> + <AndroidAsset Include="Assets\Phone\FunctionIcon\Light\LightScene\SetLightSceneIcon.png" /> + <AndroidAsset Include="Assets\Phone\Collection\DefenseStatusIcon.png" /> + <AndroidAsset Include="Assets\Phone\Collection\DisarmStatusIcon.png" /> + <AndroidAsset Include="Assets\Phone\PersonalCenter\ResidenceDefenseIcon.png" /> </ItemGroup> <ItemGroup> <AndroidAsset Include="Assets\Phone\FunctionIcon\DoorLock\BindScene.png" /> @@ -1323,12 +1341,8 @@ </ItemGroup> <ItemGroup> <Folder Include="Assets\Phone\FunctionIcon\IrFan\" /> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="..\ys\ys.csproj"> - <Project>{DF065E3F-C3A1-4908-9582-000974B7C290}</Project> - <Name>ys</Name> - </ProjectReference> + <Folder Include="Assets\Phone\PersonalCenter\FacePassage\" /> + <Folder Include="Assets\Phone\FunctionIcon\Light\LightScene\" /> </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