<?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>{85F1AF50-75A6-4011-B811-56B32DA77568}</ProjectGuid>
|
<ProjectTypeGuids>{8FFB629D-F513-41CE-95D2-7ECE97B6EEEC};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
<OutputType>Library</OutputType>
|
<RootNamespace>Elian.iOS</RootNamespace>
|
<AssemblyName>Elian.iOS</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>DEBUG;</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<Optimize>true</Optimize>
|
<OutputPath>bin\Release</OutputPath>
|
<DefineConstants></DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="System" />
|
<Reference Include="Xamarin.iOS" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<ObjcBindingApiDefinition Include="ApiDefinition.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<ObjcBindingCoreSource Include="Structs.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<NativeReference Include="libstdc++.6.0.9.tbd">
|
<Kind>Static</Kind>
|
<SmartLink>False</SmartLink>
|
</NativeReference>
|
<NativeReference Include="libLibElian.a">
|
<Kind>Static</Kind>
|
<IsCxx>True</IsCxx>
|
</NativeReference>
|
</ItemGroup>
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.ObjCBinding.CSharp.targets" />
|
</Project>
|