From efcffde735fa65ae34bae0bcc86313b74ed0e36c Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 20 五月 2024 13:47:38 +0800 Subject: [PATCH] 优化离线数据 --- HDL-ON_Android/HDL-ON_Android.csproj | 25 ++++++++----------------- 1 files changed, 8 insertions(+), 17 deletions(-) diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj index 41524db..39c105f 100644 --- a/HDL-ON_Android/HDL-ON_Android.csproj +++ b/HDL-ON_Android/HDL-ON_Android.csproj @@ -164,9 +164,6 @@ <Reference Include="UMSdkDroid"> <HintPath>..\DLL\UMeng\UMSdkDroid.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> @@ -192,11 +189,14 @@ <Reference Include="LcVideoSdk"> <HintPath>..\DLL\LC\Android\LcVideoSdk.dll</HintPath> </Reference> + <Reference Include="Shared.Droid"> + <HintPath>..\DLL\Android\Shared.Droid.dll</HintPath> + </Reference> <Reference Include="HdlEzvizDroid"> <HintPath>..\DLL\HdlEzvizDroid.dll</HintPath> </Reference> - <Reference Include="Shared.Droid"> - <HintPath>..\DLL\Android\Shared.Droid.dll</HintPath> + <Reference Include="Shared.Droid.HDLLinphone"> + <HintPath>..\DLL\Linphone\Android\Shared.Droid.HDLLinphone.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> @@ -619,6 +619,9 @@ <AndroidAsset Include="Assets\Phone\FunctionIcon\Light\LightScene\gp_all_on_home_click.png" /> <AndroidAsset Include="Assets\Phone\FunctionIcon\Light\LightScene\gp_all_on_home.png" /> <AndroidAsset Include="Assets\Phone\FunctionIcon\Light\LightScene\gp_all_on.png" /> + <AndroidAsset Include="Assets\Phone\LogicIcon\electricaltvhisense.png" /> + <AndroidAsset Include="Assets\Phone\FunctionIcon\EnvirSensor\Pm10Icon.png" /> + <AndroidAsset Include="Assets\Phone\FunctionIcon\EnvirSensor\Pm10Bg.png" /> </ItemGroup> <ItemGroup> <AndroidResource Include="Resources\values\colors.xml" /> @@ -967,20 +970,8 @@ <PackageReference Include="Xamarin.Android.Support.Constraint.Layout.Solver"> <Version>1.1.0</Version> </PackageReference> - <PackageReference Include="Microsoft.AppCenter.Crashes"> - <Version>4.2.0</Version> - </PackageReference> - <PackageReference Include="Microsoft.AppCenter.Analytics"> - <Version>4.2.0</Version> - </PackageReference> - <PackageReference Include="Microsoft.AppCenter"> - <Version>4.2.0</Version> - </PackageReference> <PackageReference Include="Square.OkHttp3"> <Version>3.14.4</Version> - </PackageReference> - <PackageReference Include="Bugly"> - <Version>4.3.1</Version> </PackageReference> </ItemGroup> <ItemGroup> -- Gitblit v1.8.0