<?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>false</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>..\DLL\Newtonsoft.Json.dll</HintPath>
|
</Reference>
|
<Reference Include="Xamarin.Essentials">
|
<HintPath>..\DLL\IOS\Xamarin.Essentials.dll</HintPath>
|
</Reference>
|
<Reference Include="MJRefresh_Xamarin">
|
<HintPath>..\DLL\IOS\MJRefresh_Xamarin.dll</HintPath>
|
</Reference>
|
<Reference Include="WebP.Touch">
|
<HintPath>..\packages\WebP.Touch.1.0.8\lib\Xamarin.iOS10\WebP.Touch.dll</HintPath>
|
</Reference>
|
</ItemGroup>
|
<ItemGroup>
|
<Folder Include="Resources\" />
|
</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="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="Net\WifiUtil.cs" />
|
<Compile Include="UI\MyEchartsView.cs" />
|
<Compile Include="UI\ArcSeekBar.cs" />
|
<Compile Include="Reachability.cs" />
|
<Compile Include="Utils\TouchIDUtils.cs" />
|
<Compile Include="UI\WaveSeekBar.cs" />
|
<Compile Include="UI\GDMapView.cs" />
|
<Compile Include="Utils\HDLUtils.cs" />
|
<Compile Include="UI\UIPickerView.cs" />
|
<Compile Include="UI\UICoverFlowView.cs" />
|
|
<Compile Include="UI\CropImage.cs" />
|
<Compile Include="UI\GestureLockView.cs" />
|
|
<Compile Include="UI\Scan.cs" />
|
<Compile Include="UI\Contacts.cs" />
|
|
<Compile Include="UI\CurtainRollSeekBar.cs" />
|
<Compile Include="UI\CurtainSeekBar.cs" />
|
<Compile Include="UI\VerticalRefreshLayout.cs" />
|
<Compile Include="UI\ArcScaleSeekBar.cs" />
|
<Compile Include="UI\UIDrawerLayout.cs" />
|
<Compile Include="UI\CoverFlowLayout.cs" />
|
<Compile Include="UI\EditTextView.cs" />
|
<Compile Include="UI\HorizontalPages.cs" />
|
<Compile Include="UI\DiyImageSeekBar.cs" />
|
<Compile Include="UI\BaseSeekBar.cs" />
|
<Compile Include="UI\GradientMaskView.cs" />
|
<Compile Include="UI\ProgressLoading.cs" />
|
<Compile Include="BaseApplicationDelegateForHdlOn.cs" />
|
<Compile Include="UI\DiyImageVerticalSeekBar.cs" />
|
<Compile Include="UI\CurtainRollSeekBarOn.cs" />
|
<Compile Include="UI\CurtainSeekBarOn.cs" />
|
<Compile Include="UI\DiyArcSeekBar.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>
|
<NativeReference Include="..\..\..\..\..\..\..\..\Applications\Xcode.app\Contents\Developer\Platforms\iPhoneOS.platform\Developer\SDKs\iPhoneOS.sdk\usr\lib\libxml2.tbd">
|
<Kind>Static</Kind>
|
<SmartLink>False</SmartLink>
|
<Frameworks></Frameworks>
|
</NativeReference>
|
<NativeReference Include="Native References\libSmartLink.a">
|
<Kind>Static</Kind>
|
<ForceLoad>True</ForceLoad>
|
</NativeReference>
|
<NativeReference Include="Native References\libMyLibrary.a">
|
<Kind>Static</Kind>
|
<Frameworks>AVFoundation CoreGraphics UIKit CoreMedia AudioToolbox VideoToolbox GLKit OpenAL MobileCoreServices SystemConfiguration CoreTelephony AVFoundation WebKit</Frameworks>
|
<ForceLoad>True</ForceLoad>
|
<IsCxx>True</IsCxx>
|
<LinkerFlags>-lz</LinkerFlags>
|
</NativeReference>
|
</ItemGroup>
|
<ItemGroup>
|
<BundleResource Include="packages.config" />
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\Shared.IOS.TBL\Shared.IOS.TBL.csproj">
|
<Project>{D623E902-D787-4886-9F17-38C062692326}</Project>
|
<Name>Shared.IOS.TBL</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<ProjectExtensions>
|
<MonoDevelop>
|
<Properties>
|
<Policies>
|
<VersionControlPolicy>
|
<CommitMessageStyle Header="" Indent="" FirstFilePrefix="* " FileSeparator=":
* " 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')" />
|
<Import Project="..\..\Demo\Shared\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('..\..\Demo\Shared\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets')" />
|
</Project>
|