From a46cd0adb5af29e8a9cf47c219475acaedfcf839 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 01 十二月 2020 17:09:00 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/WJC' --- HDL-ON_Android/HDL-ON_Android.csproj | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 55 insertions(+), 3 deletions(-) diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj index 621b331..c04a550 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,12 @@ <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> + <Reference Include="JPushAndroid"> + <HintPath>..\DLL\Android\JPushAndroid.dll</HintPath> + </Reference> </ItemGroup> <ItemGroup> <Compile Include="MainActivity.cs" /> @@ -131,6 +137,8 @@ <Compile Include="Scan.cs" /> <Compile Include="ZXingCustomScanView.cs" /> <Compile Include="ZXingOverlayView.cs" /> + <Compile Include="Other\JLCountrycode.cs" /> + <Compile Include="JPush.cs" /> </ItemGroup> <ItemGroup> <None Include="Resources\AboutResources.txt" /> @@ -195,6 +203,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" /> @@ -208,10 +218,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> @@ -567,6 +580,45 @@ <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" /> + <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\Collection\MesCenter\All.png" /> + <AndroidAsset Include="Assets\Phone\Collection\MesCenter\System.png" /> + <AndroidAsset Include="Assets\Phone\Collection\MesCenter\Alarm.png" /> + <AndroidAsset Include="Assets\Phone\Collection\MesCenter\AllOn.png" /> + <AndroidAsset Include="Assets\Phone\Collection\MesCenter\Share.png" /> + <AndroidAsset Include="Assets\Phone\Collection\MesCenter\AlarmOn.png" /> + <AndroidAsset Include="Assets\Phone\Collection\MesCenter\ShareOn.png" /> + <AndroidAsset Include="Assets\Phone\Collection\MesCenter\SystemOn.png" /> + <AndroidAsset Include="Assets\Phone\Classification\Room\Roombg1.png" /> + <AndroidAsset Include="Assets\Phone\Classification\Room\Roombg2.png" /> + <AndroidAsset Include="Assets\Phone\Classification\Room\Roombg3.png" /> + <AndroidAsset Include="Assets\Phone\Classification\Room\Roombg4.png" /> + <AndroidAsset Include="Assets\Phone\Classification\Room\Roombg5.png" /> + <AndroidAsset Include="Assets\Phone\Classification\Room\Roombg6.png" /> + <AndroidAsset Include="Assets\Phone\Classification\Room\Roombg7.png" /> + <AndroidAsset Include="Assets\Phone\Classification\Room\Roombg8.png" /> + <AndroidAsset Include="Assets\Phone\Classification\Room\Roombg9.png" /> + <AndroidAsset Include="Assets\Phone\Classification\Room\Roombg10.png" /> + </ItemGroup> + <ItemGroup> + <AndroidNativeLibrary Include="libs\armeabi-v7a\libelianjni.so" /> + <AndroidNativeLibrary Include="libs\armeabi-v7a\libjcore127.so" /> </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