From c5cb6840bd986bbd71a9ebc232bbf44ed0e1fc3d Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 23 五月 2024 17:43:11 +0800 Subject: [PATCH] jpush更新完成 --- 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 13a63d3..c6a8439 100644 --- a/HDL-ON_Android/HDL-ON_Android.csproj +++ b/HDL-ON_Android/HDL-ON_Android.csproj @@ -152,12 +152,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 +183,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 +197,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 +586,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 +1811,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