From 3911b57a6e510f1e642beaa499d28465f028934a Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期五, 12 七月 2024 16:11:19 +0800 Subject: [PATCH] Update HDL-ON_Android.csproj --- HDL-ON_Android/HDL-ON_Android.csproj | 41 ++++++++++++++++++++++++----------------- 1 files changed, 24 insertions(+), 17 deletions(-) diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj index 13a63d3..4a27923 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> @@ -186,14 +181,11 @@ <Reference Include="LcVideoSdk"> <HintPath>..\DLL\LC\Android\LcVideoSdk.dll</HintPath> </Reference> + <Reference Include="Aliyun.Api.LogService"> + <HintPath>..\..\绗笁鏂瑰姛鑳絓闃块噷浜慭Net Code\Aliyun.Api.LogService.dll</HintPath> + </Reference> <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> @@ -209,11 +201,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 +590,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" /> @@ -970,6 +959,18 @@ </PackageReference> <PackageReference Include="Xamarin.AndroidX.Browser"> <Version>1.8.0</Version> + </PackageReference> + <PackageReference Include="Microsoft.AspNet.WebApi.Client"> + <Version>5.2.4</Version> + </PackageReference> + <PackageReference Include="Iconic.Zlib.Netstandard"> + <Version>1.0.0</Version> + </PackageReference> + <PackageReference Include="lz4net"> + <Version>1.0.15.93</Version> + </PackageReference> + <PackageReference Include="Google.Protobuf"> + <Version>3.5.1</Version> </PackageReference> </ItemGroup> <ItemGroup> @@ -1826,6 +1827,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