<?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>{7D463846-A275-4A2E-930F-B5EA7200CEAA}</ProjectGuid>
|
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
<OutputType>Exe</OutputType>
|
<RootNamespace>GateWay.Ios</RootNamespace>
|
<AssemblyName>GateWay.Ios</AssemblyName>
|
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
|
</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;ENABLE_TEST_CLOUD;iOS;Release;</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
<CodesignKey>iPhone Developer: xuebiao huang (4P32GXQWWK)</CodesignKey>
|
<MtouchDebug>true</MtouchDebug>
|
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
|
<MtouchFastDev>true</MtouchFastDev>
|
<IOSDebuggerPort>30041</IOSDebuggerPort>
|
<MtouchLink>None</MtouchLink>
|
<MtouchArch>x86_64</MtouchArch>
|
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
|
<DeviceSpecificBuild>false</DeviceSpecificBuild>
|
<MtouchVerbosity></MtouchVerbosity>
|
<CodesignProvision>VS: WildCard Development</CodesignProvision>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
|
<Optimize>true</Optimize>
|
<OutputPath>bin\iPhone\Release</OutputPath>
|
<DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;iOS;Release;</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
<CodesignKey>iPhone Developer: xuebiao huang (4P32GXQWWK)</CodesignKey>
|
<MtouchFloat32>true</MtouchFloat32>
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
<MtouchLink>SdkOnly</MtouchLink>
|
<MtouchArch>ARMv7, ARM64</MtouchArch>
|
<MtouchHttpClientHandler>CFNetworkHandler</MtouchHttpClientHandler>
|
<MtouchVerbosity></MtouchVerbosity>
|
<CodesignProvision>iOS Team Provisioning Profile: com.hdl.home</CodesignProvision>
|
<MtouchI18n>cjk</MtouchI18n>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
|
<Optimize>true</Optimize>
|
<OutputPath>bin\iPhoneSimulator\Release</OutputPath>
|
<DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;Release;</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
<CodesignKey>iPhone Developer: xuebiao huang (4P32GXQWWK)</CodesignKey>
|
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
|
<MtouchLink>None</MtouchLink>
|
<MtouchArch>x86_64</MtouchArch>
|
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
|
<MtouchVerbosity></MtouchVerbosity>
|
<CodesignProvision>iOS Team Provisioning Profile: com.hdl.home</CodesignProvision>
|
<CodesignEntitlements>Info.plist</CodesignEntitlements>
|
</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__;ENABLE_TEST_CLOUD;iOS;DEBUG;</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
<CodesignKey>iPhone Developer</CodesignKey>
|
<DeviceSpecificBuild>true</DeviceSpecificBuild>
|
<MtouchDebug>true</MtouchDebug>
|
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
|
<MtouchFastDev>true</MtouchFastDev>
|
<MtouchFloat32>true</MtouchFloat32>
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
<IOSDebuggerPort>35116</IOSDebuggerPort>
|
<MtouchLink>SdkOnly</MtouchLink>
|
<MtouchArch>ARMv7, ARM64</MtouchArch>
|
<MtouchHttpClientHandler>CFNetworkHandler</MtouchHttpClientHandler>
|
<MtouchVerbosity></MtouchVerbosity>
|
<MtouchI18n>cjk</MtouchI18n>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="System" />
|
<Reference Include="System.Xml" />
|
<Reference Include="System.Core" />
|
<Reference Include="Xamarin.iOS" />
|
<Reference Include="Newtonsoft.Json">
|
<HintPath>..\Shared\DLL\Newtonsoft.Json.dll</HintPath>
|
</Reference>
|
<Reference Include="M2Mqtt.Net">
|
<HintPath>..\Shared\DLL\M2Mqtt.Net.dll</HintPath>
|
</Reference>
|
<Reference Include="Elian.iOS">
|
<HintPath>..\Shared\DLL\Elian.iOS.dll</HintPath>
|
</Reference>
|
<Reference Include="System.IO.Compression" />
|
<Reference Include="System.Net.Http" />
|
<Reference Include="MQTTnet.Core">
|
<HintPath>..\packages\MQTTnet.2.4.0\lib\netstandard1.3\MQTTnet.Core.dll</HintPath>
|
</Reference>
|
<Reference Include="MQTTnet">
|
<HintPath>..\packages\MQTTnet.2.4.0\lib\netstandard1.3\MQTTnet.dll</HintPath>
|
</Reference>
|
<Reference Include="BouncyCastle.Crypto">
|
<HintPath>..\packages\BouncyCastle.Crypto.dll.1.8.1\lib\BouncyCastle.Crypto.dll</HintPath>
|
</Reference>
|
<Reference Include="Microsoft.AppCenter">
|
<HintPath>..\packages\Microsoft.AppCenter.1.14.0\lib\Xamarin.iOS10\Microsoft.AppCenter.dll</HintPath>
|
</Reference>
|
<Reference Include="Microsoft.AppCenter.iOS.Bindings">
|
<HintPath>..\packages\Microsoft.AppCenter.1.14.0\lib\Xamarin.iOS10\Microsoft.AppCenter.iOS.Bindings.dll</HintPath>
|
</Reference>
|
<Reference Include="Microsoft.AppCenter.Analytics">
|
<HintPath>..\packages\Microsoft.AppCenter.Analytics.1.14.0\lib\Xamarin.iOS10\Microsoft.AppCenter.Analytics.dll</HintPath>
|
</Reference>
|
<Reference Include="Microsoft.AppCenter.Analytics.iOS.Bindings">
|
<HintPath>..\packages\Microsoft.AppCenter.Analytics.1.14.0\lib\Xamarin.iOS10\Microsoft.AppCenter.Analytics.iOS.Bindings.dll</HintPath>
|
</Reference>
|
<Reference Include="Microsoft.AppCenter.Crashes">
|
<HintPath>..\packages\Microsoft.AppCenter.Crashes.1.14.0\lib\Xamarin.iOS10\Microsoft.AppCenter.Crashes.dll</HintPath>
|
</Reference>
|
<Reference Include="Microsoft.AppCenter.Crashes.iOS.Bindings">
|
<HintPath>..\packages\Microsoft.AppCenter.Crashes.1.14.0\lib\Xamarin.iOS10\Microsoft.AppCenter.Crashes.iOS.Bindings.dll</HintPath>
|
</Reference>
|
<Reference Include="Shared.IOS">
|
<HintPath>..\Shared\DLL\Shared.IOS.dll</HintPath>
|
</Reference>
|
</ItemGroup>
|
<ItemGroup>
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json" />
|
<ImageAsset Include="Assets.xcassets\Contents.json" />
|
<ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\Contents.json" />
|
<ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1242X2208.png" />
|
<ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\750X1334.png" />
|
<ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\2208X1242.png" />
|
<ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\2048X2732.png" />
|
<ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\640X960.png" />
|
<ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\640X1136.png" />
|
<ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\768X1024.png" />
|
<ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1536X2048.png" />
|
<ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1024X768.png" />
|
<ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\2048X1536.png" />
|
<ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\320X480.png" />
|
<ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\768X1004.png" />
|
<ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1536X2008.png" />
|
<ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1024X748.png" />
|
<ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\2048X1496.png" />
|
<ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1125X2436.png" />
|
<ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1920X1080.png" />
|
<ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\3840X2160.png" />
|
<ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1242X2688.png" />
|
<ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\828X1792.png" />
|
<ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\2688X1242.png" />
|
<ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\1792X828.png" />
|
<ImageAsset Include="Assets.xcassets\LaunchImage.launchimage\2436X1125.png" />
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\icon-20%402x.png" />
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\icon-20%403x.png" />
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\icon-29%402x.png" />
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\icon-29%403x.png" />
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\icon-40%402x.png" />
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\icon-40%403x.png" />
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\icon-60%402x.png" />
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\icon-60%403x.png" />
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\icon-20-ipad.png" />
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\icon-20%402x-ipad.png" />
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\icon-29-ipad.png" />
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\icon-29%402x-ipad.png" />
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\icon-40.png" />
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\icon-40%402x-1.png" />
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\icon-76.png" />
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\icon-76%402x.png" />
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\icon-83.5%402x.png" />
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\icon-1024.png" />
|
</ItemGroup>
|
<ItemGroup>
|
<InterfaceDefinition Include="LaunchScreen.storyboard" />
|
<InterfaceDefinition Include="Main.storyboard" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="Info.plist" />
|
<None Include="Entitlements.plist" />
|
<None Include="packages.config" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="Main.cs" />
|
<Compile Include="AppDelegate.cs" />
|
<Compile Include="MainViewController.cs" />
|
<Compile Include="MainViewController.designer.cs">
|
<DependentUpon>MainViewController.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Reachability.cs" />
|
<Compile Include="ViewControllerBase.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<ITunesArtwork Include="iTunesArtwork%402x" />
|
<ITunesArtwork Include="iTunesArtwork" />
|
</ItemGroup>
|
<ItemGroup>
|
<BundleResource Include="Resources\Language.ini" />
|
<BundleResource Include="Resources\Phone\Center\Abount.png" />
|
<BundleResource Include="Resources\Phone\Center\Admin.png" />
|
<BundleResource Include="Resources\Phone\Center\Backup.png" />
|
<BundleResource Include="Resources\Phone\Center\DeviceManagement.png" />
|
<BundleResource Include="Resources\Phone\Center\ImperialCrown.png" />
|
<BundleResource Include="Resources\Phone\Center\MenberManagement.png" />
|
<BundleResource Include="Resources\Phone\Center\Opinion.png" />
|
<BundleResource Include="Resources\Phone\Center\ResidenceManagement.png" />
|
<BundleResource Include="Resources\Phone\Center\SafetyManagement.png" />
|
<BundleResource Include="Resources\Phone\Device\AirConditioner.png" />
|
<BundleResource Include="Resources\Phone\Device\AirConditionerEpoint.png" />
|
<BundleResource Include="Resources\Phone\Device\AirConditionerZbGateway.png" />
|
<BundleResource Include="Resources\Phone\Device\AirSwitch.png" />
|
<BundleResource Include="Resources\Phone\Device\AirSwitchCloudContr.png" />
|
<BundleResource Include="Resources\Phone\Device\ButtonPanel.png" />
|
<BundleResource Include="Resources\Phone\Device\ButtonPanelFour.png" />
|
<BundleResource Include="Resources\Phone\Device\ButtonPanelOne.png" />
|
<BundleResource Include="Resources\Phone\Device\ButtonPanelThree.png" />
|
<BundleResource Include="Resources\Phone\Device\ButtonPanelTwo.png" />
|
<BundleResource Include="Resources\Phone\Device\Converter.png" />
|
<BundleResource Include="Resources\Phone\Device\ConverterZb485.png" />
|
<BundleResource Include="Resources\Phone\Device\Curtain.png" />
|
<BundleResource Include="Resources\Phone\Device\CurtainAutoOpen.png" />
|
<BundleResource Include="Resources\Phone\Device\CurtainSiphonate.png" />
|
<BundleResource Include="Resources\Phone\Device\DimmableLight.png" />
|
<BundleResource Include="Resources\Phone\Device\DimmableLightOneLoad.png" />
|
<BundleResource Include="Resources\Phone\Device\DryContact.png" />
|
<BundleResource Include="Resources\Phone\Device\IntelligentLocks.png" />
|
<BundleResource Include="Resources\Phone\Device\IntelligentLocksH06C.png" />
|
<BundleResource Include="Resources\Phone\Device\PanelTable.png" />
|
<BundleResource Include="Resources\Phone\Device\Relay.png" />
|
<BundleResource Include="Resources\Phone\Device\RelayEpoint.png" />
|
<BundleResource Include="Resources\Phone\Device\RelayThreeLoad.png" />
|
<BundleResource Include="Resources\Phone\Device\Repeater.png" />
|
<BundleResource Include="Resources\Phone\Device\Sensor.png" />
|
<BundleResource Include="Resources\Phone\Device\SensorCarbonMonoxide.png" />
|
<BundleResource Include="Resources\Phone\Device\SensorDoorWindow.png" />
|
<BundleResource Include="Resources\Phone\Device\SensorEmergencyButton.png" />
|
<BundleResource Include="Resources\Phone\Device\SensorFire.png" />
|
<BundleResource Include="Resources\Phone\Device\SensorInfrared.png" />
|
<BundleResource Include="Resources\Phone\Device\SensorMotion.png" />
|
<BundleResource Include="Resources\Phone\Device\SensorPir.png" />
|
<BundleResource Include="Resources\Phone\Device\SensorWater.png" />
|
<BundleResource Include="Resources\Phone\Gateway\GatewayIcon1.png" />
|
<BundleResource Include="Resources\Phone\Gateway\GatewayIcon1Selected.png" />
|
<BundleResource Include="Resources\Phone\Gateway\GatewayIcon6.png" />
|
<BundleResource Include="Resources\Phone\Gateway\GatewayIcon6Selected.png" />
|
<BundleResource Include="Resources\Phone\Gateway\PhoneImage.png" />
|
<BundleResource Include="Resources\Phone\Gateway\RealGateway1.png" />
|
<BundleResource Include="Resources\Phone\Gateway\RealGateway6.png" />
|
<BundleResource Include="Resources\Phone\Gateway\SearchGateway.png" />
|
<BundleResource Include="Resources\Phone\Gateway\WiredGateway.png" />
|
<BundleResource Include="Resources\Phone\Gateway\WiredGatewayInstruct.png" />
|
<BundleResource Include="Resources\Phone\Gateway\WiredGatewaySelected.png" />
|
<BundleResource Include="Resources\Phone\Gateway\WirelessGateway.png" />
|
<BundleResource Include="Resources\Phone\Gateway\WirelessGatewayImage.png" />
|
<BundleResource Include="Resources\Phone\Gateway\WirelessGatewayInstruct.png" />
|
<BundleResource Include="Resources\Phone\Gateway\WirelessGatewaySelected.png" />
|
<BundleResource Include="Resources\Phone\Instruct\DeviceSearch.png" />
|
<BundleResource Include="Resources\Phone\Instruct\DimmableLightOneLoad.png" />
|
<BundleResource Include="Resources\Phone\Instruct\IntelligentLocksH06C.png" />
|
<BundleResource Include="Resources\Phone\Instruct\PanelFourButton.png" />
|
<BundleResource Include="Resources\Phone\Instruct\PanelThreeButton.png" />
|
<BundleResource Include="Resources\Phone\Instruct\PanelTwoButton.png" />
|
<BundleResource Include="Resources\Phone\Instruct\RelayThreeLoad.png" />
|
<BundleResource Include="Resources\Phone\Item\Add.png" />
|
<BundleResource Include="Resources\Phone\Item\Back.png" />
|
<BundleResource Include="Resources\Phone\Item\CancelIcon.png" />
|
<BundleResource Include="Resources\Phone\Item\Check.png" />
|
<BundleResource Include="Resources\Phone\Item\CloseIcon.png" />
|
<BundleResource Include="Resources\Phone\Item\DateSearchIcon.png" />
|
<BundleResource Include="Resources\Phone\Item\DeleteIcon1.png" />
|
<BundleResource Include="Resources\Phone\Item\DeleteIcon2.png" />
|
<BundleResource Include="Resources\Phone\Item\DeleteIcon2Selected.png" />
|
<BundleResource Include="Resources\Phone\Item\Down.png" />
|
<BundleResource Include="Resources\Phone\Item\DownLoad.png" />
|
<BundleResource Include="Resources\Phone\Item\FixedPosition.png" />
|
<BundleResource Include="Resources\Phone\Item\FixedPositionSelected.png" />
|
<BundleResource Include="Resources\Phone\Item\ForgotPswList.png" />
|
<BundleResource Include="Resources\Phone\Item\GarrisonList.png" />
|
<BundleResource Include="Resources\Phone\Item\GarrisonListSelected.png" />
|
<BundleResource Include="Resources\Phone\Item\HidenPWD.png" />
|
<BundleResource Include="Resources\Phone\Item\More.png" />
|
<BundleResource Include="Resources\Phone\Item\NewVersion.png" />
|
<BundleResource Include="Resources\Phone\Item\Next.png" />
|
<BundleResource Include="Resources\Phone\Item\OpenIcon.png" />
|
<BundleResource Include="Resources\Phone\Item\PersentIcon.png" />
|
<BundleResource Include="Resources\Phone\Item\PickerColorWheel.png" />
|
<BundleResource Include="Resources\Phone\Item\PirSensorLightScale.png" />
|
<BundleResource Include="Resources\Phone\Item\PirSensorLightScaleButton.png" />
|
<BundleResource Include="Resources\Phone\Item\Point.png" />
|
<BundleResource Include="Resources\Phone\Item\ProgressMsg.png" />
|
<BundleResource Include="Resources\Phone\Item\PswSettion.png" />
|
<BundleResource Include="Resources\Phone\Item\PswSettionSelected.png" />
|
<BundleResource Include="Resources\Phone\Item\QRCode.png" />
|
<BundleResource Include="Resources\Phone\Item\Remote.png" />
|
<BundleResource Include="Resources\Phone\Item\RightIcon.png" />
|
<BundleResource Include="Resources\Phone\Item\Scene.png" />
|
<BundleResource Include="Resources\Phone\Item\ScreeningType.png" />
|
<BundleResource Include="Resources\Phone\Item\Search.png" />
|
<BundleResource Include="Resources\Phone\Item\ShardMenu.png" />
|
<BundleResource Include="Resources\Phone\Item\Switch.png" />
|
<BundleResource Include="Resources\Phone\Item\SwitchSelected.png" />
|
<BundleResource Include="Resources\Phone\Item\ThirdPartyDevice.png" />
|
<BundleResource Include="Resources\Phone\Item\Timer.png" />
|
<BundleResource Include="Resources\Phone\Item\Tips.png" />
|
<BundleResource Include="Resources\Phone\Item\UnHidenPWD.png" />
|
<BundleResource Include="Resources\Phone\Item\UnLockFail.png" />
|
<BundleResource Include="Resources\Phone\Item\UnLockSuccess.png" />
|
<BundleResource Include="Resources\Phone\Item\UpperTriangle.png" />
|
<BundleResource Include="Resources\Phone\Item\WrongIcon.png" />
|
<BundleResource Include="Resources\Phone\Navigation\Category.png" />
|
<BundleResource Include="Resources\Phone\Navigation\CategorySelected.png" />
|
<BundleResource Include="Resources\Phone\Navigation\Home.png" />
|
<BundleResource Include="Resources\Phone\Navigation\HomeSelected.png" />
|
<BundleResource Include="Resources\Phone\Navigation\Setting.png" />
|
<BundleResource Include="Resources\Phone\Navigation\SettingSelected.png" />
|
<BundleResource Include="Resources\Phone\RealDevice\AirSwitchCloudContr.png" />
|
<BundleResource Include="Resources\Phone\RealDevice\CurtainAutoOpen.png" />
|
<BundleResource Include="Resources\Phone\RealDevice\CurtainSiphonate.png" />
|
<BundleResource Include="Resources\Phone\RealDevice\PanelFourButton.png" />
|
<BundleResource Include="Resources\Phone\RealDevice\PanelFourNotPowerButton.png" />
|
<BundleResource Include="Resources\Phone\RealDevice\PanelThreeButton.png" />
|
<BundleResource Include="Resources\Phone\RealDevice\PanelTwoButton.png" />
|
<BundleResource Include="Resources\Phone\RealDevice\SensorCarbonMonoxide.png" />
|
<BundleResource Include="Resources\Phone\RealDevice\SensorDoorWindow.png" />
|
<BundleResource Include="Resources\Phone\RealDevice\SensorEmergencyButton.png" />
|
<BundleResource Include="Resources\Phone\RealDevice\SensorFire.png" />
|
<BundleResource Include="Resources\Phone\RealDevice\SensorInfrared.png" />
|
<BundleResource Include="Resources\Phone\RealDevice\SensorMotion.png" />
|
<BundleResource Include="Resources\Phone\RealDevice\SensorPir.png" />
|
<BundleResource Include="Resources\Phone\RealDevice\SensorWater.png" />
|
<BundleResource Include="Resources\Phone\Safeguard\ProtectionAtHome.png" />
|
<BundleResource Include="Resources\Phone\Safeguard\ProtectionAtHomeSelected.png" />
|
<BundleResource Include="Resources\Phone\Safeguard\ProtectionRemoveHome.png" />
|
<BundleResource Include="Resources\Phone\Safeguard\ProtectionRemoveHomeSelected.png" />
|
<BundleResource Include="Resources\Phone\Safeguard\WithdrawGarrison.png" />
|
<BundleResource Include="Resources\Phone\Safeguard\WithdrawGarrisonSelected.png" />
|
</ItemGroup>
|
<Import Project="..\Shared\Shared.projitems" Label="Shared" Condition="Exists('..\Shared\Shared.projitems')" />
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
</Project>
|