From 4c17caa61bc3b0a05a2b303bccdfedfbf3853f6d Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期二, 24 十一月 2020 15:58:10 +0800 Subject: [PATCH] 2020-11-24 1.优化登录界面失败提示。 --- HDL-ON_Android/HDL-ON_Android.csproj | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj index 621b331..585136d 100644 --- a/HDL-ON_Android/HDL-ON_Android.csproj +++ b/HDL-ON_Android/HDL-ON_Android.csproj @@ -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" /> @@ -195,6 +199,8 @@ <Folder Include="Resources\drawable\" /> <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" /> @@ -212,6 +218,9 @@ </PackageReference> <PackageReference Include="ZXing.Net.Mobile"> <Version>2.4.1</Version> + </PackageReference> + <PackageReference Include="RestSharp"> + <Version>106.11.7</Version> </PackageReference> </ItemGroup> <ItemGroup> @@ -567,6 +576,11 @@ <AndroidAsset Include="Assets\Phone\FunctionIcon\Curtain\MotorCurtainIcon.png" /> <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" /> </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