<?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)' == '' ">AnyCPU</Platform>
|
<ProjectGuid>{0F9672A4-CD14-43CD-BCAD-FDA522E932F7}</ProjectGuid>
|
<ProjectTypeGuids>{8FFB629D-F513-41CE-95D2-7ECE97B6EEEC};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
<OutputType>Library</OutputType>
|
<RootNamespace>IosService</RootNamespace>
|
<AssemblyName>IosService</AssemblyName>
|
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<DebugSymbols>true</DebugSymbols>
|
<DebugType>full</DebugType>
|
<Optimize>false</Optimize>
|
<OutputPath>bin\Debug</OutputPath>
|
<DefineConstants>__UNIFIED__;__MOBILE__;__IOS__;DEBUG;HDL</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
<ConsolePause>false</ConsolePause>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<Optimize>true</Optimize>
|
<OutputPath>bin\Release</OutputPath>
|
<DefineConstants>__UNIFIED__;__MOBILE__;__IOS__;HDL</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
<ConsolePause>false</ConsolePause>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="System" />
|
<Reference Include="Xamarin.iOS" />
|
<Reference Include="System.Web.Services" />
|
<Reference Include="System.Xml" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Web References\service.hdlcontrol.com_WebServiceAirQuality\Reference.cs">
|
<DependentUpon>Reference.map</DependentUpon>
|
</Compile>
|
<Compile Include="Web References\service.hdlcontrol.com_push\Reference.cs">
|
<DependentUpon>Reference.map</DependentUpon>
|
</Compile>
|
</ItemGroup>
|
<ItemGroup>
|
<ObjcBindingApiDefinition Include="ApiDefinition.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<ObjcBindingCoreSource Include="Structs.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<WebReferences Include="Web References" />
|
</ItemGroup>
|
<ItemGroup>
|
<WebReferenceUrl Include="http://service.hdlcontrol.com:8000/WebService/WebServicePush.asmx">
|
<UrlBehavior>Dynamic</UrlBehavior>
|
<RelPath>Web References\service.hdlcontrol.com_push</RelPath>
|
<UpdateFromURL>http://service.hdlcontrol.com:8000/WebService/WebServicePush.asmx</UpdateFromURL>
|
</WebReferenceUrl>
|
<WebReferenceUrl Include="http://service.hdlcontrol.com:8000/WebService/WebServiceAirQuality.asmx">
|
<UrlBehavior>Dynamic</UrlBehavior>
|
<RelPath>Web References\service.hdlcontrol.com_WebServiceAirQuality</RelPath>
|
<UpdateFromURL>http://service.hdlcontrol.com:8000/WebService/WebServiceAirQuality.asmx</UpdateFromURL>
|
</WebReferenceUrl>
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="Web References\service.hdlcontrol.com_WebServiceAirQuality\WebServiceAirQuality.disco" />
|
<None Include="Web References\service.hdlcontrol.com_WebServiceAirQuality\WebServiceAirQuality.wsdl" />
|
<None Include="Web References\service.hdlcontrol.com_WebServiceAirQuality\Reference.map">
|
<Generator>MSDiscoCodeGenerator</Generator>
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
</None>
|
<None Include="Web References\service.hdlcontrol.com_push\WebServicePush.disco" />
|
<None Include="Web References\service.hdlcontrol.com_push\WebServicePush.wsdl" />
|
<None Include="Web References\service.hdlcontrol.com_push\Reference.map">
|
<Generator>MSDiscoCodeGenerator</Generator>
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
</None>
|
</ItemGroup>
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.ObjCBinding.CSharp.targets" />
|
</Project>
|