<?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>{294A12C5-32A1-46B0-87B4-922E4E53DF1B}</ProjectGuid>
|
<TemplateGuid>{b6f3ff35-79b2-4f25-a2fc-60a7cf61013b}</TemplateGuid>
|
<OutputType>Library</OutputType>
|
<RootNamespace>EZSDK.IOS</RootNamespace>
|
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
|
<AssemblyName>EZSDK.IOS</AssemblyName>
|
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
|
</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>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<Optimize>false</Optimize>
|
<OutputPath>bin\Release</OutputPath>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="System" />
|
<Reference Include="Xamarin.iOS" />
|
</ItemGroup>
|
<ItemGroup>
|
<Folder Include="Resources\" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<ObjcBindingApiDefinition Include="ApiDefinition.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<ObjcBindingCoreSource Include="Structs.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<NativeReference Include="Library\libEZSDK.a">
|
<Kind>Static</Kind>
|
<Frameworks>UIKit Foundation OpenAL CoreMedia GLKit AudioToolbox ExternalAccessory VideoToolbox MobileCoreServices SystemConfiguration NetworkExtension AVFoundation</Frameworks>
|
<LinkerFlags> -dead_strip -lc++ -lsqlite3.0 -lz -liconv.2.4.0 -lbz2 -ObjC</LinkerFlags>
|
<IsCxx>True</IsCxx>
|
<ForceLoad>True</ForceLoad>
|
</NativeReference>
|
<NativeReference Include="Library\lib\libcrypto.a">
|
<Kind>Static</Kind>
|
<ForceLoad>True</ForceLoad>
|
</NativeReference>
|
<NativeReference Include="Library\lib\libssl.a">
|
<Kind>Static</Kind>
|
</NativeReference>
|
<NativeReference Include="Library\lib\FQDateTimeSDK.framework">
|
<Kind>Framework</Kind>
|
</NativeReference>
|
</ItemGroup>
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.ObjCBinding.CSharp.targets" />
|
</Project>
|