From 2fb0c39b09110be4f5a88a8c8004f03fc257f612 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期三, 06 一月 2021 11:11:53 +0800 Subject: [PATCH] 2021-1-6-1 --- ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj | 511 ++++++++++++++++++++++++++++++++++++++++++-------------- 1 files changed, 381 insertions(+), 130 deletions(-) diff --git a/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj b/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj index 1e8c9bd..ab30cf1 100644 --- a/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj +++ b/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj @@ -40,7 +40,7 @@ <EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk> <AndroidDexTool>d8</AndroidDexTool> <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> - <AndroidKeyStore></AndroidKeyStore> +<AndroidKeyStore></AndroidKeyStore> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -56,7 +56,6 @@ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> <AndroidDexTool>d8</AndroidDexTool> <AndroidUseAapt2>false</AndroidUseAapt2> - <AndroidKeyStore></AndroidKeyStore> </PropertyGroup> <ItemGroup> <Reference Include="BouncyCastle.Crypto, Version=1.8.1.0, Culture=neutral, PublicKeyToken=0e99375e54769942"> @@ -65,23 +64,14 @@ <Reference Include="FastAndroidCamera, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <HintPath>..\packages\FastAndroidCamera.2.0.0\lib\MonoAndroid403\FastAndroidCamera.dll</HintPath> </Reference> - <Reference Include="Microsoft.AppCenter, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> - <HintPath>..\packages\Microsoft.AppCenter.1.14.0\lib\MonoAndroid403\Microsoft.AppCenter.dll</HintPath> + <Reference Include="LeakCanary, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> + <HintPath>..\packages\LeakCanaryBinding.1.5.1.1\lib\MonoAndroid10\LeakCanary.dll</HintPath> </Reference> - <Reference Include="Microsoft.AppCenter.Analytics, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> - <HintPath>..\packages\Microsoft.AppCenter.Analytics.1.14.0\lib\MonoAndroid403\Microsoft.AppCenter.Analytics.dll</HintPath> + <Reference Include="LeakCanary.Analyzer, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> + <HintPath>..\packages\LeakCanaryBinding.1.5.1.1\lib\MonoAndroid10\LeakCanary.Analyzer.dll</HintPath> </Reference> - <Reference Include="Microsoft.AppCenter.Analytics.Android.Bindings, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> - <HintPath>..\packages\Microsoft.AppCenter.Analytics.1.14.0\lib\MonoAndroid403\Microsoft.AppCenter.Analytics.Android.Bindings.dll</HintPath> - </Reference> - <Reference Include="Microsoft.AppCenter.Android.Bindings, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> - <HintPath>..\packages\Microsoft.AppCenter.1.14.0\lib\MonoAndroid403\Microsoft.AppCenter.Android.Bindings.dll</HintPath> - </Reference> - <Reference Include="Microsoft.AppCenter.Crashes, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> - <HintPath>..\packages\Microsoft.AppCenter.Crashes.1.14.0\lib\MonoAndroid403\Microsoft.AppCenter.Crashes.dll</HintPath> - </Reference> - <Reference Include="Microsoft.AppCenter.Crashes.Android.Bindings, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> - <HintPath>..\packages\Microsoft.AppCenter.Crashes.1.14.0\lib\MonoAndroid403\Microsoft.AppCenter.Crashes.Android.Bindings.dll</HintPath> + <Reference Include="LeakCanary.Watcher, Version=1.5.1.0, Culture=neutral, processorArchitecture=MSIL"> + <HintPath>..\packages\LeakCanaryBinding.1.5.1.1\lib\MonoAndroid10\LeakCanary.Watcher.dll</HintPath> </Reference> <Reference Include="Shared.Droid"> <HintPath>..\Shared\DLL\Android\Shared.Droid.dll</HintPath> @@ -101,77 +91,74 @@ <Reference Include="System.Xml" /> <Reference Include="System.Core" /> <Reference Include="Mono.Android" /> - <Reference Include="Newtonsoft.Json"> - <HintPath>..\Shared\DLL\Newtonsoft.Json.dll</HintPath> - </Reference> <Reference Include="System.Web.Services" /> <Reference Include="Security"> <HintPath>..\Shared\DLL\Security.dll</HintPath> </Reference> <Reference Include="System.IO.Compression" /> <Reference Include="System.Net.Http" /> - <Reference Include="MQTTnet.Core"> - <HintPath>..\packages\MQTTnet.2.4.0\lib\netstandard1.3\MQTTnet.Core.dll</HintPath> - </Reference> <Reference Include="MQTTnet"> - <HintPath>..\packages\MQTTnet.3.0.8\lib\netstandard2.0\MQTTnet.dll</HintPath> + <HintPath>..\packages\MQTTnet.3.0.13\lib\netstandard2.1\MQTTnet.dll</HintPath> </Reference> <Reference Include="BouncyCastle.Crypto"> <HintPath>..\packages\BouncyCastle.Crypto.dll.1.8.1\lib\BouncyCastle.Crypto.dll</HintPath> </Reference> <Reference Include="Microsoft.AppCenter.Android.Bindings"> - <HintPath>..\packages\Microsoft.AppCenter.1.14.0\lib\MonoAndroid403\Microsoft.AppCenter.Android.Bindings.dll</HintPath> + <HintPath>..\packages\Microsoft.AppCenter.4.0.0\lib\MonoAndroid50\Microsoft.AppCenter.Android.Bindings.dll</HintPath> </Reference> <Reference Include="Microsoft.AppCenter"> - <HintPath>..\packages\Microsoft.AppCenter.1.14.0\lib\MonoAndroid403\Microsoft.AppCenter.dll</HintPath> + <HintPath>..\packages\Microsoft.AppCenter.4.0.0\lib\MonoAndroid50\Microsoft.AppCenter.dll</HintPath> </Reference> <Reference Include="Microsoft.AppCenter.Crashes.Android.Bindings"> - <HintPath>..\packages\Microsoft.AppCenter.Crashes.1.14.0\lib\MonoAndroid403\Microsoft.AppCenter.Crashes.Android.Bindings.dll</HintPath> + <HintPath>..\packages\Microsoft.AppCenter.Crashes.4.0.0\lib\MonoAndroid50\Microsoft.AppCenter.Crashes.Android.Bindings.dll</HintPath> </Reference> <Reference Include="Microsoft.AppCenter.Crashes"> - <HintPath>..\packages\Microsoft.AppCenter.Crashes.1.14.0\lib\MonoAndroid403\Microsoft.AppCenter.Crashes.dll</HintPath> + <HintPath>..\packages\Microsoft.AppCenter.Crashes.4.0.0\lib\MonoAndroid50\Microsoft.AppCenter.Crashes.dll</HintPath> </Reference> <Reference Include="Microsoft.AppCenter.Analytics.Android.Bindings"> - <HintPath>..\packages\Microsoft.AppCenter.Analytics.1.14.0\lib\MonoAndroid403\Microsoft.AppCenter.Analytics.Android.Bindings.dll</HintPath> + <HintPath>..\packages\Microsoft.AppCenter.Analytics.4.0.0\lib\MonoAndroid50\Microsoft.AppCenter.Analytics.Android.Bindings.dll</HintPath> </Reference> <Reference Include="Microsoft.AppCenter.Analytics"> - <HintPath>..\packages\Microsoft.AppCenter.Analytics.1.14.0\lib\MonoAndroid403\Microsoft.AppCenter.Analytics.dll</HintPath> + <HintPath>..\packages\Microsoft.AppCenter.Analytics.4.0.0\lib\MonoAndroid50\Microsoft.AppCenter.Analytics.dll</HintPath> + </Reference> + <Reference Include="testLibs"> + <HintPath>..\Shared\DLL\Android\testLibs.dll</HintPath> </Reference> <Reference Include="Xamarin.Android.Arch.Core.Common"> - <HintPath>..\Shared\DLL\Android\Xamarin.Android.Arch.Core.Common.dll</HintPath> + <HintPath>..\packages\Xamarin.Android.Arch.Core.Common.1.1.1.3\lib\monoandroid80\Xamarin.Android.Arch.Core.Common.dll</HintPath> </Reference> <Reference Include="Xamarin.Android.Arch.Lifecycle.Common"> - <HintPath>..\Shared\DLL\Android\Xamarin.Android.Arch.Lifecycle.Common.dll</HintPath> + <HintPath>..\packages\Xamarin.Android.Arch.Lifecycle.Common.1.1.1.3\lib\monoandroid80\Xamarin.Android.Arch.Lifecycle.Common.dll</HintPath> </Reference> <Reference Include="Xamarin.Android.Arch.Lifecycle.Runtime"> - <HintPath>..\Shared\DLL\Android\Xamarin.Android.Arch.Lifecycle.Runtime.dll</HintPath> + <HintPath>..\packages\Xamarin.Android.Arch.Lifecycle.Runtime.1.1.1.3\lib\monoandroid80\Xamarin.Android.Arch.Lifecycle.Runtime.dll</HintPath> </Reference> <Reference Include="Xamarin.Android.Support.Animated.Vector.Drawable"> <HintPath>..\Shared\DLL\Android\Xamarin.Android.Support.Animated.Vector.Drawable.dll</HintPath> </Reference> <Reference Include="Xamarin.Android.Support.Annotations"> - <HintPath>..\Shared\DLL\Android\Xamarin.Android.Support.Annotations.dll</HintPath> + <HintPath>..\packages\Xamarin.Android.Support.Annotations.28.0.0.3\lib\monoandroid80\Xamarin.Android.Support.Annotations.dll</HintPath> </Reference> <Reference Include="Xamarin.Android.Support.Compat"> - <HintPath>..\Shared\DLL\Android\Xamarin.Android.Support.Compat.dll</HintPath> + <HintPath>..\packages\Xamarin.Android.Support.Compat.28.0.0.3\lib\monoandroid80\Xamarin.Android.Support.Compat.dll</HintPath> </Reference> <Reference Include="Xamarin.Android.Support.Core.UI"> - <HintPath>..\Shared\DLL\Android\Xamarin.Android.Support.Core.UI.dll</HintPath> + <HintPath>..\packages\Xamarin.Android.Support.Core.UI.28.0.0.3\lib\monoandroid80\Xamarin.Android.Support.Core.UI.dll</HintPath> </Reference> <Reference Include="Xamarin.Android.Support.Core.Utils"> - <HintPath>..\Shared\DLL\Android\Xamarin.Android.Support.Core.Utils.dll</HintPath> + <HintPath>..\packages\Xamarin.Android.Support.Core.Utils.28.0.0.3\lib\monoandroid80\Xamarin.Android.Support.Core.Utils.dll</HintPath> </Reference> <Reference Include="Xamarin.Android.Support.Design"> <HintPath>..\Shared\DLL\Android\Xamarin.Android.Support.Design.dll</HintPath> </Reference> <Reference Include="Xamarin.Android.Support.Fragment"> - <HintPath>..\Shared\DLL\Android\Xamarin.Android.Support.Fragment.dll</HintPath> + <HintPath>..\packages\Xamarin.Android.Support.Fragment.28.0.0.3\lib\monoandroid80\Xamarin.Android.Support.Fragment.dll</HintPath> </Reference> <Reference Include="Xamarin.Android.Support.Media.Compat"> - <HintPath>..\Shared\DLL\Android\Xamarin.Android.Support.Media.Compat.dll</HintPath> + <HintPath>..\packages\Xamarin.Android.Support.Media.Compat.28.0.0.3\lib\monoandroid80\Xamarin.Android.Support.Media.Compat.dll</HintPath> </Reference> <Reference Include="Xamarin.Android.Support.v4"> - <HintPath>..\Shared\DLL\Android\Xamarin.Android.Support.v4.dll</HintPath> + <HintPath>..\packages\Xamarin.Android.Support.v4.28.0.0.3\lib\monoandroid80\Xamarin.Android.Support.v4.dll</HintPath> </Reference> <Reference Include="Xamarin.Android.Support.v7.AppCompat"> <HintPath>..\Shared\DLL\Android\Xamarin.Android.Support.v7.AppCompat.dll</HintPath> @@ -191,121 +178,168 @@ <Reference Include="ZXingNetMobile, Version=2.4.1.0, Culture=neutral, processorArchitecture=MSIL"> <HintPath>..\packages\ZXing.Net.Mobile.2.4.1\lib\MonoAndroid71\ZXingNetMobile.dll</HintPath> </Reference> - <Reference Include="testLibs"> - <HintPath>..\Shared\DLL\Android\testLibs.dll</HintPath> + <Reference Include="Newtonsoft.Json"> + <HintPath>..\Shared\DLL\Newtonsoft.Json.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> <Compile Include="Application.cs" /> - <Compile Include="Resources\Resource.designer.cs" /> - <Compile Include="Properties\AssemblyInfo.cs" /> - <Compile Include="ZXing\ZXingCustomScanView.cs" /> - <Compile Include="ZXing\ZXingOverlayView.cs" /> - <Compile Include="FengLinVideo\Interface\VideoState.cs" /> <Compile Include="FengLinVideo\Forms\MonitorFragment.cs" /> <Compile Include="FengLinVideo\Forms\ReverseCallFragment.cs" /> + <Compile Include="FengLinVideo\Interface\VideoState.cs" /> <Compile Include="FengLinVideo\widget\TipDiaglog.cs" /> + <Compile Include="Resources\Resource.designer.cs" /> + <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="VideoActivity.cs" /> + <Compile Include="ZXing\ZXingCustomScanView.cs" /> + <Compile Include="ZXing\ZXingOverlayView.cs" /> </ItemGroup> <ItemGroup> <None Include="app.config" /> + <AndroidAsset Include="Assets\DeviceName.ini" /> <None Include="packages.config" /> <None Include="Resources\AboutResources.txt" /> <None Include="Properties\AndroidManifest.xml"> <SubType>Designer</SubType> </None> + <AndroidAsset Include="Assets\Phone\ZigeeLogic\airquality.png" /> + <AndroidAsset Include="Assets\Phone\ZigeeLogic\airqualityselected.png" /> </ItemGroup> <ItemGroup> <AndroidResource Include="Resources\layout\Main.axml" /> <AndroidResource Include="Resources\values\Strings.xml" /> <AndroidResource Include="Resources\values\Styles.xml" /> <AndroidResource Include="Resources\layout\activity_video_phone.xml"> - <SubType></SubType> - <Generator></Generator> + <SubType> + </SubType> + <Generator> + </Generator> </AndroidResource> <AndroidResource Include="Resources\layout\dialog_tip.xml"> - <SubType></SubType> - <Generator></Generator> + <SubType> + </SubType> + <Generator> + </Generator> </AndroidResource> <AndroidResource Include="Resources\layout\fragment_call.axml"> - <SubType></SubType> - <Generator></Generator> + <SubType> + </SubType> + <Generator> + </Generator> </AndroidResource> <AndroidResource Include="Resources\layout\fragment_monitor.xml"> - <SubType></SubType> - <Generator></Generator> + <SubType> + </SubType> + <Generator> + </Generator> </AndroidResource> <AndroidResource Include="Resources\drawable\back.png"> - <SubType></SubType> - <Generator></Generator> + <SubType> + </SubType> + <Generator> + </Generator> </AndroidResource> <AndroidResource Include="Resources\drawable\call.png"> - <SubType></SubType> - <Generator></Generator> + <SubType> + </SubType> + <Generator> + </Generator> </AndroidResource> <AndroidResource Include="Resources\drawable\dialog_background.xml"> - <SubType></SubType> - <Generator></Generator> + <SubType> + </SubType> + <Generator> + </Generator> </AndroidResource> <AndroidResource Include="Resources\drawable\floor.png"> - <SubType></SubType> - <Generator></Generator> + <SubType> + </SubType> + <Generator> + </Generator> </AndroidResource> <AndroidResource Include="Resources\drawable\hangup.png"> - <SubType></SubType> - <Generator></Generator> + <SubType> + </SubType> + <Generator> + </Generator> </AndroidResource> <AndroidResource Include="Resources\drawable\screenshot_def.png"> - <SubType></SubType> - <Generator></Generator> + <SubType> + </SubType> + <Generator> + </Generator> </AndroidResource> <AndroidResource Include="Resources\drawable\screenshot_sel.png"> - <SubType></SubType> - <Generator></Generator> + <SubType> + </SubType> + <Generator> + </Generator> </AndroidResource> <AndroidResource Include="Resources\drawable\screenshot.xml"> - <SubType></SubType> - <Generator></Generator> + <SubType> + </SubType> + <Generator> + </Generator> </AndroidResource> <AndroidResource Include="Resources\drawable\sure_background_def.xml"> - <SubType></SubType> - <Generator></Generator> + <SubType> + </SubType> + <Generator> + </Generator> </AndroidResource> <AndroidResource Include="Resources\drawable\sure_background_sel.xml"> - <SubType></SubType> - <Generator></Generator> + <SubType> + </SubType> + <Generator> + </Generator> </AndroidResource> <AndroidResource Include="Resources\drawable\tip_background.xml"> - <SubType></SubType> - <Generator></Generator> + <SubType> + </SubType> + <Generator> + </Generator> </AndroidResource> <AndroidResource Include="Resources\drawable\unlock_def.png"> - <SubType></SubType> - <Generator></Generator> + <SubType> + </SubType> + <Generator> + </Generator> </AndroidResource> <AndroidResource Include="Resources\drawable\unlock_disable.png"> - <SubType></SubType> - <Generator></Generator> + <SubType> + </SubType> + <Generator> + </Generator> </AndroidResource> <AndroidResource Include="Resources\drawable\unlock_sel.png"> - <SubType></SubType> - <Generator></Generator> + <SubType> + </SubType> + <Generator> + </Generator> </AndroidResource> <AndroidResource Include="Resources\drawable\unlock.xml"> - <SubType></SubType> - <Generator></Generator> + <SubType> + </SubType> + <Generator> + </Generator> </AndroidResource> <AndroidResource Include="Resources\drawable\video_background.xml"> - <SubType></SubType> - <Generator></Generator> + <SubType> + </SubType> + <Generator> + </Generator> </AndroidResource> <AndroidResource Include="Resources\color\text_color.xml"> - <SubType></SubType> - <Generator></Generator> + <SubType> + </SubType> + <Generator> + </Generator> </AndroidResource> <AndroidResource Include="Resources\values\Color.xml"> - <SubType></SubType> - <Generator></Generator> + <SubType> + </SubType> + <Generator> + </Generator> </AndroidResource> </ItemGroup> <ItemGroup> @@ -345,7 +379,7 @@ <AndroidAsset Include="Assets\Phone\Account\Code.png" /> <AndroidAsset Include="Assets\Phone\Account\HidePwd.png" /> <AndroidAsset Include="Assets\Phone\Account\Logo_loginBG.png" /> - <AndroidAsset Include="Assets\Phone\Account\Logo_White.png" /> + <AndroidAsset Include="Assets\Phone\Account\Logo_Evoyo.png" /> <AndroidAsset Include="Assets\Phone\Account\Password.png" /> <AndroidAsset Include="Assets\Phone\Account\PhoneEmail_White.png" /> <AndroidAsset Include="Assets\Phone\Account\UnhidePwd.png" /> @@ -631,19 +665,6 @@ <AndroidAsset Include="Assets\Phone\Safeguard\ProtectionRemoveHomeSelected.png" /> <AndroidAsset Include="Assets\Phone\Safeguard\WithdrawGarrison.png" /> <AndroidAsset Include="Assets\Phone\Safeguard\WithdrawGarrisonSelected.png" /> - <AndroidAsset Include="Assets\Phone\ZigeeLogic\seek.png" /> - <AndroidAsset Include="Assets\Phone\ZigeeLogic\back1.png" /> - <AndroidAsset Include="Assets\Phone\ZigeeLogic\nightLight.png" /> - <AndroidAsset Include="Assets\Phone\ZigeeLogic\nightLightSelected.png" /> - <AndroidAsset Include="Assets\Phone\ZigeeLogic\addLuminosity.png" /> - <AndroidAsset Include="Assets\Phone\ZigeeLogic\lesLuminositys.png" /> - <AndroidAsset Include="Assets\Phone\ZigeeLogic\tipIcon.png" /> - <AndroidAsset Include="Assets\Phone\ZigeeLogic\selectedsensor541.png" /> - <AndroidAsset Include="Assets\Phone\ZigeeLogic\sensor541.png" /> - <AndroidAsset Include="Assets\Phone\Item\videoIntercom.png" /> - <AndroidAsset Include="Assets\Phone\Item\videoIntercomNext.png" /> - <AndroidAsset Include="Assets\Phone\ZigeeLogic\iconBackgroundColor1.png" /> - <AndroidAsset Include="Assets\Phone\ZigeeLogic\iconSelectedBackgroundColor1.png" /> </ItemGroup> <ItemGroup> <AndroidAsset Include="Assets\Phone\Item\InputAccountIcon.png" /> @@ -1582,7 +1603,7 @@ <AndroidAsset Include="Assets\Phone\RealDevice\Repeater.png" /> </ItemGroup> <ItemGroup> - <AndroidAsset Include="Assets\Phone\RealDevice\SensorTemperatrueHumidity.png" /> + <AndroidAsset Include="Assets\Phone\RealDevice\SensorTemperatureHumidity.png" /> </ItemGroup> <ItemGroup> <AndroidAsset Include="Assets\Phone\Center\MainBack1.png" /> @@ -2341,12 +2362,6 @@ <AndroidAsset Include="Assets\Phone\RealDevice\ButtonPanelSimpleMultifunction.png" /> </ItemGroup> <ItemGroup> - <AndroidAsset Include="Assets\Phone\SmartSound\CheckBoxDef.png" /> - </ItemGroup> - <ItemGroup> - <AndroidAsset Include="Assets\Phone\SmartSound\CheckBoxSel.png" /> - </ItemGroup> - <ItemGroup> <AndroidAsset Include="Assets\Phone\SmartSound\Nickname.png" /> </ItemGroup> <ItemGroup> @@ -2367,6 +2382,249 @@ <ItemGroup> <AndroidAsset Include="Assets\Phone\Item\ColorTemperatureBar.png" /> </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\ZigeeLogic\back1.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\ZigeeLogic\nightLight.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\ZigeeLogic\nightLightSelected.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\ZigeeLogic\seek.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\BindPic\Curtain.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\BindPic\EmptyTargets.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\BindPic\EmptyTargetsSelected.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\BindPic\Roller.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\BindPic\Switch.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\ZigeeLogic\addLuminosity.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\ZigeeLogic\lesLuminositys.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\ZigeeLogic\selectedsensor541.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\ZigeeLogic\sensor541.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\ZigeeLogic\tipIcon.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Device\SensorSphericalMotion.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Device\SensorSphericalMotionSelected.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Device\SensorSphericalMotionSelected2.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Instruct\SensorSphericalMotion.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\RealDevice\SensorSphericalMotion.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Item\Battery.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Item\BatterySelected.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Item\videoIntercom.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Item\videoIntercomNext.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Item\SynchronizationSelected.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\ZigeeLogic\iconBackgroundColor1.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\ZigeeLogic\iconSelectedBackgroundColor1.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\BindPic\CorrectTemperatureBackGround.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\BindPic\TemperaTureAdd.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\BindPic\TemperaTureAttention.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\BindPic\TemperaTureReduction.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Account\Logo_WhiteHome.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Device\SensorMotionSelected2.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Device\SensorEmergencyButton.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Device\SensorEmergencyButtonSelected.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Device\SensorEmergencyButtonSelected2.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Device\SensorMotion.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Device\SensorMotionSelected.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Item\ScanQrCodeGroud.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Item\TransferOfResidence.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Item\AdjustFailIcon.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Item\AdjustSuccessIcon.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Item\TransferOfResidenceIcon.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Gateway\GatewayIcon16.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\SmartSound\Sibici.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Item\ReplaceIconSelected.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Gateway\GatewayIcon.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Gateway\GatewayIcon10.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Gateway\GatewayIcon12.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Gateway\GatewayIcon13.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Gateway\GatewayIcon15.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Airer\Airer216.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Airer\AirerFunPic.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Airer\AirerOnrange108.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Airer\DetailAirerPic.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Airer\DisinfectOffline.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Airer\DisinfectSelected.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Airer\Down.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Airer\DownOffline.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Airer\Dry.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Airer\DryOffline.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Airer\FunctionPic.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Airer\LightOffline.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Airer\LightSelected.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Airer\Stop.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Airer\StopOffline.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Airer\Up.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Airer\UpOffline.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Airer\Wind.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Airer\WindOffline.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Device\Airer.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Device\AirerSelected.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Device\AirerSelected2.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Device\AirQualitySensor.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Device\AirQualitySensorSelected.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Device\AirQualitySensorSelected2.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\DoorLock\AddFaceIDTipPic.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\DoorLock\faceId.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\DoorLock\faceIdOn.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Instruct\Airer.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\Instruct\AirQualitySensor.png" /> + </ItemGroup> + <ItemGroup> + <AndroidAsset Include="Assets\Phone\RealDevice\Airer.png" /> + </ItemGroup> <Import Project="..\Shared\Shared.projitems" Label="Shared" Condition="Exists('..\Shared\Shared.projitems')" /> <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" /> <Import Project="..\packages\Xamarin.Android.Support.Annotations.26.0.2\build\MonoAndroid80\Xamarin.Android.Support.Annotations.targets" Condition="Exists('..\packages\Xamarin.Android.Support.Annotations.26.0.2\build\MonoAndroid80\Xamarin.Android.Support.Annotations.targets')" /> @@ -2378,22 +2636,15 @@ <Import Project="..\packages\Xamarin.Android.Support.v4.26.0.2\build\MonoAndroid80\Xamarin.Android.Support.v4.targets" Condition="Exists('..\packages\Xamarin.Android.Support.v4.26.0.2\build\MonoAndroid80\Xamarin.Android.Support.v4.targets')" /> <Import Project="..\packages\Xamarin.Android.Support.Vector.Drawable.26.0.2\build\MonoAndroid80\Xamarin.Android.Support.Vector.Drawable.targets" Condition="Exists('..\packages\Xamarin.Android.Support.Vector.Drawable.26.0.2\build\MonoAndroid80\Xamarin.Android.Support.Vector.Drawable.targets')" /> <Import Project="..\packages\Xamarin.Android.Support.Animated.Vector.Drawable.26.0.2\build\MonoAndroid80\Xamarin.Android.Support.Animated.Vector.Drawable.targets" Condition="Exists('..\packages\Xamarin.Android.Support.Animated.Vector.Drawable.26.0.2\build\MonoAndroid80\Xamarin.Android.Support.Animated.Vector.Drawable.targets')" /> - <Import Project="..\packages\Xamarin.Android.Support.Compat.25.4.0.1\build\MonoAndroid70\Xamarin.Android.Support.Compat.targets" Condition="Exists('..\packages\Xamarin.Android.Support.Compat.25.4.0.1\build\MonoAndroid70\Xamarin.Android.Support.Compat.targets')" /> - <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> - <PropertyGroup> - <ErrorText>杩欏彴璁$畻鏈轰笂缂哄皯姝ら」鐩紩鐢ㄧ殑 NuGet 绋嬪簭鍖呫�備娇鐢ㄢ�淣uGet 绋嬪簭鍖呰繕鍘熲�濆彲涓嬭浇杩欎簺绋嬪簭鍖呫�傛湁鍏虫洿澶氫俊鎭紝璇峰弬瑙� http://go.microsoft.com/fwlink/?LinkID=322105銆傜己灏戠殑鏂囦欢鏄� {0}銆�</ErrorText> - </PropertyGroup> - <Error Condition="!Exists('..\packages\Xamarin.Android.Support.Compat.25.4.0.1\build\MonoAndroid70\Xamarin.Android.Support.Compat.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Android.Support.Compat.25.4.0.1\build\MonoAndroid70\Xamarin.Android.Support.Compat.targets'))" /> - <Error Condition="!Exists('..\packages\Xamarin.Android.Support.Core.UI.25.4.0.1\build\MonoAndroid70\Xamarin.Android.Support.Core.UI.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Android.Support.Core.UI.25.4.0.1\build\MonoAndroid70\Xamarin.Android.Support.Core.UI.targets'))" /> - <Error Condition="!Exists('..\packages\Xamarin.Android.Support.Core.Utils.25.4.0.1\build\MonoAndroid70\Xamarin.Android.Support.Core.Utils.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Android.Support.Core.Utils.25.4.0.1\build\MonoAndroid70\Xamarin.Android.Support.Core.Utils.targets'))" /> - <Error Condition="!Exists('..\packages\Xamarin.Android.Support.Media.Compat.25.4.0.1\build\MonoAndroid70\Xamarin.Android.Support.Media.Compat.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Android.Support.Media.Compat.25.4.0.1\build\MonoAndroid70\Xamarin.Android.Support.Media.Compat.targets'))" /> - <Error Condition="!Exists('..\packages\Xamarin.Android.Support.Fragment.25.4.0.1\build\MonoAndroid70\Xamarin.Android.Support.Fragment.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Android.Support.Fragment.25.4.0.1\build\MonoAndroid70\Xamarin.Android.Support.Fragment.targets'))" /> - <Error Condition="!Exists('..\packages\Xamarin.Android.Support.v4.25.4.0.1\build\MonoAndroid70\Xamarin.Android.Support.v4.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Android.Support.v4.25.4.0.1\build\MonoAndroid70\Xamarin.Android.Support.v4.targets'))" /> - </Target> - <Import Project="..\packages\Xamarin.Android.Support.Core.UI.25.4.0.1\build\MonoAndroid70\Xamarin.Android.Support.Core.UI.targets" Condition="Exists('..\packages\Xamarin.Android.Support.Core.UI.25.4.0.1\build\MonoAndroid70\Xamarin.Android.Support.Core.UI.targets')" /> - <Import Project="..\packages\Xamarin.Android.Support.Core.Utils.25.4.0.1\build\MonoAndroid70\Xamarin.Android.Support.Core.Utils.targets" Condition="Exists('..\packages\Xamarin.Android.Support.Core.Utils.25.4.0.1\build\MonoAndroid70\Xamarin.Android.Support.Core.Utils.targets')" /> - <Import Project="..\packages\Xamarin.Android.Support.Media.Compat.25.4.0.1\build\MonoAndroid70\Xamarin.Android.Support.Media.Compat.targets" Condition="Exists('..\packages\Xamarin.Android.Support.Media.Compat.25.4.0.1\build\MonoAndroid70\Xamarin.Android.Support.Media.Compat.targets')" /> - <Import Project="..\packages\Xamarin.Android.Support.Fragment.25.4.0.1\build\MonoAndroid70\Xamarin.Android.Support.Fragment.targets" Condition="Exists('..\packages\Xamarin.Android.Support.Fragment.25.4.0.1\build\MonoAndroid70\Xamarin.Android.Support.Fragment.targets')" /> - <Import Project="..\packages\Xamarin.Android.Support.v4.25.4.0.1\build\MonoAndroid70\Xamarin.Android.Support.v4.targets" Condition="Exists('..\packages\Xamarin.Android.Support.v4.25.4.0.1\build\MonoAndroid70\Xamarin.Android.Support.v4.targets')" /> - <Import Project="..\packages\NETStandard.Library.2.0.0\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('..\packages\NETStandard.Library.2.0.0\build\netstandard2.0\NETStandard.Library.targets')" /> + <Import Project="..\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('..\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets')" /> + <Import Project="..\packages\Xamarin.Android.Support.Annotations.28.0.0.3\build\monoandroid80\Xamarin.Android.Support.Annotations.targets" Condition="Exists('..\packages\Xamarin.Android.Support.Annotations.28.0.0.3\build\monoandroid80\Xamarin.Android.Support.Annotations.targets')" /> + <Import Project="..\packages\Xamarin.Android.Arch.Core.Common.1.1.1.3\build\monoandroid80\Xamarin.Android.Arch.Core.Common.targets" Condition="Exists('..\packages\Xamarin.Android.Arch.Core.Common.1.1.1.3\build\monoandroid80\Xamarin.Android.Arch.Core.Common.targets')" /> + <Import Project="..\packages\Xamarin.Android.Arch.Lifecycle.Common.1.1.1.3\build\monoandroid80\Xamarin.Android.Arch.Lifecycle.Common.targets" Condition="Exists('..\packages\Xamarin.Android.Arch.Lifecycle.Common.1.1.1.3\build\monoandroid80\Xamarin.Android.Arch.Lifecycle.Common.targets')" /> + <Import Project="..\packages\Xamarin.Android.Arch.Lifecycle.Runtime.1.1.1.3\build\monoandroid80\Xamarin.Android.Arch.Lifecycle.Runtime.targets" Condition="Exists('..\packages\Xamarin.Android.Arch.Lifecycle.Runtime.1.1.1.3\build\monoandroid80\Xamarin.Android.Arch.Lifecycle.Runtime.targets')" /> + <Import Project="..\packages\Xamarin.Android.Support.Compat.28.0.0.3\build\monoandroid80\Xamarin.Android.Support.Compat.targets" Condition="Exists('..\packages\Xamarin.Android.Support.Compat.28.0.0.3\build\monoandroid80\Xamarin.Android.Support.Compat.targets')" /> + <Import Project="..\packages\Xamarin.Android.Support.Core.UI.28.0.0.3\build\monoandroid80\Xamarin.Android.Support.Core.UI.targets" Condition="Exists('..\packages\Xamarin.Android.Support.Core.UI.28.0.0.3\build\monoandroid80\Xamarin.Android.Support.Core.UI.targets')" /> + <Import Project="..\packages\Xamarin.Android.Support.Core.Utils.28.0.0.3\build\monoandroid80\Xamarin.Android.Support.Core.Utils.targets" Condition="Exists('..\packages\Xamarin.Android.Support.Core.Utils.28.0.0.3\build\monoandroid80\Xamarin.Android.Support.Core.Utils.targets')" /> + <Import Project="..\packages\Xamarin.Android.Support.Fragment.28.0.0.3\build\monoandroid80\Xamarin.Android.Support.Fragment.targets" Condition="Exists('..\packages\Xamarin.Android.Support.Fragment.28.0.0.3\build\monoandroid80\Xamarin.Android.Support.Fragment.targets')" /> + <Import Project="..\packages\Xamarin.Android.Support.Media.Compat.28.0.0.3\build\monoandroid80\Xamarin.Android.Support.Media.Compat.targets" Condition="Exists('..\packages\Xamarin.Android.Support.Media.Compat.28.0.0.3\build\monoandroid80\Xamarin.Android.Support.Media.Compat.targets')" /> + <Import Project="..\packages\Xamarin.Android.Support.v4.28.0.0.3\build\monoandroid80\Xamarin.Android.Support.v4.targets" Condition="Exists('..\packages\Xamarin.Android.Support.v4.28.0.0.3\build\monoandroid80\Xamarin.Android.Support.v4.targets')" /> </Project> \ No newline at end of file -- Gitblit v1.8.0