JLChen
2020-09-08 45d7c5536bd9b4516feb1401753e61717d7dd888
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?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>