| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup> |
| | | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| | | <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform> |
| | | <ProjectGuid>{F1296E2C-3777-4385-85B2-DA77617E3178}</ProjectGuid> |
| | | <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
| | | <TemplateGuid>{edc1b0fa-90cd-4038-8fad-98fe74adb368}</TemplateGuid> |
| | | <OutputType>Exe</OutputType> |
| | | <RootNamespace>Home.IOS</RootNamespace> |
| | | <AssemblyName>Home.IOS</AssemblyName> |
| | | <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix> |
| | | <MtouchEnableSGenConc>true</MtouchEnableSGenConc> |
| | | <MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler> |
| | | <RestoreProjectStyle>PackageReference</RestoreProjectStyle> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' "> |
| | | <DebugSymbols>true</DebugSymbols> |
| | | <DebugType>full</DebugType> |
| | | <Optimize>false</Optimize> |
| | | <OutputPath>bin\iPhoneSimulator\Debug</OutputPath> |
| | | <DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;DEBUG;iOS</DefineConstants> |
| | | <ErrorReport>prompt</ErrorReport> |
| | | <WarningLevel>4</WarningLevel> |
| | | <MtouchArch>x86_64</MtouchArch> |
| | | <MtouchLink>None</MtouchLink> |
| | | <MtouchDebug>true</MtouchDebug> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' "> |
| | | <DebugType>none</DebugType> |
| | | <Optimize>true</Optimize> |
| | | <OutputPath>bin\iPhoneSimulator\Release</OutputPath> |
| | | <DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;iOS</DefineConstants> |
| | | <ErrorReport>prompt</ErrorReport> |
| | | <WarningLevel>4</WarningLevel> |
| | | <MtouchLink>None</MtouchLink> |
| | | <MtouchArch>x86_64</MtouchArch> |
| | | <CodesignKey>iPhone Developer</CodesignKey> |
| | | <ConsolePause>true</ConsolePause> |
| | | <MtouchInterpreter> |
| | | </MtouchInterpreter> |
| | | <IpaMetadata> |
| | | </IpaMetadata> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' "> |
| | | <DebugSymbols>true</DebugSymbols> |
| | | <DebugType>full</DebugType> |
| | | <Optimize>false</Optimize> |
| | | <OutputPath>bin\iPhone\Debug</OutputPath> |
| | | <DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;iOS;DEBUG;</DefineConstants> |
| | | <ErrorReport>prompt</ErrorReport> |
| | | <WarningLevel>4</WarningLevel> |
| | | <MtouchArch>ARM64</MtouchArch> |
| | | <CodesignEntitlements>Entitlements.plist</CodesignEntitlements> |
| | | <CodesignKey>iPhone Developer</CodesignKey> |
| | | <MtouchDebug>true</MtouchDebug> |
| | | <MtouchExtraArgs>-gcc_flags -dead_strip</MtouchExtraArgs> |
| | | <MtouchI18n>cjk</MtouchI18n> |
| | | <CodesignProvision>ComEvoyoHomeDevelopment20200806</CodesignProvision> |
| | | <MtouchHttpClientHandler>CFNetworkHandler</MtouchHttpClientHandler> |
| | | <OnDemandResourcesInitialInstallTags> |
| | | </OnDemandResourcesInitialInstallTags> |
| | | <OnDemandResourcesInitialInstallTags> |
| | | </OnDemandResourcesInitialInstallTags> |
| | | <OnDemandResourcesPrefetchOrder> |
| | | </OnDemandResourcesPrefetchOrder> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' "> |
| | | <DebugType>none</DebugType> |
| | | <Optimize>true</Optimize> |
| | | <OutputPath>bin\iPhone\Release</OutputPath> |
| | | <DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;iOS;Release;</DefineConstants> |
| | | <ErrorReport>prompt</ErrorReport> |
| | | <WarningLevel>4</WarningLevel> |
| | | <CodesignEntitlements>Entitlements.plist</CodesignEntitlements> |
| | | <MtouchArch>ARM64</MtouchArch> |
| | | <CodesignKey>iPhone Developer: xuebiao huang (4P32GXQWWK)</CodesignKey> |
| | | <MtouchI18n>cjk</MtouchI18n> |
| | | <DeviceSpecificBuild>true</DeviceSpecificBuild> |
| | | <MtouchExtraArgs>-gcc_flags -dead_strip</MtouchExtraArgs> |
| | | <CodesignProvision>ComEvoyoHomeDevelopment20200806</CodesignProvision> |
| | | </PropertyGroup> |
| | | <ItemGroup> |
| | | <Reference Include="System" /> |
| | | <Reference Include="System.Xml" /> |
| | | <Reference Include="System.Core" /> |
| | | <Reference Include="Xamarin.iOS" /> |
| | | <Reference Include="System.Numerics" /> |
| | | <Reference Include="System.Numerics.Vectors" /> |
| | | <Reference Include="Shared.IOS"> |
| | | <HintPath>..\Shared\DLL\IOS\Shared.IOS.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="Shared.IOS.TBL"> |
| | | <HintPath>..\Shared\DLL\IOS\Shared.IOS.TBL.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="Newtonsoft.Json"> |
| | | <HintPath>..\Shared\DLL\Newtonsoft.Json.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="BouncyCastle.Crypto"> |
| | | <HintPath>..\packages\BouncyCastle.Crypto.dll.1.8.1\lib\BouncyCastle.Crypto.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="System.Net.Http" /> |
| | | <Reference Include="Shared.IOS.ESVideoPhoneSDK"> |
| | | <HintPath>..\Shared\DLL\IOS\Shared.IOS.ESVideoPhoneSDK.dll</HintPath> |
| | | </Reference> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <PackageReference Include="Xamarin.Essentials" Version="1.2.0" /> |
| | | <PackageReference Include="MQTTnet"> |
| | | <Version>3.0.8</Version> |
| | | </PackageReference> |
| | | <PackageReference Include="ZXing.Net.Mobile"> |
| | | <Version>2.4.1</Version> |
| | | </PackageReference> |
| | | <PackageReference Include="Microsoft.AppCenter.Crashes"> |
| | | <Version>2.6.1</Version> |
| | | </PackageReference> |
| | | <PackageReference Include="Microsoft.AppCenter"> |
| | | <Version>2.6.1</Version> |
| | | </PackageReference> |
| | | <PackageReference Include="Microsoft.AppCenter.Analytics"> |
| | | <Version>2.6.1</Version> |
| | | </PackageReference> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <Folder Include="Resources\" /> |
| | | <Folder Include="Resources\Phone\RoomIcon\" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <InterfaceDefinition Include="LaunchScreen.storyboard" /> |
| | | <InterfaceDefinition Include="Main.storyboard" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <None Include="Info.plist" /> |
| | | <None Include="Entitlements.plist" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <Compile Include="Main.cs" /> |
| | | <Compile Include="AppDelegate.cs" /> |
| | | <Compile Include="SceneDelegate.cs" /> |
| | | <Compile Include="ViewController.cs" /> |
| | | <Compile Include="ViewController.designer.cs"> |
| | | <DependentUpon>ViewController.cs</DependentUpon> |
| | | </Compile> |
| | | <Compile Include="MainViewController.cs" /> |
| | | <Compile Include="MainViewController.designer.cs"> |
| | | <DependentUpon>MainViewController.cs</DependentUpon> |
| | | </Compile> |
| | | <Compile Include="ViewControllerBase.cs" /> |
| | | <Compile Include="Reachability.cs" /> |
| | | <Compile Include="ZXingOverlayView.cs" /> |
| | | <Compile Include="ESVideo.cs" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <ProjectReference Include="..\Elian.iOS\Elian.iOS.csproj"> |
| | | <Project>{85F1AF50-75A6-4011-B811-56B32DA77568}</Project> |
| | | <Name>Elian.iOS</Name> |
| | | </ProjectReference> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\Contents.json"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1920_1080.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\3840_2160.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1242_2688.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\828_1792.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\2688_1242.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1792_828.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1125_2436.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\2436_1125.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1242_2208.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\750_1334.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\2208_1242.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\2048_2732.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\640_960.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\640_1136.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\768_1024.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1536_2048.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1024_768.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\2048_1536.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\320_480.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\640_960-1.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\640_1136-1.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\768_1004.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1536_2008.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\768_1024-1.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1536_2048-1.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1024_748.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\2048_1496.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1024_768-1.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\2048_1536-1.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1920_1080-1.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\3840_2160-1.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\40_40.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\60_60.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\58_58.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\87_87.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\80_80.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\120_120.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\120_120-1.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\180_180.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\20_20.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\40_40-1.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\29_29.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\58_58-1.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\40_40-2.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\80_80-1.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\76_76.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\152_152.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\167_167.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\1024_1024.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\120_120-2.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\180_180-1.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\58_58-2.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\87_87-1.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\80_80-2.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\1024_1024-1.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\512_512.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\512_512-1.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\1024_1024-2.png"> |
| | | <Visible>false</Visible> |
| | | </ImageAsset> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <BundleResource Include="Resources\Language.ini" /> |
| | | <BundleResource Include="Resources\DeviceName.ini" /> |
| | | <BundleResource Include="Resources\Phone\Guide\RightIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Guide\LeftIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Guide\Finger.png" /> |
| | | <BundleResource Include="Resources\Phone\Guide\WorkRoomIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Guide\Arrows2.png" /> |
| | | <BundleResource Include="Resources\Phone\Guide\Arrows1.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\RoomCardView.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\ItemSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\ItemUnSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\ItemUnSelected_Black.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\RoomCardShadow.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\FavoriteRoom.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\IconBackground.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\Temperature.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\List.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\NoNameRoom.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\IconSelectedBackground.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\Room_Rectangle.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\RoomCardView_Name.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\Humidity.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\RoomShadow.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\AddBackground.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\CurtainSiphonate.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\PanelFreshAir.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\SensorPir.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\RelayThreeLoad.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\CurtainAutoOpen.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\SensorInfrared.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\AirSwitchCloudContr.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\SensorTemperatureHumidity.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\PanelFangyueTwoButton.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\ButtonPanelSimpleEnvironment.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\PanelCurtain.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\PanelFangyueFourButton.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\SensorSphericalMotion.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\PanelFourButton.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\AirConditionerZbGateway.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\SensorCeilingGas.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\IntelligentLocksH06C.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\SensorDoorWindow.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\ButtonPanelSimpleMultifunction.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\SensorFire.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\SensorPMTwoPointFive.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\PanelThreeButton.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\SensorCarbonMonoxide.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\DimmableLightOneLoad.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\PanelFangyueEightButton.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\RepeaterZigbee.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\SensorWater.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\DeviceSearch.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\PanelFangyueEnvironment.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\PanelTwoButton.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Add.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Reduce.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Mode_Heat2.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Swing_4.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Swing_AutoSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Fan_MiddleSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Swing_5.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Swing_4Selected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Fan_Height.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Swing_1.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\OpenOrCloseSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Swing_1Selected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Mode_Dry.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Group.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\AC_TIP.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Swing_2.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Swing_3.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Fan_Low.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Swing_2Selected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Mode_Heat.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Mode_Fan.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Path.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Swing_Auto.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Mode_Cool.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Fan_Middle.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Mode_Fan2.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Mode_CoolSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Mode_Dry2.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Swing_5Selected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\OpenOrClose.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\SwingBackground.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Fan_HeightSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Mode_DrySelected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Mode_AutoSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Mode_Auto.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\SelectedFanModeBG.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Mode_Cool2.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Mode_HeatSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Swing_3Selected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Mode_FanSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Fan_LowSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\SelectedModeBG.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\8.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\9.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\14.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\28.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\29.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\15.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\17.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\16.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\12.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\13.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\11.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\10.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\21.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\20.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\22.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\23.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\27.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\32.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\26.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\18.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\30.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\24.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\25.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\31.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\19.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\4.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\5.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\7.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\6.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\2.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\3.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\1.png" /> |
| | | <BundleResource Include="Resources\Phone\MenuGroud\TopRightMenu1_2.png" /> |
| | | <BundleResource Include="Resources\Phone\MenuGroud\TopRightMenu1_3.png" /> |
| | | <BundleResource Include="Resources\Phone\MenuGroud\TopRightMenu1_1.png" /> |
| | | <BundleResource Include="Resources\Phone\MenuGroud\TopRightMenu1_4.png" /> |
| | | <BundleResource Include="Resources\Phone\MenuGroud\TopRightMenu1_5.png" /> |
| | | <BundleResource Include="Resources\Phone\MenuGroud\TopRightMenu2_3.png" /> |
| | | <BundleResource Include="Resources\Phone\MenuGroud\TopRightMenu2_2.png" /> |
| | | <BundleResource Include="Resources\Phone\MenuGroud\TopRightMenu2_1.png" /> |
| | | <BundleResource Include="Resources\Phone\MenuGroud\TopRightMenu2_5.png" /> |
| | | <BundleResource Include="Resources\Phone\MenuGroud\TopRightMenu2_4.png" /> |
| | | <BundleResource Include="Resources\Phone\MenuGroud\TopRightMenu2_6.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneCardIcon\8.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneCardIcon\9.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneCardIcon\12.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneCardIcon\13.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneCardIcon\11.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneCardIcon\10.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneCardIcon\4.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneCardIcon\5.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneCardIcon\7.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneCardIcon\6.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneCardIcon\2.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneCardIcon\3.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneCardIcon\1.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneCardIcon\0.png" /> |
| | | <BundleResource Include="Resources\Phone\DeviceItem\MiniNightLightDevice.png" /> |
| | | <BundleResource Include="Resources\Phone\DeviceItem\PanelFangyueTwoButtonTable.png" /> |
| | | <BundleResource Include="Resources\Phone\DeviceItem\PanelTable.png" /> |
| | | <BundleResource Include="Resources\Phone\DeviceItem\PanelFangyueEightButtonTable.png" /> |
| | | <BundleResource Include="Resources\Phone\DeviceItem\ButtonPanelFangyueEnvironmentBigPic.png" /> |
| | | <BundleResource Include="Resources\Phone\DeviceItem\PanelFangyueFourButtonTable.png" /> |
| | | <BundleResource Include="Resources\Phone\Center\Abount.png" /> |
| | | <BundleResource Include="Resources\Phone\Center\ResidenceManagement.png" /> |
| | | <BundleResource Include="Resources\Phone\Center\Backup.png" /> |
| | | <BundleResource Include="Resources\Phone\Center\MenberManagement.png" /> |
| | | <BundleResource Include="Resources\Phone\Center\ImperialCrown.png" /> |
| | | <BundleResource Include="Resources\Phone\Center\Opinion.png" /> |
| | | <BundleResource Include="Resources\Phone\Center\DeviceManagement.png" /> |
| | | <BundleResource Include="Resources\Phone\Center\MainBack2.png" /> |
| | | <BundleResource Include="Resources\Phone\Center\MainBack1.png" /> |
| | | <BundleResource Include="Resources\Phone\Center\Admin.png" /> |
| | | <BundleResource Include="Resources\Phone\Center\SafetyManagement.png" /> |
| | | <BundleResource Include="Resources\Phone\FreshAir\FreshAirRealDevicePic.png" /> |
| | | <BundleResource Include="Resources\Phone\FreshAir\FreshAirPic.png" /> |
| | | <BundleResource Include="Resources\Phone\Navigation\CategorySelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Navigation\Category.png" /> |
| | | <BundleResource Include="Resources\Phone\Navigation\HomeSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Navigation\Home.png" /> |
| | | <BundleResource Include="Resources\Phone\Navigation\Setting.png" /> |
| | | <BundleResource Include="Resources\Phone\Navigation\SettingSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\SmartSound\PullDown.png" /> |
| | | <BundleResource Include="Resources\Phone\SmartSound\Xiaodu.png" /> |
| | | <BundleResource Include="Resources\Phone\SmartSound\Xiaoai.png" /> |
| | | <BundleResource Include="Resources\Phone\SmartSound\Nickname.png" /> |
| | | <BundleResource Include="Resources\Phone\SmartSound\SoundIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\SmartSound\Tianmao.png" /> |
| | | <BundleResource Include="Resources\Phone\RollerShade\Stop.png" /> |
| | | <BundleResource Include="Resources\Phone\RollerShade\DownSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\RollerShade\Up.png" /> |
| | | <BundleResource Include="Resources\Phone\RollerShade\Down.png" /> |
| | | <BundleResource Include="Resources\Phone\RollerShade\StopSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\RollerShade\OpenSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\RollerShade\UpSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\RollerShade\Open.png" /> |
| | | <BundleResource Include="Resources\Phone\RollerShade\CloseSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\RollerShade\Close.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneIcon\8.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneIcon\9.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneIcon\12.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneIcon\13.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneIcon\11.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneIcon\10.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneIcon\4.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneIcon\5.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneIcon\7.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneIcon\6.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneIcon\2.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneIcon\3.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneIcon\1.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneIcon\0.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\EmptyTargets.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\BindEmptyPic.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\Curtain.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\TemperaTureReduction.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\BindLeft.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\FreshAirIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\Roller.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\BindAdd.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\BindDown.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\EmptyTargetsSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\BindRoomColor.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\Switch.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\TemperaTureAdd.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\BindRight.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\CorrectTemperatureBackGround.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\TemperaTureAttention.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\BindRoomColorOn.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\DistributeUnlockIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\TypeIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\LowPower.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\TemPasswordInvisiable.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\NormallyOpenOffline.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\UnLockButton.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\AddFailedPic.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\SelectedIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\Fingerprint207.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\VolumeIconOn.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\DoorLockPicClose.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\TempPasswordBackground.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\AddFingerprintTipPic.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\FavoriteIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\RightIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\ShareIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\NormallyOpen.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\DateIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\DoorLockOpen.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\UnlockSuccess.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\DoorLockClose.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\Power60.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\UnLockBlankPic.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\Power100.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\DelIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\PowerOffline.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\ProgressBackground.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\CancelIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\TemPasswordVisiable.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\proximityCard.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\EntrySuccessIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\proximityCardOn.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\RemoteUnlockIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\MemberIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\Left.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\Fingerprint.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\DooorLockPicOpen.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\DelBackground.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\Password.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\UnselectedIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\AddIcCardTipPic.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\Switch.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\AddIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\DoorLockUserPic.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\Power40.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\AllMethod.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\RecordIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\FingerprintOn.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\VisitorIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\Power80.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\TempPasswordBackground1.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\DoorlockPicture.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\UnlockFailed.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\AddPasswordTicPic.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\AllMethodOn.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\NormallyOpenOn.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\VolumeIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\SettingIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\DoorlockIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\SideslipPic.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\SwitchOn.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\RoomPic.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\PasswordOn.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\AllMethodIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\UnLockSideslipIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\UndistributeIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Logo\Logo.png" /> |
| | | <BundleResource Include="Resources\Phone\Logo\StartBackGroud.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Shared.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\RoomIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Add.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\PickerColorWheel.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Switch1.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\RoomIconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Check.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\ScanQrCodeGroud.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\MessageManagement.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Add_GW.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Battery.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Switch2.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\MessageSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\PhoneBook.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\PersentIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\WrongIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\RoomIconBackground.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\AdjustSuccessIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\PlusSign2.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\DateSearchIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Time.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\DownLoad.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\CloseIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\NotShardPic.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\NoBindGW.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\DownTriangle.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\RightIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\SwitchSelected1.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\DeviceLimitGroundSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\QRCode.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\ScanQRcodeIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\LogicMsgIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\ColorTemperatureBar.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\InputAccountIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\NormallyOpen.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\ItemSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\UnLockSuccess.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\GarrisonList.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\SafetyShortcut_item.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\ItemUnSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\NowAcctionTip.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\VirtualFrame.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\DeleteIcon2Selected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\FunctionCardView.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\ForgotPswList.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\ProgressBubbles.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Down.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\SafetyShortcut.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\CollectionSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Room.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\SeekBarIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Category_FunctionBG.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Remote.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\ScreeningType.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\TransferOfResidenceIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Safety.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\UpTriangle.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\CreatFloor.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\CancelIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\WarningIcon1.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\HadAuthority.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Drop_Down.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\MessageManagementSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\HidenPWD.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\House.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\GwSwitchIconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\MemberNotEsixtPic.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\NewVersion.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\RoomIconBackgroundSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Point.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Search.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\SwitchSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Check1.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\NextSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\SafetyShortcut_itemSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Timer.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\PlusSign2Selected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\ShardMenu.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\UnLockFail.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\ProgressMsg.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\SynchronizationSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\BottomButtonGround.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\AutoBackup.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\TransferOfResidence.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\BatterySelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Category_FunctionBGSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\NoFunction.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\DeleteIcon2.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Switch2Selected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\MyHome.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\PswSettionSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\SelectFloor_Left.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Add_Category.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\ResidenceIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\SafetyShortcut_background.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Tips.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\DeviceLimitGround.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Switch.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\GwSwitchIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\DeleteIcon1.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\HouseSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\videoIntercomNext.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Floor.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\videoIntercom.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\MinusSign2.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\AdjustFailIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\NotAuthority.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\IndoorUnitGround.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\FixedPositionSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Collection1.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\CreatFloorSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Collection.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\SelectFloor_Right.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\UpperTriangle.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\SceneCard.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Next.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\UnHidenPWD.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\OpenIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\FunctionCardViewSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\More.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\PswSettion.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\MinusSign2Selected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\CollectionSelected1.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\SceneMsgIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Check1Selected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\FailIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Message.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\FixedPosition.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\GarrisonListSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Back.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\RightNext.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\FunctionViewBG.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\SceneFunctionBG.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\SelectHouse.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\ScanQRcodeIconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\InputAccountIconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\PM2.5Sensor\PmPic.png" /> |
| | | <BundleResource Include="Resources\Phone\PM2.5Sensor\TemperaturePic.png" /> |
| | | <BundleResource Include="Resources\Phone\PM2.5Sensor\HumidityPic.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\deviceselectedbackgroundcolor.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\sensor541.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\add.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\sensor0.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedsensor13.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\noMode.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\logicbj1.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\dimmableLight.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\athome.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\function1.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selecteddoorlock.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\logicbj2.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\lesLuminositys.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\nosecurity.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\time.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedsenor.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\position.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\noon.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedmonth.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedsensor277.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\ac.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\curtain.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\doorlock.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\progressbtn2.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\nodelay.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\addLuminosity.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\withdrawal.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\logicaddcolor.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\sensor13.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\iconSelectedBackgroundColor1.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\nightLight.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\logicclose.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\function.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\Ddmmablelight.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\security1.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\delay.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\sunrise.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\progressbtn_2.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\temperature.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\AddSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\nightLightSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\seek.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\light_1.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\sign.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selected.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\connect.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\scene1.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\point.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\airswitch.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\leavehome.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\timeparagraph.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\light.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedsensor44.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedsensor541.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\back1.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedpanel.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\nofunction.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\panel.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\sensor277.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedsensor43.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedsensor42.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\sensor22.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\iconBackgroundColor.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\dropdown.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\lockadd.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedhumidity.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\delay1.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedlight.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedsensor40.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\deviceunselectedbackgroundcolor.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\sensor21.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedsensor0.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\next.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\iconBackgroundColor1.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\iconSelectedBackgroundColor.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\security.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\sensor44.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\noscene.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selecteddimmableLight.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\timepoint.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\sensor40.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\humidity.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\tipIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\2.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedac.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\openMode.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedsensor21.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\nextIconSone.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\3.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\back.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedtemperature.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedairswitch.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\sunset.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\sensor43.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\scene.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\1.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedcurtain.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedsensor22.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\drop-down.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\logicopen.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\sensor42.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\DimmableLightSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\CurtainSiphonate.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\Socket1Selected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\DimmableLight.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ColorLightTemperatureSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelTwo.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\RelayEpointSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ConverterZb485Selected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelSimpleMultifunctionSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelCurtainSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\DimmableLightSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorPir.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorSphericalMotionSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorFireSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueEnvironmentSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\LightSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\RelaySelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ColorLightTemperatureSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ColorLightTemperature.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorWaterSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorHumiditySelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\RelayThreeLoad.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\CurtainAutoOpen.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorTemperatureSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\IntelligentLocksH06CSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\CurtainSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\Relay.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirQualitySensorEpoint.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorWaterSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorInfrared.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueFreshAir.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\Curtain.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SwitchSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirSwitchCloudContr.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\Socket1.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirConditionerSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\RelayThreeLoadSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorCarbonMonoxideSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFour.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\RelayEpointSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorCeilingGasSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorTemperatureHumidity.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\RepeaterZigbeeSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelCurtainSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorDoorWindowSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\RelayThreeLoadSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\DryContactSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelCurtain.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorCarbonMonoxideSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ConverterZb485.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueFreshAirSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\Repeater.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueFour.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorInfraredSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorHumidity.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirConditionerEpointSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\CurtainAutoOpenSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\Sensor.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\FreshAirEpointSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\RepeaterSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorCeilingGasSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirSwitchSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ConverterSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirSwitchSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirQualitySensorEpointSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorMotionSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\IntelligentLocksSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\RelaySelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\Socket1Selected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\IntelligentLocks.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelSimpleEnvironment.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ConverterZb485Selected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ColorLightSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorEmergencyButton.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirSwitch.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\IntelligentLocksH06CSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SwitchSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelTwoSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorDoorWindowSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\Light.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueTwoSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ThirdPartyDevice.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirConditionerZbGatewaySelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueEightSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorMotion.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorSphericalMotion.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueEnvironment.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelOneSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelSimpleMultifunctionSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirConditionerEpoint.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorTemperatureHumiditySelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirConditionerEpointSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorPMTwoPointFiveSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\DryContactSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\CurtainSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelSimpleEnvironmentSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\Converter.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirConditioner.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorFireSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ColorLight.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirConditionerZbGatewaySelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirQualitySensorEpointSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\Switch.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirConditionerSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanel.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelTwoSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\FreshAirEpointSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorEmergencyButtonSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirConditionerZbGateway.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\DryContact.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirSwitchCloudContrSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFourSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelOneSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorPirSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorCeilingGas.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\CurtainSiphonateSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\LightSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelThreeSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\IntelligentLocksH06C.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueEightSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorPMTwoPointFiveSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\IntelligentLocksSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\CurtainSiphonateSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorDoorWindow.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelSimpleMultifunction.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelOne.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueEight.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\CurtainAutoOpenSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueFourSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ThirdPartyDeviceSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ThirdPartyDeviceSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorTemperature.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorFire.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\DimmableLightOneLoadSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorTemperatureSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueTwoSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\FreshAirEpoint.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ColorLightSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\DimmableLightOneLoadSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelThree.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorInfraredSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\RepeaterSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorPMTwoPointFive.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ConverterSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorEmergencyButtonSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\RepeaterZigbeeSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorCarbonMonoxide.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFourSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorSphericalMotionSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\DimmableLightOneLoad.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorHumiditySelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorPirSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorMotionSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelSimpleEnvironmentSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirSwitchCloudContrSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueTwo.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\RelayEpoint.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\RepeaterZigbee.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorWater.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelThreeSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueFreshAirSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorTemperatureHumiditySelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueFourSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueEnvironmentSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Light\DeskLampSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Light\ON.png" /> |
| | | <BundleResource Include="Resources\Phone\Light\Plug.png" /> |
| | | <BundleResource Include="Resources\Phone\Light\PlugSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Light\OFFSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Light\ONSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Light\OFF.png" /> |
| | | <BundleResource Include="Resources\Phone\Light\OnOff.png" /> |
| | | <BundleResource Include="Resources\Phone\Light\DeskLamp.png" /> |
| | | <BundleResource Include="Resources\Phone\Safeguard\WithdrawGarrison.png" /> |
| | | <BundleResource Include="Resources\Phone\Safeguard\SafetyShortcut.png" /> |
| | | <BundleResource Include="Resources\Phone\Safeguard\ProtectionRemoveHomeSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Safeguard\ProtectionRemoveHome.png" /> |
| | | <BundleResource Include="Resources\Phone\Safeguard\WithdrawGarrisonSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Safeguard\SafeguardPasswordGround.png" /> |
| | | <BundleResource Include="Resources\Phone\Safeguard\SafetyShortcutSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Safeguard\ProtectionAtHomeSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Safeguard\ProtectionAtHome.png" /> |
| | | <BundleResource Include="Resources\Phone\Floor\SelectFloor_Left_5.png" /> |
| | | <BundleResource Include="Resources\Phone\Floor\SelectFloor_Left_4.png" /> |
| | | <BundleResource Include="Resources\Phone\Floor\SelectFloor_Right_4.png" /> |
| | | <BundleResource Include="Resources\Phone\Floor\SelectFloor_Right_5.png" /> |
| | | <BundleResource Include="Resources\Phone\Floor\SelectFloor_Right_1.png" /> |
| | | <BundleResource Include="Resources\Phone\Floor\SelectFloor_Left_3.png" /> |
| | | <BundleResource Include="Resources\Phone\Floor\SelectFloor_Left_2.png" /> |
| | | <BundleResource Include="Resources\Phone\Floor\SelectFloor_Right_2.png" /> |
| | | <BundleResource Include="Resources\Phone\Floor\FloorSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Floor\SelectFloor_Left_1.png" /> |
| | | <BundleResource Include="Resources\Phone\Floor\SelectFloor_Right_3.png" /> |
| | | <BundleResource Include="Resources\Phone\Floor\Floor.png" /> |
| | | <BundleResource Include="Resources\Phone\Account\Logo_WhiteHome.png" /> |
| | | <BundleResource Include="Resources\Phone\Account\Code.png" /> |
| | | <BundleResource Include="Resources\Phone\Account\Cancle.png" /> |
| | | <BundleResource Include="Resources\Phone\Account\HidePwd.png" /> |
| | | <BundleResource Include="Resources\Phone\Account\Account.png" /> |
| | | <BundleResource Include="Resources\Phone\Account\Cat.png" /> |
| | | <BundleResource Include="Resources\Phone\Account\Password.png" /> |
| | | <BundleResource Include="Resources\Phone\Account\QQ.png" /> |
| | | <BundleResource Include="Resources\Phone\Account\Logo_Evoyo.png" /> |
| | | <BundleResource Include="Resources\Phone\Account\PhoneEmail_White.png" /> |
| | | <BundleResource Include="Resources\Phone\Account\ChangeSuccess.png" /> |
| | | <BundleResource Include="Resources\Phone\Account\Wechat.png" /> |
| | | <BundleResource Include="Resources\Phone\Account\Logo_loginBG.png" /> |
| | | <BundleResource Include="Resources\Phone\Account\Back.png" /> |
| | | <BundleResource Include="Resources\Phone\Account\UnhidePwd.png" /> |
| | | <BundleResource Include="Resources\Phone\Scene\SceneShadow.png" /> |
| | | <BundleResource Include="Resources\Phone\Scene\Delaying.png" /> |
| | | <BundleResource Include="Resources\Phone\Scene\SceneActionGroud.png" /> |
| | | <BundleResource Include="Resources\Phone\Scene\Selected.png" /> |
| | | <BundleResource Include="Resources\Phone\Scene\Background.png" /> |
| | | <BundleResource Include="Resources\Phone\Scene\SceneIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\17Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\5IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\11IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\4Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\28Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\16IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\6IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\24IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\24IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\9IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\19IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\21Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\23IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\20IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\20Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\16Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\1IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\11IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\5Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\1IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\15IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\22Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\10IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\22IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\4IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\7Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\10IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\14Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\25IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\6Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\21IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\15Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\17IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\7IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\14IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\25IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\8IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\18IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\23Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\26Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\20IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\19Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\18IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\26IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\13IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\3Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\10Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\7IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\12IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\2IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\28IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\5IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\15IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\17IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\3IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\2Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\11Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\27Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\8IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\22IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\18Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\27IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\19IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\27IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\4IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\14IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\13Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\6IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\25Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\12IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\9Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\26IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\21IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\24Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\2IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\8Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\28IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\16IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\23IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\12Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\13IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\3IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\9IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\1Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\CurtainSiphonate.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\ButtonPanelTwo.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\SensorPir.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\RelayThreeLoad.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\ButtonPanelFourNotPower.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\CurtainAutoOpen.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\SensorInfrared.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\ButtonPanelFangyueFreshAir.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\AirSwitchCloudContr.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\ButtonPanelFour.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\SensorTemperatureHumidity.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\ButtonPanelCurtain.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\Repeater.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\ButtonPanelFangyueFour.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\ButtonPanelSimpleEnvironment.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\CommonDevice.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\SensorSphericalMotion.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\ButtonPanelFangyueEnvironment.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\AirConditionerZbGateway.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\SensorCeilingGas.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\IntelligentLocksH06C.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\SensorDoorWindow.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\ButtonPanelSimpleMultifunction.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\ButtonPanelFangyueEight.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\SensorFire.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\ButtonPanelThree.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\SensorPMTwoPointFive.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\SensorCarbonMonoxide.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\DimmableLightOneLoad.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\ButtonPanelFangyueTwo.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\SensorWater.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\WiredGatewaySearching.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\MiniGatewaySearching.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\WirelessGatewaySearching.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\MiniGateway.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\MiniGatewayDirection.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\GatewayIcon_6.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\RealGateway.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\WiredGatewayInstruct.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\WirelessApDirection.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\GatewayIcon11.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\GatewayIcon1.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\WirelessApGatewaySearching.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\RealGateway11.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\GatewayIcon6.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\WiredGateway.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\WirelessGateway.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\AddGatewaySuccess.png" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\0.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\1.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\2.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\3.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\4.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\5.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\6.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\7.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\8.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\9.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\10.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\11.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\12.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\13.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\14.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\15.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\16.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\17.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\18.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\19.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\20.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\21.jpg" /> |
| | | </ItemGroup> |
| | | <Import Project="..\Shared\Shared.projitems" Label="Shared" Condition="Exists('..\Shared\Shared.projitems')" /> |
| | | <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> |
| | | <PropertyGroup> |
| | | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| | | <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform> |
| | | <ProjectGuid>{F1296E2C-3777-4385-85B2-DA77617E3178}</ProjectGuid> |
| | | <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
| | | <TemplateGuid>{edc1b0fa-90cd-4038-8fad-98fe74adb368}</TemplateGuid> |
| | | <OutputType>Exe</OutputType> |
| | | <RootNamespace>Home.IOS</RootNamespace> |
| | | <AssemblyName>Home.IOS</AssemblyName> |
| | | <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix> |
| | | <MtouchEnableSGenConc>true</MtouchEnableSGenConc> |
| | | <MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler> |
| | | <RestoreProjectStyle>PackageReference</RestoreProjectStyle> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' "> |
| | | <DebugSymbols>true</DebugSymbols> |
| | | <DebugType>full</DebugType> |
| | | <Optimize>false</Optimize> |
| | | <OutputPath>bin\iPhoneSimulator\Debug</OutputPath> |
| | | <DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;DEBUG;iOS</DefineConstants> |
| | | <ErrorReport>prompt</ErrorReport> |
| | | <WarningLevel>4</WarningLevel> |
| | | <MtouchArch>x86_64</MtouchArch> |
| | | <MtouchLink>None</MtouchLink> |
| | | <MtouchDebug>true</MtouchDebug> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' "> |
| | | <DebugType>none</DebugType> |
| | | <Optimize>true</Optimize> |
| | | <OutputPath>bin\iPhoneSimulator\Release</OutputPath> |
| | | <DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;iOS</DefineConstants> |
| | | <ErrorReport>prompt</ErrorReport> |
| | | <WarningLevel>4</WarningLevel> |
| | | <MtouchLink>None</MtouchLink> |
| | | <MtouchArch>x86_64</MtouchArch> |
| | | <CodesignKey>iPhone Developer</CodesignKey> |
| | | <ConsolePause>true</ConsolePause> |
| | | <MtouchInterpreter></MtouchInterpreter> |
| | | <IpaMetadata></IpaMetadata> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' "> |
| | | <DebugSymbols>true</DebugSymbols> |
| | | <DebugType>full</DebugType> |
| | | <Optimize>false</Optimize> |
| | | <OutputPath>bin\iPhone\Debug</OutputPath> |
| | | <DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;iOS;DEBUG;</DefineConstants> |
| | | <ErrorReport>prompt</ErrorReport> |
| | | <WarningLevel>4</WarningLevel> |
| | | <MtouchArch>ARM64</MtouchArch> |
| | | <CodesignEntitlements>Entitlements.plist</CodesignEntitlements> |
| | | <CodesignKey>iPhone Developer</CodesignKey> |
| | | <MtouchDebug>true</MtouchDebug> |
| | | <MtouchExtraArgs>-gcc_flags -dead_strip</MtouchExtraArgs> |
| | | <MtouchI18n>cjk</MtouchI18n> |
| | | <CodesignProvision>ComEvoyoHomeDevelopment20200806</CodesignProvision> |
| | | <MtouchHttpClientHandler>CFNetworkHandler</MtouchHttpClientHandler> |
| | | <OnDemandResourcesInitialInstallTags></OnDemandResourcesInitialInstallTags> |
| | | <OnDemandResourcesInitialInstallTags></OnDemandResourcesInitialInstallTags> |
| | | <OnDemandResourcesPrefetchOrder></OnDemandResourcesPrefetchOrder> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' "> |
| | | <DebugType>none</DebugType> |
| | | <Optimize>true</Optimize> |
| | | <OutputPath>bin\iPhone\Release</OutputPath> |
| | | <DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;iOS;Release;</DefineConstants> |
| | | <ErrorReport>prompt</ErrorReport> |
| | | <WarningLevel>4</WarningLevel> |
| | | <CodesignEntitlements>Entitlements.plist</CodesignEntitlements> |
| | | <MtouchArch>ARM64</MtouchArch> |
| | | <CodesignKey>iPhone Developer: xuebiao huang (4P32GXQWWK)</CodesignKey> |
| | | <MtouchI18n>cjk</MtouchI18n> |
| | | <DeviceSpecificBuild>true</DeviceSpecificBuild> |
| | | <MtouchExtraArgs>-gcc_flags -dead_strip</MtouchExtraArgs> |
| | | <CodesignProvision>ComEvoyoHomeDevelopment20200806</CodesignProvision> |
| | | </PropertyGroup> |
| | | <ItemGroup> |
| | | <Reference Include="System" /> |
| | | <Reference Include="System.Xml" /> |
| | | <Reference Include="System.Core" /> |
| | | <Reference Include="Xamarin.iOS" /> |
| | | <Reference Include="System.Numerics" /> |
| | | <Reference Include="System.Numerics.Vectors" /> |
| | | <Reference Include="Shared.IOS"> |
| | | <HintPath>..\Shared\DLL\IOS\Shared.IOS.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="Shared.IOS.TBL"> |
| | | <HintPath>..\Shared\DLL\IOS\Shared.IOS.TBL.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="Newtonsoft.Json"> |
| | | <HintPath>..\Shared\DLL\Newtonsoft.Json.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="BouncyCastle.Crypto"> |
| | | <HintPath>..\packages\BouncyCastle.Crypto.dll.1.8.1\lib\BouncyCastle.Crypto.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="System.Net.Http" /> |
| | | <Reference Include="Shared.IOS.ESVideoPhoneSDK"> |
| | | <HintPath>..\Shared\DLL\IOS\Shared.IOS.ESVideoPhoneSDK.dll</HintPath> |
| | | </Reference> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <PackageReference Include="Xamarin.Essentials" Version="1.2.0" /> |
| | | <PackageReference Include="MQTTnet"> |
| | | <Version>3.0.8</Version> |
| | | </PackageReference> |
| | | <PackageReference Include="ZXing.Net.Mobile"> |
| | | <Version>2.4.1</Version> |
| | | </PackageReference> |
| | | <PackageReference Include="Microsoft.AppCenter.Crashes"> |
| | | <Version>2.6.1</Version> |
| | | </PackageReference> |
| | | <PackageReference Include="Microsoft.AppCenter"> |
| | | <Version>2.6.1</Version> |
| | | </PackageReference> |
| | | <PackageReference Include="Microsoft.AppCenter.Analytics"> |
| | | <Version>2.6.1</Version> |
| | | </PackageReference> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <Folder Include="Resources\" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <InterfaceDefinition Include="LaunchScreen.storyboard" /> |
| | | <InterfaceDefinition Include="Main.storyboard" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <None Include="Info.plist" /> |
| | | <None Include="Entitlements.plist" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <Compile Include="Main.cs" /> |
| | | <Compile Include="AppDelegate.cs" /> |
| | | <Compile Include="SceneDelegate.cs" /> |
| | | <Compile Include="ViewController.cs" /> |
| | | <Compile Include="ViewController.designer.cs"> |
| | | <DependentUpon>ViewController.cs</DependentUpon> |
| | | </Compile> |
| | | <Compile Include="MainViewController.cs" /> |
| | | <Compile Include="MainViewController.designer.cs"> |
| | | <DependentUpon>MainViewController.cs</DependentUpon> |
| | | </Compile> |
| | | <Compile Include="ViewControllerBase.cs" /> |
| | | <Compile Include="Reachability.cs" /> |
| | | <Compile Include="ZXingOverlayView.cs" /> |
| | | <Compile Include="ESVideo.cs" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <ProjectReference Include="..\Elian.iOS\Elian.iOS.csproj"> |
| | | <Project>{85F1AF50-75A6-4011-B811-56B32DA77568}</Project> |
| | | <Name>Elian.iOS</Name> |
| | | </ProjectReference> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\Contents.json" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1920_1080.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\3840_2160.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1242_2688.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\828_1792.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\2688_1242.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1792_828.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1125_2436.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\2436_1125.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1242_2208.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\750_1334.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\2208_1242.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\2048_2732.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\640_960.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\640_1136.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\768_1024.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1536_2048.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1024_768.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\2048_1536.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\320_480.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\640_960-1.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\640_1136-1.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\768_1004.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1536_2008.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\768_1024-1.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1536_2048-1.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1024_748.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\2048_1496.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1024_768-1.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\2048_1536-1.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1920_1080-1.png" /> |
| | | <ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\3840_2160-1.png" /> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\40_40.png" /> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\60_60.png" /> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\58_58.png" /> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\87_87.png" /> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\80_80.png" /> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\120_120.png" /> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\120_120-1.png" /> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\180_180.png" /> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\20_20.png" /> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\40_40-1.png" /> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\29_29.png" /> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\58_58-1.png" /> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\40_40-2.png" /> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\80_80-1.png" /> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\76_76.png" /> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\152_152.png" /> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\167_167.png" /> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\1024_1024.png" /> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\120_120-2.png" /> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\180_180-1.png" /> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\58_58-2.png" /> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\87_87-1.png" /> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\80_80-2.png" /> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\1024_1024-1.png" /> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\512_512.png" /> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\512_512-1.png" /> |
| | | <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\1024_1024-2.png" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <BundleResource Include="Resources\Language.ini" /> |
| | | <BundleResource Include="Resources\DeviceName.ini" /> |
| | | <BundleResource Include="Resources\Phone\Guide\RightIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Guide\LeftIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Guide\Finger.png" /> |
| | | <BundleResource Include="Resources\Phone\Guide\WorkRoomIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Guide\Arrows2.png" /> |
| | | <BundleResource Include="Resources\Phone\Guide\Arrows1.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\RoomCardView.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\ItemSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\ItemUnSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\ItemUnSelected_Black.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\RoomCardShadow.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\FavoriteRoom.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\IconBackground.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\Temperature.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\List.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\NoNameRoom.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\IconSelectedBackground.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\Room_Rectangle.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\RoomCardView_Name.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\Humidity.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\RoomShadow.png" /> |
| | | <BundleResource Include="Resources\Phone\Room\AddBackground.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\CurtainSiphonate.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\PanelFreshAir.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\SensorPir.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\RelayThreeLoad.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\CurtainAutoOpen.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\SensorInfrared.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\AirSwitchCloudContr.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\SensorTemperatureHumidity.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\PanelFangyueTwoButton.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\ButtonPanelSimpleEnvironment.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\PanelCurtain.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\PanelFangyueFourButton.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\SensorSphericalMotion.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\PanelFourButton.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\AirConditionerZbGateway.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\SensorCeilingGas.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\IntelligentLocksH06C.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\SensorDoorWindow.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\ButtonPanelSimpleMultifunction.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\SensorFire.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\SensorPMTwoPointFive.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\PanelThreeButton.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\SensorCarbonMonoxide.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\DimmableLightOneLoad.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\PanelFangyueEightButton.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\RepeaterZigbee.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\SensorWater.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\DeviceSearch.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\PanelFangyueEnvironment.png" /> |
| | | <BundleResource Include="Resources\Phone\Instruct\PanelTwoButton.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Add.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Reduce.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Mode_Heat2.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Swing_4.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Swing_AutoSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Fan_MiddleSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Swing_5.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Swing_4Selected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Fan_Height.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Swing_1.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\OpenOrCloseSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Swing_1Selected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Mode_Dry.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Group.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\AC_TIP.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Swing_2.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Swing_3.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Fan_Low.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Swing_2Selected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Mode_Heat.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Mode_Fan.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Path.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Swing_Auto.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Mode_Cool.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Fan_Middle.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Mode_Fan2.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Mode_CoolSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Mode_Dry2.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Swing_5Selected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\OpenOrClose.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\SwingBackground.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Fan_HeightSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Mode_DrySelected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Mode_AutoSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Mode_Auto.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\SelectedFanModeBG.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Mode_Cool2.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Mode_HeatSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Swing_3Selected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Mode_FanSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\Fan_LowSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\AC\SelectedModeBG.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\8.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\9.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\14.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\28.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\29.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\15.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\17.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\16.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\12.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\13.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\11.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\10.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\21.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\20.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\22.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\23.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\27.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\32.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\26.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\18.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\30.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\24.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\25.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\31.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\19.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\4.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\5.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\7.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\6.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\2.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\3.png" /> |
| | | <BundleResource Include="Resources\Phone\Loading\1.png" /> |
| | | <BundleResource Include="Resources\Phone\MenuGroud\TopRightMenu1_2.png" /> |
| | | <BundleResource Include="Resources\Phone\MenuGroud\TopRightMenu1_3.png" /> |
| | | <BundleResource Include="Resources\Phone\MenuGroud\TopRightMenu1_1.png" /> |
| | | <BundleResource Include="Resources\Phone\MenuGroud\TopRightMenu1_4.png" /> |
| | | <BundleResource Include="Resources\Phone\MenuGroud\TopRightMenu1_5.png" /> |
| | | <BundleResource Include="Resources\Phone\MenuGroud\TopRightMenu2_3.png" /> |
| | | <BundleResource Include="Resources\Phone\MenuGroud\TopRightMenu2_2.png" /> |
| | | <BundleResource Include="Resources\Phone\MenuGroud\TopRightMenu2_1.png" /> |
| | | <BundleResource Include="Resources\Phone\MenuGroud\TopRightMenu2_5.png" /> |
| | | <BundleResource Include="Resources\Phone\MenuGroud\TopRightMenu2_4.png" /> |
| | | <BundleResource Include="Resources\Phone\MenuGroud\TopRightMenu2_6.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneCardIcon\8.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneCardIcon\9.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneCardIcon\12.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneCardIcon\13.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneCardIcon\11.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneCardIcon\10.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneCardIcon\4.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneCardIcon\5.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneCardIcon\7.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneCardIcon\6.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneCardIcon\2.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneCardIcon\3.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneCardIcon\1.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneCardIcon\0.png" /> |
| | | <BundleResource Include="Resources\Phone\DeviceItem\MiniNightLightDevice.png" /> |
| | | <BundleResource Include="Resources\Phone\DeviceItem\PanelFangyueTwoButtonTable.png" /> |
| | | <BundleResource Include="Resources\Phone\DeviceItem\PanelTable.png" /> |
| | | <BundleResource Include="Resources\Phone\DeviceItem\PanelFangyueEightButtonTable.png" /> |
| | | <BundleResource Include="Resources\Phone\DeviceItem\ButtonPanelFangyueEnvironmentBigPic.png" /> |
| | | <BundleResource Include="Resources\Phone\DeviceItem\PanelFangyueFourButtonTable.png" /> |
| | | <BundleResource Include="Resources\Phone\Center\Abount.png" /> |
| | | <BundleResource Include="Resources\Phone\Center\ResidenceManagement.png" /> |
| | | <BundleResource Include="Resources\Phone\Center\Backup.png" /> |
| | | <BundleResource Include="Resources\Phone\Center\MenberManagement.png" /> |
| | | <BundleResource Include="Resources\Phone\Center\ImperialCrown.png" /> |
| | | <BundleResource Include="Resources\Phone\Center\Opinion.png" /> |
| | | <BundleResource Include="Resources\Phone\Center\DeviceManagement.png" /> |
| | | <BundleResource Include="Resources\Phone\Center\MainBack2.png" /> |
| | | <BundleResource Include="Resources\Phone\Center\MainBack1.png" /> |
| | | <BundleResource Include="Resources\Phone\Center\Admin.png" /> |
| | | <BundleResource Include="Resources\Phone\Center\SafetyManagement.png" /> |
| | | <BundleResource Include="Resources\Phone\FreshAir\FreshAirRealDevicePic.png" /> |
| | | <BundleResource Include="Resources\Phone\FreshAir\FreshAirPic.png" /> |
| | | <BundleResource Include="Resources\Phone\Navigation\CategorySelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Navigation\Category.png" /> |
| | | <BundleResource Include="Resources\Phone\Navigation\HomeSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Navigation\Home.png" /> |
| | | <BundleResource Include="Resources\Phone\Navigation\Setting.png" /> |
| | | <BundleResource Include="Resources\Phone\Navigation\SettingSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\SmartSound\PullDown.png" /> |
| | | <BundleResource Include="Resources\Phone\SmartSound\Xiaodu.png" /> |
| | | <BundleResource Include="Resources\Phone\SmartSound\Sibici.png" /> |
| | | <BundleResource Include="Resources\Phone\SmartSound\Xiaoai.png" /> |
| | | <BundleResource Include="Resources\Phone\SmartSound\Nickname.png" /> |
| | | <BundleResource Include="Resources\Phone\SmartSound\SoundIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\SmartSound\Tianmao.png" /> |
| | | <BundleResource Include="Resources\Phone\RollerShade\Stop.png" /> |
| | | <BundleResource Include="Resources\Phone\RollerShade\DownSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\RollerShade\Up.png" /> |
| | | <BundleResource Include="Resources\Phone\RollerShade\Down.png" /> |
| | | <BundleResource Include="Resources\Phone\RollerShade\StopSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\RollerShade\OpenSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\RollerShade\UpSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\RollerShade\Open.png" /> |
| | | <BundleResource Include="Resources\Phone\RollerShade\CloseSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\RollerShade\Close.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneIcon\8.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneIcon\9.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneIcon\12.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneIcon\13.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneIcon\11.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneIcon\10.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneIcon\4.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneIcon\5.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneIcon\7.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneIcon\6.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneIcon\2.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneIcon\3.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneIcon\1.png" /> |
| | | <BundleResource Include="Resources\Phone\SceneIcon\0.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\EmptyTargets.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\BindEmptyPic.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\Curtain.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\TemperaTureReduction.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\BindLeft.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\FreshAirIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\Roller.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\BindAdd.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\BindDown.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\EmptyTargetsSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\BindRoomColor.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\Switch.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\TemperaTureAdd.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\BindRight.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\CorrectTemperatureBackGround.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\TemperaTureAttention.png" /> |
| | | <BundleResource Include="Resources\Phone\BindPic\BindRoomColorOn.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\DistributeUnlockIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\TypeIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\LowPower.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\TemPasswordInvisiable.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\NormallyOpenOffline.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\UnLockButton.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\AddFailedPic.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\SelectedIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\Fingerprint207.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\VolumeIconOn.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\DoorLockPicClose.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\TempPasswordBackground.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\AddFingerprintTipPic.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\FavoriteIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\RightIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\ShareIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\NormallyOpen.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\DateIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\DoorLockOpen.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\UnlockSuccess.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\DoorLockClose.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\Power60.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\UnLockBlankPic.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\Power100.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\DelIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\PowerOffline.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\ProgressBackground.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\CancelIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\TemPasswordVisiable.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\proximityCard.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\EntrySuccessIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\proximityCardOn.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\RemoteUnlockIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\MemberIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\Left.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\Fingerprint.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\DooorLockPicOpen.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\DelBackground.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\Password.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\UnselectedIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\AddIcCardTipPic.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\Switch.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\AddIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\DoorLockUserPic.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\Power40.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\AllMethod.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\RecordIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\FingerprintOn.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\VisitorIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\Power80.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\TempPasswordBackground1.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\DoorlockPicture.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\UnlockFailed.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\AddPasswordTicPic.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\AllMethodOn.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\NormallyOpenOn.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\VolumeIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\SettingIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\DoorlockIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\SideslipPic.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\SwitchOn.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\RoomPic.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\PasswordOn.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\AllMethodIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\UnLockSideslipIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\DoorLock\UndistributeIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Logo\Logo.png" /> |
| | | <BundleResource Include="Resources\Phone\Logo\StartBackGroud.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Shared.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\RoomIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Add.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\PickerColorWheel.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Switch1.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\RoomIconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Check.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\ScanQrCodeGroud.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\MessageManagement.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Add_GW.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Battery.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Switch2.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\MessageSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\PhoneBook.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\PersentIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\WrongIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\RoomIconBackground.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\AdjustSuccessIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\PlusSign2.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\DateSearchIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Time.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\DownLoad.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\CloseIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\NotShardPic.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\NoBindGW.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\DownTriangle.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\RightIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\SwitchSelected1.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\DeviceLimitGroundSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\QRCode.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\ScanQRcodeIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\LogicMsgIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\ColorTemperatureBar.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\InputAccountIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\NormallyOpen.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\ItemSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\UnLockSuccess.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\GarrisonList.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\SafetyShortcut_item.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\ItemUnSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\NowAcctionTip.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\VirtualFrame.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\DeleteIcon2Selected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\FunctionCardView.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\ForgotPswList.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\ProgressBubbles.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Down.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\SafetyShortcut.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\CollectionSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Room.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\SeekBarIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Category_FunctionBG.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Remote.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\ScreeningType.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\TransferOfResidenceIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Safety.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\UpTriangle.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\CreatFloor.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\CancelIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\WarningIcon1.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\HadAuthority.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Drop_Down.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\MessageManagementSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\HidenPWD.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\House.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\GwSwitchIconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\MemberNotEsixtPic.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\NewVersion.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\RoomIconBackgroundSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Point.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Search.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\SwitchSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Check1.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\NextSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\SafetyShortcut_itemSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Timer.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\PlusSign2Selected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\ShardMenu.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\UnLockFail.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\ProgressMsg.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\SynchronizationSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\BottomButtonGround.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\AutoBackup.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\TransferOfResidence.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\BatterySelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Category_FunctionBGSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\NoFunction.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\DeleteIcon2.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Switch2Selected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\MyHome.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\PswSettionSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\SelectFloor_Left.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Add_Category.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\ResidenceIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\SafetyShortcut_background.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Tips.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\DeviceLimitGround.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Switch.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\GwSwitchIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\DeleteIcon1.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\HouseSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\videoIntercomNext.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Floor.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\videoIntercom.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\MinusSign2.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\AdjustFailIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\NotAuthority.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\IndoorUnitGround.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\FixedPositionSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Collection1.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\CreatFloorSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Collection.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\SelectFloor_Right.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\UpperTriangle.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\SceneCard.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Next.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\UnHidenPWD.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\OpenIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\FunctionCardViewSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\More.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\PswSettion.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\MinusSign2Selected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\CollectionSelected1.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\SceneMsgIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Check1Selected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\FailIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Message.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\FixedPosition.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\GarrisonListSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\Back.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\RightNext.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\FunctionViewBG.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\SceneFunctionBG.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\SelectHouse.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\ScanQRcodeIconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Item\InputAccountIconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\PM2.5Sensor\PmPic.png" /> |
| | | <BundleResource Include="Resources\Phone\PM2.5Sensor\TemperaturePic.png" /> |
| | | <BundleResource Include="Resources\Phone\PM2.5Sensor\HumidityPic.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\deviceselectedbackgroundcolor.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\sensor541.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\add.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\sensor0.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedsensor13.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\noMode.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\logicbj1.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\dimmableLight.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\athome.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\function1.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selecteddoorlock.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\logicbj2.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\lesLuminositys.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\nosecurity.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\time.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedsenor.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\position.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\noon.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedmonth.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedsensor277.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\ac.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\curtain.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\doorlock.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\progressbtn2.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\nodelay.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\addLuminosity.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\withdrawal.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\logicaddcolor.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\sensor13.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\iconSelectedBackgroundColor1.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\nightLight.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\logicclose.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\function.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\Ddmmablelight.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\security1.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\delay.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\sunrise.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\progressbtn_2.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\temperature.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\AddSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\nightLightSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\seek.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\light_1.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\sign.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selected.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\connect.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\scene1.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\point.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\airswitch.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\leavehome.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\timeparagraph.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\light.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedsensor44.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedsensor541.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\back1.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedpanel.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\nofunction.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\panel.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\sensor277.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedsensor43.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedsensor42.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\sensor22.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\iconBackgroundColor.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\dropdown.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\lockadd.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedhumidity.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\delay1.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedlight.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedsensor40.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\deviceunselectedbackgroundcolor.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\sensor21.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedsensor0.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\next.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\iconBackgroundColor1.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\iconSelectedBackgroundColor.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\security.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\sensor44.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\noscene.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selecteddimmableLight.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\timepoint.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\sensor40.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\humidity.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\tipIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\2.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedac.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\openMode.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedsensor21.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\nextIconSone.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\3.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\back.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedtemperature.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedairswitch.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\sunset.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\sensor43.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\scene.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\1.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedcurtain.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\selectedsensor22.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\drop-down.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\logicopen.png" /> |
| | | <BundleResource Include="Resources\Phone\ZigeeLogic\sensor42.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\DimmableLightSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\CurtainSiphonate.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\Socket1Selected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\DimmableLight.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ColorLightTemperatureSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelTwo.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\RelayEpointSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ConverterZb485Selected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelSimpleMultifunctionSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelCurtainSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\DimmableLightSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorPir.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorSphericalMotionSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorFireSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueEnvironmentSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\LightSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\RelaySelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ColorLightTemperatureSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ColorLightTemperature.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorWaterSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorHumiditySelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\RelayThreeLoad.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\CurtainAutoOpen.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorTemperatureSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\IntelligentLocksH06CSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\CurtainSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\Relay.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirQualitySensorEpoint.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorWaterSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorInfrared.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueFreshAir.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\Curtain.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SwitchSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirSwitchCloudContr.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\Socket1.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirConditionerSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\RelayThreeLoadSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorCarbonMonoxideSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFour.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\RelayEpointSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorCeilingGasSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorTemperatureHumidity.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\RepeaterZigbeeSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelCurtainSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorDoorWindowSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\RelayThreeLoadSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\DryContactSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelCurtain.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorCarbonMonoxideSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ConverterZb485.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueFreshAirSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\Repeater.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueFour.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorInfraredSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorHumidity.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirConditionerEpointSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\CurtainAutoOpenSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\Sensor.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\FreshAirEpointSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\RepeaterSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorCeilingGasSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirSwitchSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ConverterSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirSwitchSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirQualitySensorEpointSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorMotionSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\IntelligentLocksSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\RelaySelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\Socket1Selected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\IntelligentLocks.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelSimpleEnvironment.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ConverterZb485Selected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ColorLightSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorEmergencyButton.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirSwitch.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\IntelligentLocksH06CSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SwitchSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelTwoSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorDoorWindowSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\Light.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueTwoSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ThirdPartyDevice.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirConditionerZbGatewaySelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueEightSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorMotion.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorSphericalMotion.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueEnvironment.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelOneSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelSimpleMultifunctionSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirConditionerEpoint.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorTemperatureHumiditySelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirConditionerEpointSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorPMTwoPointFiveSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\DryContactSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\CurtainSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelSimpleEnvironmentSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\Converter.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirConditioner.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorFireSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ColorLight.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirConditionerZbGatewaySelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirQualitySensorEpointSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\Switch.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirConditionerSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanel.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelTwoSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\FreshAirEpointSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorEmergencyButtonSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirConditionerZbGateway.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\DryContact.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirSwitchCloudContrSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFourSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelOneSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorPirSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorCeilingGas.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\CurtainSiphonateSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\LightSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelThreeSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\IntelligentLocksH06C.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueEightSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorPMTwoPointFiveSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\IntelligentLocksSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\CurtainSiphonateSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorDoorWindow.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelSimpleMultifunction.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelOne.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueEight.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\CurtainAutoOpenSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueFourSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ThirdPartyDeviceSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ThirdPartyDeviceSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorTemperature.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorFire.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\DimmableLightOneLoadSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorTemperatureSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueTwoSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\FreshAirEpoint.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ColorLightSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\DimmableLightOneLoadSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelThree.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorInfraredSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\RepeaterSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorPMTwoPointFive.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ConverterSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorEmergencyButtonSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\RepeaterZigbeeSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorCarbonMonoxide.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFourSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorSphericalMotionSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\DimmableLightOneLoad.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorHumiditySelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorPirSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorMotionSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelSimpleEnvironmentSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\AirSwitchCloudContrSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueTwo.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\RelayEpoint.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\RepeaterZigbee.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorWater.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelThreeSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueFreshAirSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\SensorTemperatureHumiditySelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueFourSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Device\ButtonPanelFangyueEnvironmentSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\Light\DeskLampSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Light\ON.png" /> |
| | | <BundleResource Include="Resources\Phone\Light\Plug.png" /> |
| | | <BundleResource Include="Resources\Phone\Light\PlugSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Light\OFFSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Light\ONSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Light\OFF.png" /> |
| | | <BundleResource Include="Resources\Phone\Light\OnOff.png" /> |
| | | <BundleResource Include="Resources\Phone\Light\DeskLamp.png" /> |
| | | <BundleResource Include="Resources\Phone\Safeguard\WithdrawGarrison.png" /> |
| | | <BundleResource Include="Resources\Phone\Safeguard\SafetyShortcut.png" /> |
| | | <BundleResource Include="Resources\Phone\Safeguard\ProtectionRemoveHomeSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Safeguard\ProtectionRemoveHome.png" /> |
| | | <BundleResource Include="Resources\Phone\Safeguard\WithdrawGarrisonSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Safeguard\SafeguardPasswordGround.png" /> |
| | | <BundleResource Include="Resources\Phone\Safeguard\SafetyShortcutSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Safeguard\ProtectionAtHomeSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Safeguard\ProtectionAtHome.png" /> |
| | | <BundleResource Include="Resources\Phone\Floor\SelectFloor_Left_5.png" /> |
| | | <BundleResource Include="Resources\Phone\Floor\SelectFloor_Left_4.png" /> |
| | | <BundleResource Include="Resources\Phone\Floor\SelectFloor_Right_4.png" /> |
| | | <BundleResource Include="Resources\Phone\Floor\SelectFloor_Right_5.png" /> |
| | | <BundleResource Include="Resources\Phone\Floor\SelectFloor_Right_1.png" /> |
| | | <BundleResource Include="Resources\Phone\Floor\SelectFloor_Left_3.png" /> |
| | | <BundleResource Include="Resources\Phone\Floor\SelectFloor_Left_2.png" /> |
| | | <BundleResource Include="Resources\Phone\Floor\SelectFloor_Right_2.png" /> |
| | | <BundleResource Include="Resources\Phone\Floor\FloorSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\Floor\SelectFloor_Left_1.png" /> |
| | | <BundleResource Include="Resources\Phone\Floor\SelectFloor_Right_3.png" /> |
| | | <BundleResource Include="Resources\Phone\Floor\Floor.png" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\8.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\9.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\14.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\15.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\17.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\16.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\12.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\13.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\11.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\10.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\21.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\20.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\18.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\19.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\4.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\5.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\7.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\6.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\2.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\3.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\1.jpg" /> |
| | | <BundleResource Include="Resources\Phone\RoomIcon\0.jpg" /> |
| | | <BundleResource Include="Resources\Phone\Account\Logo_WhiteHome.png" /> |
| | | <BundleResource Include="Resources\Phone\Account\Code.png" /> |
| | | <BundleResource Include="Resources\Phone\Account\Cancle.png" /> |
| | | <BundleResource Include="Resources\Phone\Account\HidePwd.png" /> |
| | | <BundleResource Include="Resources\Phone\Account\Account.png" /> |
| | | <BundleResource Include="Resources\Phone\Account\Cat.png" /> |
| | | <BundleResource Include="Resources\Phone\Account\Password.png" /> |
| | | <BundleResource Include="Resources\Phone\Account\QQ.png" /> |
| | | <BundleResource Include="Resources\Phone\Account\Logo_Evoyo.png" /> |
| | | <BundleResource Include="Resources\Phone\Account\PhoneEmail_White.png" /> |
| | | <BundleResource Include="Resources\Phone\Account\ChangeSuccess.png" /> |
| | | <BundleResource Include="Resources\Phone\Account\Wechat.png" /> |
| | | <BundleResource Include="Resources\Phone\Account\Logo_loginBG.png" /> |
| | | <BundleResource Include="Resources\Phone\Account\Back.png" /> |
| | | <BundleResource Include="Resources\Phone\Account\UnhidePwd.png" /> |
| | | <BundleResource Include="Resources\Phone\Scene\SceneShadow.png" /> |
| | | <BundleResource Include="Resources\Phone\Scene\Delaying.png" /> |
| | | <BundleResource Include="Resources\Phone\Scene\SceneActionGroud.png" /> |
| | | <BundleResource Include="Resources\Phone\Scene\Selected.png" /> |
| | | <BundleResource Include="Resources\Phone\Scene\Background.png" /> |
| | | <BundleResource Include="Resources\Phone\Scene\SceneIcon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\17Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\5IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\11IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\4Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\28Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\16IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\6IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\24IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\24IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\9IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\19IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\21Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\23IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\20IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\20Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\16Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\1IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\11IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\5Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\1IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\15IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\22Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\10IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\22IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\4IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\7Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\10IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\14Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\25IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\6Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\21IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\15Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\17IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\7IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\14IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\25IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\8IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\18IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\23Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\26Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\20IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\19Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\18IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\26IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\13IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\3Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\10Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\7IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\12IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\2IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\28IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\5IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\15IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\17IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\3IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\2Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\11Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\27Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\8IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\22IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\18Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\27IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\19IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\27IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\4IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\14IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\13Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\6IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\25Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\12IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\9Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\26IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\21IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\24Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\2IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\8Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\28IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\16IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\23IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\12Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\13IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\3IconSelected.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\9IconSelected2.png" /> |
| | | <BundleResource Include="Resources\Phone\FunctionIcon\1Icon.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\CurtainSiphonate.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\ButtonPanelTwo.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\SensorPir.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\RelayThreeLoad.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\ButtonPanelFourNotPower.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\CurtainAutoOpen.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\SensorInfrared.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\ButtonPanelFangyueFreshAir.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\AirSwitchCloudContr.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\ButtonPanelFour.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\SensorTemperatureHumidity.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\ButtonPanelCurtain.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\Repeater.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\ButtonPanelFangyueFour.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\ButtonPanelSimpleEnvironment.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\CommonDevice.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\SensorSphericalMotion.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\ButtonPanelFangyueEnvironment.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\AirConditionerZbGateway.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\SensorCeilingGas.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\IntelligentLocksH06C.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\SensorDoorWindow.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\ButtonPanelSimpleMultifunction.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\ButtonPanelFangyueEight.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\SensorFire.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\ButtonPanelThree.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\SensorPMTwoPointFive.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\SensorCarbonMonoxide.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\DimmableLightOneLoad.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\ButtonPanelFangyueTwo.png" /> |
| | | <BundleResource Include="Resources\Phone\RealDevice\SensorWater.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\WiredGatewaySearching.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\MiniGatewaySearching.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\WirelessGatewaySearching.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\MiniGateway.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\MiniGatewayDirection.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\GatewayIcon_6.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\RealGateway.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\WiredGatewayInstruct.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\WirelessApDirection.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\GatewayIcon11.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\GatewayIcon1.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\GatewayIcon16.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\WirelessApGatewaySearching.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\RealGateway11.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\GatewayIcon6.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\WiredGateway.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\WirelessGateway.png" /> |
| | | <BundleResource Include="Resources\Phone\Gateway\AddGatewaySuccess.png" /> |
| | | </ItemGroup> |
| | | <Import Project="..\Shared\Shared.projitems" Label="Shared" Condition="Exists('..\Shared\Shared.projitems')" /> |
| | | <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> |
| | | </Project> |