From 5ce9a5b3706b7c609d832f73763a853ffd415c85 Mon Sep 17 00:00:00 2001
From: lss <lsc@hdlchina.com.cn>
Date: 星期四, 09 六月 2022 13:40:37 +0800
Subject: [PATCH] 2022-6-9 修复推送
---
ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj b/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj
index 4e028a1..749bff1 100644
--- a/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj
+++ b/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj
@@ -44,6 +44,7 @@
<AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
<BundleAssemblies>false</BundleAssemblies>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
+ <AndroidKeyStore></AndroidKeyStore>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -209,6 +210,10 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ZXing\ZXingCustomScanView.cs" />
<Compile Include="ZXing\ZXingOverlayView.cs" />
+ <Compile Include="JPush\JPushFirmBroadcast.cs" />
+ <Compile Include="JPush\JPushOpenClickActivity.cs" />
+ <Compile Include="JPush\JpushNotificationReceiver.cs" />
+ <Compile Include="JPush\JPushService.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -219,6 +224,7 @@
<SubType>Designer</SubType>
</None>
<AndroidAsset Include="Assets\Phone\Center\FaceManagement.png" />
+ <AndroidAsset Include="Assets\agconnect-services.json" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\layout\Main.axml" />
@@ -2720,6 +2726,13 @@
<Project>{A6CA3387-58A7-4819-992F-C800C8839AFB}</Project>
<Name>SPhoneLib</Name>
</ProjectReference>
+ <ProjectReference Include="..\Shared.Droid.JPush\Shared.Droid.JPush.csproj">
+ <Project>{06B9C874-B9B2-4417-8280-B321F966E46B}</Project>
+ <Name>Shared.Droid.JPush</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <Folder Include="JPush\" />
</ItemGroup>
<Import Project="..\Shared\Shared.projitems" Label="Shared" Condition="Exists('..\Shared\Shared.projitems')" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
--
Gitblit v1.8.0