From 312f9ece8d4a46d8989187730fc7f5c7fc36cfb5 Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期五, 12 七月 2024 15:20:52 +0800
Subject: [PATCH] Update SplashActivity.cs

---
 HDL-ON_Android/HDL-ON_Android.csproj |   26 +++++++++-----------------
 1 files changed, 9 insertions(+), 17 deletions(-)

diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj
index 13a63d3..476115f 100644
--- a/HDL-ON_Android/HDL-ON_Android.csproj
+++ b/HDL-ON_Android/HDL-ON_Android.csproj
@@ -67,6 +67,7 @@
     <AndroidSigningKeyPass>85521566</AndroidSigningKeyPass>
     <AndroidSigningKeyAlias>on_plus</AndroidSigningKeyAlias>
     <AndroidSupportedAbis>arm64-v8a</AndroidSupportedAbis>
+<AndroidPackageFormat>aab</AndroidPackageFormat>
   </PropertyGroup>
   <ItemGroup>
     <Reference Include="System" />
@@ -152,12 +153,6 @@
     <Reference Include="http">
       <HintPath>..\DLL\FL\Android\http.dll</HintPath>
     </Reference>
-    <Reference Include="VideoLibs">
-      <HintPath>..\DLL\FL\Android\VideoLibs.dll</HintPath>
-    </Reference>
-    <Reference Include="videophone">
-      <HintPath>..\DLL\FL\Android\videophone.dll</HintPath>
-    </Reference>
     <Reference Include="UMSdkDroid">
       <HintPath>..\DLL\UMeng\UMSdkDroid.dll</HintPath>
     </Reference>
@@ -189,12 +184,6 @@
     <Reference Include="Shared.Droid">
       <HintPath>..\DLL\Android\Shared.Droid.dll</HintPath>
     </Reference>
-    <Reference Include="Shared.Droid.HDLLinphone">
-      <HintPath>..\DLL\Linphone\Android\Shared.Droid.HDLLinphone.dll</HintPath>
-    </Reference>
-    <Reference Include="Shared.Droid.JPush-Google">
-      <HintPath>..\..\绗笁鏂瑰姛鑳絓鏋佸厜\lib\Shared.Droid.JPush-Google.dll</HintPath>
-    </Reference>
   </ItemGroup>
   <ItemGroup>
     <Compile Include="Other\JPush\JPushFirmBroadcast.cs" />
@@ -209,11 +198,6 @@
     <Compile Include="Other\JLCountrycode.cs" />
     <Compile Include="Other\JPush\JPushReceiver.cs" />
     <Compile Include="Other\JPush\JPushService.cs" />
-    <Compile Include="VideoActivity.cs" />
-    <Compile Include="FengLinVideo\Interface\VideoState.cs" />
-    <Compile Include="FengLinVideo\Form\MonitorFragment.cs" />
-    <Compile Include="FengLinVideo\Form\ReverseCallFragment.cs" />
-    <Compile Include="FengLinVideo\widget\TipDiaglog.cs" />
     <Compile Include="LeChengVideo\Form\MonitorFragment.cs" />
     <Compile Include="LeChengVideo\Form\ReverseCallFragment.cs" />
     <Compile Include="LeChengVideoActivity.cs" />
@@ -603,6 +587,8 @@
     <AndroidAsset Include="Assets\Phone\LogicIcon\electricaltvhisense.png" />
     <AndroidAsset Include="Assets\Phone\FunctionIcon\EnvirSensor\Pm10Icon.png" />
     <AndroidAsset Include="Assets\Phone\FunctionIcon\EnvirSensor\Pm10Bg.png" />
+    <None Include="libs\armeabi-v7a\libjcore212.so" />
+    <None Include="libs\arm64-v8a\libjcore212.so" />
   </ItemGroup>
   <ItemGroup>
     <AndroidResource Include="Resources\values\colors.xml" />
@@ -1826,6 +1812,12 @@
     <Folder Include="Assets\Phone\AksIcon\" />
     <Folder Include="Assets\Phone\FunctionIcon\GroupControl\" />
   </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\OnPro_JPush\OnPro_JPush.csproj">
+      <Project>{723098FE-214B-4E79-A5D0-DA31B9366611}</Project>
+      <Name>OnPro_JPush</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" />
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.

--
Gitblit v1.8.0