From 0b0f87750410cfdb07f88c264bb059c7861a15c6 Mon Sep 17 00:00:00 2001 From: Davin <591807572@qq.com> Date: 星期五, 21 七月 2023 14:45:45 +0800 Subject: [PATCH] feature Resoure file update --- HDL-ON_Android/HDL-ON_Android.csproj | 21 +++++++-------------- 1 files changed, 7 insertions(+), 14 deletions(-) diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj index dd16ab7..b14ea37 100644 --- a/HDL-ON_Android/HDL-ON_Android.csproj +++ b/HDL-ON_Android/HDL-ON_Android.csproj @@ -194,8 +194,8 @@ <Reference Include="LcVideoSdk"> <HintPath>..\DLL\LC\Android\LcVideoSdk.dll</HintPath> </Reference> - <Reference Include="ys"> - <HintPath>..\DLL\EZvizMonitor\ys.dll</HintPath> + <Reference Include="HdlEzvizDroid"> + <HintPath>..\..\..\..\Downloads\HdlEzvizDroid.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> @@ -227,10 +227,7 @@ <Compile Include="Zxing\ScanActivity.cs" /> <Compile Include="LeChengVideo\LeTest.cs" /> <Compile Include="Other\LocationUtils.cs" /> - <Compile Include="Aliyu\AliyuLogUtil.cs" /> - <Compile Include="Aliyu\AliyuLogProducerClient.cs" /> - <Compile Include="Aliyu\LogBean.cs" /> - <Compile Include="Aliyu\Level.cs" /> + <Compile Include="Other\MyLocationListener_V2.cs" /> </ItemGroup> <ItemGroup> <AndroidAsset Include="Assets\agconnect-services.json" /> @@ -431,6 +428,9 @@ <AndroidAsset Include="Assets\Phone\FunctionIcon\DoorLock\VideoDoorlockClose1.png" /> <AndroidAsset Include="Assets\Phone\FunctionIcon\DoorLock\VideoDoorLockOpen1.png" /> <AndroidAsset Include="Assets\Phone\LogicIcon\selectlocation.png" /> + <AndroidAsset Include="Assets\Phone\FunctionIcon\Light\ColorfulBar.png" /> + <AndroidAsset Include="Assets\Phone\FunctionIcon\Icon\HomeIcon\GroupControl_blue.png" /> + <AndroidAsset Include="Assets\Phone\FunctionIcon\Icon\HomeIcon\GroupControl_white.png" /> </ItemGroup> <ItemGroup> <AndroidResource Include="Resources\values\colors.xml" /> @@ -757,7 +757,7 @@ <PackageReference Include="Xamarin.Android.Support.Design" Version="28.0.0.3" /> <PackageReference Include="Xamarin.Android.Support.Core.Utils" Version="28.0.0.3" /> <PackageReference Include="Xamarin.Android.Support.CustomTabs" Version="28.0.0.3" /> - <PackageReference Include="Xamarin.Essentials" Version="1.6.0" /> + <PackageReference Include="Xamarin.Essentials" Version="1.7.0" /> <PackageReference Include="Xamarin.Android.Support.v4"> <Version>28.0.0.3</Version> </PackageReference> @@ -1647,13 +1647,6 @@ <Folder Include="Assets\Phone\FunctionIcon\Panel\" /> <Folder Include="Assets\Phone\FunctionIcon\Inverter\" /> <Folder Include="Assets\Phone\FunctionIcon\Electrical\MechanicalArm\" /> - <Folder Include="Aliyu\" /> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="..\AliyuLog\AliyuLog.csproj"> - <Project>{3A0E9FF9-56B6-4323-9AE6-2B22975E399B}</Project> - <Name>AliyuLog</Name> - </ProjectReference> </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