From e08a444a9d7acea0cf39f50d22d29179f6a59292 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期二, 01 十二月 2020 09:37:11 +0800
Subject: [PATCH] 2020-12-1

---
 HDL-ON_Android/HDL-ON_Android.csproj |   30 +++++++++++++++++++++++++++---
 1 files changed, 27 insertions(+), 3 deletions(-)

diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj
index 0e16f32..6484577 100644
--- a/HDL-ON_Android/HDL-ON_Android.csproj
+++ b/HDL-ON_Android/HDL-ON_Android.csproj
@@ -30,7 +30,7 @@
     <DebugType>portable</DebugType>
     <Optimize>False</Optimize>
     <OutputPath>bin\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <DefineConstants>DEBUG;TRACE;__Android__</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <EmbedAssembliesIntoApk>False</EmbedAssembliesIntoApk>
@@ -44,7 +44,7 @@
     <DebugType>portable</DebugType>
     <Optimize>false</Optimize>
     <OutputPath>bin\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
+    <DefineConstants>TRACE;__Android__;</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <AndroidManagedSymbols>true</AndroidManagedSymbols>
@@ -122,6 +122,9 @@
     <Reference Include="Xamarin.Android.Support.Vector.Drawable">
       <HintPath>..\DLL\Android\Xamarin.Android.Support.Vector.Drawable.dll</HintPath>
     </Reference>
+    <Reference Include="Shared.Droid.JLCountryCode">
+      <HintPath>..\DLL\Android\Shared.Droid.JLCountryCode.dll</HintPath>
+    </Reference>
   </ItemGroup>
   <ItemGroup>
     <Compile Include="MainActivity.cs" />
@@ -131,6 +134,7 @@
     <Compile Include="Scan.cs" />
     <Compile Include="ZXingCustomScanView.cs" />
     <Compile Include="ZXingOverlayView.cs" />
+    <Compile Include="Other\JLCountrycode.cs" />
   </ItemGroup>
   <ItemGroup>
     <None Include="Resources\AboutResources.txt" />
@@ -196,6 +200,7 @@
     <Folder Include="Resources\layout\" />
     <Folder Include="Assets\Phone\Intelligence\" />
     <Folder Include="Assets\Phone\DeviceIcon\" />
+    <Folder Include="Other\" />
   </ItemGroup>
   <ItemGroup>
     <PackageReference Include="Xamarin.Android.Support.Design" Version="28.0.0.3" />
@@ -209,10 +214,13 @@
       <Version>12.0.3</Version>
     </PackageReference>
     <PackageReference Include="MQTTnet">
-      <Version>3.0.8</Version>
+      <Version>3.0.13</Version>
     </PackageReference>
     <PackageReference Include="ZXing.Net.Mobile">
       <Version>2.4.1</Version>
+    </PackageReference>
+    <PackageReference Include="RestSharp">
+      <Version>106.11.7</Version>
     </PackageReference>
   </ItemGroup>
   <ItemGroup>
@@ -569,6 +577,22 @@
     <AndroidAsset Include="Assets\Phone\OnIcon.png" />
     <AndroidAsset Include="Assets\Phone\TipNot.png" />
     <AndroidAsset Include="Assets\Phone\DeviceIcon\VoicePanelIcon.png" />
+    <AndroidAsset Include="Assets\Phone\Public\Dialog\DialogTipTitleIcon_3.png" />
+    <AndroidAsset Include="Assets\Phone\Public\Dialog\DialogTipTitleIcon_2.png" />
+    <AndroidAsset Include="Assets\Phone\Public\Dialog\DialogTipTitleIcon_1.png" />
+    <AndroidAsset Include="Assets\Phone\LoginIcon\Server.png" />
+    <AndroidAsset Include="Assets\Phone\PersonalCenter\ServerInfo.png" />
+    <AndroidAsset Include="Assets\Phone\Public\Search.png" />
+    <AndroidAsset Include="Assets\Phone\PersonalCenter\Support\Function.png" />
+    <AndroidAsset Include="Assets\Phone\PersonalCenter\Support\Search.png" />
+    <AndroidAsset Include="Assets\Phone\PersonalCenter\Support\Menu.png" />
+    <AndroidAsset Include="Assets\Phone\PersonalCenter\Support\Help.png" />
+    <AndroidAsset Include="Assets\Phone\PersonalCenter\Support\Telephone.png" />
+    <AndroidAsset Include="Assets\Phone\PersonalCenter\Support\SendMessage.png" />
+    <AndroidAsset Include="Assets\Phone\PersonalCenter\Support\Scene.png" />
+    <AndroidAsset Include="Assets\Phone\PersonalCenter\Support\Close.png" />
+    <AndroidAsset Include="Assets\Phone\PersonalCenter\Head.png" />
+    <AndroidAsset Include="Assets\Phone\PersonalCenter\Transfer.png" />
     <AndroidAsset Include="Assets\Phone\LogicIcon\heatlogic.png" />
     <AndroidAsset Include="Assets\Phone\LogicIcon\on.png" />
     <AndroidAsset Include="Assets\Phone\LogicIcon\off.png" />

--
Gitblit v1.8.0