67 lines
2.9 KiB
XML
67 lines
2.9 KiB
XML
![]() |
<?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>{33B1B6BE-F415-4819-A5FB-CFFE2E40AD6E}</ProjectGuid>
|
||
|
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||
|
<OutputType>Library</OutputType>
|
||
|
<RootNamespace>Facebook.YogaKit.iOS</RootNamespace>
|
||
|
<AssemblyName>Facebook.YogaKit.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>
|
||
|
<CodesignKey>iPhone Developer</CodesignKey>
|
||
|
<MtouchDebug>true</MtouchDebug>
|
||
|
<MtouchFastDev>true</MtouchFastDev>
|
||
|
<MtouchProfiling>true</MtouchProfiling>
|
||
|
<MtouchUseSGen>true</MtouchUseSGen>
|
||
|
<MtouchUseRefCounting>true</MtouchUseRefCounting>
|
||
|
<IOSDebuggerPort>51303</IOSDebuggerPort>
|
||
|
<DeviceSpecificBuild>false</DeviceSpecificBuild>
|
||
|
<MtouchLink></MtouchLink>
|
||
|
<MtouchHttpClientHandler></MtouchHttpClientHandler>
|
||
|
<MtouchTlsProvider></MtouchTlsProvider>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||
|
<DebugType>pdbonly</DebugType>
|
||
|
<Optimize>true</Optimize>
|
||
|
<OutputPath>bin\Release</OutputPath>
|
||
|
<DefineConstants></DefineConstants>
|
||
|
<ErrorReport>prompt</ErrorReport>
|
||
|
<WarningLevel>4</WarningLevel>
|
||
|
<CodesignKey>iPhone Developer</CodesignKey>
|
||
|
<MtouchUseSGen>true</MtouchUseSGen>
|
||
|
<MtouchUseRefCounting>true</MtouchUseRefCounting>
|
||
|
<MtouchLink>SdkOnly</MtouchLink>
|
||
|
<MtouchHttpClientHandler></MtouchHttpClientHandler>
|
||
|
<MtouchTlsProvider></MtouchTlsProvider>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<Reference Include="System" />
|
||
|
<Reference Include="System.Xml" />
|
||
|
<Reference Include="System.Core" />
|
||
|
<Reference Include="Xamarin.iOS" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Folder Include="Resources\" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Compile Include="YogaKit.cs" />
|
||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\Facebook.Yoga.iOS.csproj">
|
||
|
<Project>{BE4CBFDA-02E2-4DF0-A81A-CEFB7987A708}</Project>
|
||
|
<Name>Facebook.Yoga.iOS</Name>
|
||
|
</ProjectReference>
|
||
|
</ItemGroup>
|
||
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
||
|
</Project>
|