From 05adbc074259c66c7dd62bc9d9d60aadbb86df2d Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期五, 02 四月 2021 14:02:28 +0800
Subject: [PATCH] 2021-04-02 1.获取功能介绍增加英文适配

---
 HDL-ON_Android/HDL-ON_Android.csproj |   29 ++++++++++++++++++++---------
 1 files changed, 20 insertions(+), 9 deletions(-)

diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj
index 08a3a02..156c832 100644
--- a/HDL-ON_Android/HDL-ON_Android.csproj
+++ b/HDL-ON_Android/HDL-ON_Android.csproj
@@ -146,6 +146,15 @@
     <Reference Include="videophone">
       <HintPath>..\DLL\FL\Android\videophone.dll</HintPath>
     </Reference>
+    <Reference Include="Square.OkHttp3">
+      <HintPath>..\DLL\EZvizMonitor\Square.OkHttp3.dll</HintPath>
+    </Reference>
+    <Reference Include="Square.OkIO">
+      <HintPath>..\DLL\EZvizMonitor\Square.OkIO.dll</HintPath>
+    </Reference>
+    <Reference Include="ys">
+      <HintPath>..\DLL\EZvizMonitor\ys.dll</HintPath>
+    </Reference>
   </ItemGroup>
   <ItemGroup>
     <Compile Include="MainActivity.cs" />
@@ -336,6 +345,7 @@
     <Folder Include="Assets\Phone\FunctionIcon\Electrical\ClothesHanger\" />
     <Folder Include="Assets\Phone\PirIcon\" />
     <Folder Include="Assets\Phone\VideoIcon\" />
+    <Folder Include="Assets\Phone\FunctionIcon\Energy\" />
   </ItemGroup>
   <ItemGroup />
   <ItemGroup>
@@ -361,14 +371,20 @@
     <PackageReference Include="XamarinLibrary.Xamarin.Android.Manual.JPush">
       <Version>3.7.0</Version>
     </PackageReference>
-    <PackageReference Include="Bugly">
-      <Version>4.3.1</Version>
-    </PackageReference>
     <PackageReference Include="Xamarin.Android.Support.Constraint.Layout">
       <Version>1.1.0</Version>
     </PackageReference>
     <PackageReference Include="Xamarin.Android.Support.Constraint.Layout.Solver">
       <Version>1.1.0</Version>
+    </PackageReference>
+    <PackageReference Include="Microsoft.AppCenter">
+      <Version>4.2.0</Version>
+    </PackageReference>
+    <PackageReference Include="Microsoft.AppCenter.Crashes">
+      <Version>4.2.0</Version>
+    </PackageReference>
+    <PackageReference Include="Microsoft.AppCenter.Analytics">
+      <Version>4.2.0</Version>
     </PackageReference>
   </ItemGroup>
   <ItemGroup>
@@ -1076,6 +1092,7 @@
     <AndroidAsset Include="Assets\Phone\FunctionIcon\EnvirSensor\0.png" />
     <AndroidAsset Include="Assets\Phone\PirIcon\add.png" />
     <AndroidAsset Include="Assets\Phone\FunctionIcon\AC\More.png" />
+    <AndroidAsset Include="Assets\Phone\FunctionIcon\Energy\EnergyDrodDownIcon.png" />
     <AndroidAsset Include="Assets\Phone\FunctionIcon\AirFresh\VentilateSelect.png" />
     <AndroidAsset Include="Assets\Phone\FunctionIcon\AirFresh\EnergySelect.png" />
     <AndroidAsset Include="Assets\Phone\FunctionIcon\AirFresh\Fan2Select.png" />
@@ -1099,12 +1116,6 @@
   <ItemGroup>
     <AndroidNativeLibrary Include="libs\armeabi-v7a\libelianjni.so" />
     <AndroidNativeLibrary Include="libs\armeabi-v7a\libjcore127.so" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\ys\ys.csproj">
-      <Project>{DF065E3F-C3A1-4908-9582-000974B7C290}</Project>
-      <Name>ys</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" />

--
Gitblit v1.8.0