From ddbf195df596cf94bf77b7e38a659cb5d14b3f95 Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期五, 22 十一月 2019 17:48:08 +0800
Subject: [PATCH] 优化门锁类型查找方式(请合并最新代码)

---
 ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj b/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj
index b0cc8b0..26187ee 100644
--- a/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj
+++ b/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj
@@ -40,6 +40,7 @@
     <EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
     <AndroidDexTool>d8</AndroidDexTool>
     <AndroidKeyStore></AndroidKeyStore>
+    <AndroidSigningKeyStore>/Users/hdl/Library/Developer/Xamarin/Keystore/HDL Home/HDL Home.keystore</AndroidSigningKeyStore>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
@@ -91,12 +92,6 @@
     </Reference>
     <Reference Include="MQTTnet.Core, Version=2.4.0.0, Culture=neutral, processorArchitecture=MSIL">
       <HintPath>..\packages\MQTTnet.2.4.0\lib\netstandard1.3\MQTTnet.Core.dll</HintPath>
-    </Reference>
-    <Reference Include="Shared.Droid">
-      <HintPath>..\Shared\DLL\Android\Shared.Droid.dll</HintPath>
-    </Reference>
-    <Reference Include="Shared.Droid.HDLWidget">
-      <HintPath>..\Shared\DLL\Android\Shared.Droid.HDLWidget.dll</HintPath>
     </Reference>
     <Reference Include="Shared.Droid.TouchID">
       <HintPath>..\Shared\DLL\Android\Shared.Droid.TouchID.dll</HintPath>
@@ -192,6 +187,18 @@
       <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath>
     </Reference>
     <Reference Include="System.Json" />
+    <Reference Include="Shared.Droid">
+      <HintPath>..\Shared\DLL\Android\Shared.Droid.dll</HintPath>
+    </Reference>
+    <Reference Include="Shared.Droid.HDLWidget">
+      <HintPath>..\Shared\DLL\Android\Shared.Droid.HDLWidget.dll</HintPath>
+    </Reference>
+    <Reference Include="Shared.Droid.Smartrefresh">
+      <HintPath>..\Shared\DLL\Android\Shared.Droid.Smartrefresh.dll</HintPath>
+    </Reference>
+    <Reference Include="Xamarin.Android.Support.v7.RecyclerView">
+      <HintPath>..\Shared\DLL\Android\Xamarin.Android.Support.v7.RecyclerView.dll</HintPath>
+    </Reference>
   </ItemGroup>
   <ItemGroup>
     <Compile Include="Application.cs" />

--
Gitblit v1.8.0