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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<?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>
    <ProjectTypeGuids>{8FFB629D-F513-41CE-95D2-7ECE97B6EEEC};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <ProjectGuid>{0048AB87-2130-4437-8F01-8CADAB787004}</ProjectGuid>
    <OutputType>Library</OutputType>
    <RootNamespace>Shared</RootNamespace>
    <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
    <AssemblyName>Shared.IOS</AssemblyName>
    <SignAssembly>true</SignAssembly>
    <ReleaseVersion>1.1</ReleaseVersion>
    <SynchReleaseVersion>false</SynchReleaseVersion>
    <PackageId>10</PackageId>
    <PackageVersion>1.0</PackageVersion>
    <Copyright>HDL</Copyright>
    <Owners>HXB</Owners>
    <Authors>HXB</Authors>
    <Description>HDL跨平台开发需要</Description>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Debug</OutputPath>
    <DefineConstants>DEBUG;</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <ConsolePause>false</ConsolePause>
    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
    <DocumentationFile>bin\Debug\Shared.IOS.xml</DocumentationFile>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <BTouchExtraArgs></BTouchExtraArgs>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType></DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release</OutputPath>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <DocumentationFile>bin\Release\Shared.IOS.xml</DocumentationFile>
    <ConsolePause>false</ConsolePause>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="Xamarin.iOS" />
    <Reference Include="System.Core" />
    <Reference Include="System.Data" />
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System.IO.Compression" />
    <Reference Include="System.Net.Http" />
    <Reference Include="System.Web.Services" />
    <Reference Include="OpenTK-1.0" />
    <Reference Include="Newtonsoft.Json">
      <HintPath>Newtonsoft.Json.dll</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Folder Include="Resources\" />
    <Folder Include="Encryption\" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="IO\FileUtils.cs" />
    <Compile Include="Net\NetWiFi.cs" />
    <Compile Include="UI\Alert.cs" />
    <Compile Include="UI\Application.cs" />
    <Compile Include="UI\Button.cs" />
    <Compile Include="UI\Dialog.cs" />
    <Compile Include="UI\EditText.cs" />
    <Compile Include="UI\Enum.cs" />
    <Compile Include="UI\FrameLayout.cs" />
    <Compile Include="UI\HorizontalScrolViewLayout.cs" />
    <Compile Include="UI\HorizontalSeekBar.cs" />
    <Compile Include="UI\Lanuage.cs" />
    <Compile Include="UI\Loading.cs" />
    <Compile Include="UI\PageLayout.cs" />
    <Compile Include="UI\Spinner.cs" />
    <Compile Include="UI\VerticalScrolViewLayout.cs" />
    <Compile Include="UI\VerticalSeekBar.cs" />
    <Compile Include="UI\Video.cs" />
    <Compile Include="UI\View.cs" />
    <Compile Include="UI\WebView.cs" />
    <Compile Include="UI\Tip.cs" />
    <Compile Include="UI\RowLayout.cs" />
    <Compile Include="UI\ViewGroup.cs" />
    <Compile Include="UI\TextView.cs" />
    <Compile Include="UI\Camera.cs" />
    <Compile Include="UI\DateView.cs" />
    <Compile Include="UI\TimeView.cs" />
    <Compile Include="UI\ColorPicker.cs" />
    <Compile Include="UI\UrlMonitor.cs" />
    <Compile Include="UI\LongPressMoveVerticalScrolViewLayout.cs" />
    <Compile Include="UI\MusicVerticalScrolViewLayout.cs" />
    <Compile Include="UI\ImageView.cs" />
    <Compile Include="UI\WiimuUPnP.cs" />
    <Compile Include="libSmartLink.linkwith.cs">
      <DependentUpon>libSmartLink.a</DependentUpon>
    </Compile>
    <Compile Include="BaseApplicationDelegate.cs" />
    <Compile Include="BaseViewController.cs" />
    <Compile Include="MusicInfo.cs" />
    <Compile Include="Volume.cs" />
    <Compile Include="Server.cs" />
    <Compile Include="CommonClass.cs" />
    <Compile Include="Ezviz.cs" />
    <Compile Include="UI\PickerView.cs" />
    <Compile Include="libMyLibrary.linkwith.cs">
      <DependentUpon>libMyLibrary.a</DependentUpon>
    </Compile>
    <Compile Include="Net\WifiUtil.cs" />
    <Compile Include="UI\MyEchartsView.cs" />
    <Compile Include="Encryption\BASE64.cs" />
    <Compile Include="Encryption\BigInteger.cs" />
    <Compile Include="Encryption\DES.cs" />
    <Compile Include="Encryption\RSA.cs" />
  </ItemGroup>
  <ItemGroup>
    <ObjcBindingApiDefinition Include="ApiDefinition.cs" />
  </ItemGroup>
  <ItemGroup>
    <ObjcBindingCoreSource Include="StructsAndEnums.cs" />
  </ItemGroup>
  <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.ObjCBinding.CSharp.targets" />
  <ItemGroup>
    <ObjcBindingNativeLibrary Include="libSmartLink.a" />
    <ObjcBindingNativeLibrary Include="libMyLibrary.a" />
  </ItemGroup>
  <ItemGroup>
    <NativeReference Include="..\..\..\..\..\..\..\..\Applications\Xcode.app\Contents\Developer\Platforms\iPhoneOS.platform\Developer\SDKs\iPhoneOS.sdk\usr\lib\libxml2.tbd">
      <Kind>Static</Kind>
      <SmartLink>False</SmartLink>
    </NativeReference>
  </ItemGroup>
  <ItemGroup>
    <BundleResource Include="packages.config" />
  </ItemGroup>
  <ProjectExtensions>
    <MonoDevelop>
      <Properties>
        <Policies>
          <VersionControlPolicy>
            <CommitMessageStyle Header="" Indent="" FirstFilePrefix="* " FileSeparator=":&#xA;* " LastFilePostfix=": " LineAlign="2" InterMessageLines="1" IncludeDirectoryPaths="False" Wrap="True" />
          </VersionControlPolicy>
        </Policies>
      </Properties>
    </MonoDevelop>
  </ProjectExtensions>
  <Import Project="..\..\packages\NETStandard.Library.2.0.0\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('..\..\packages\NETStandard.Library.2.0.0\build\netstandard2.0\NETStandard.Library.targets')" />
</Project>