xamarin-macios/msbuild/Xamarin.iOS.Tasks.Windows/Xamarin.iOS.Common.Before.p...

20 строки
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
***********************************************************************************************
Xamarin.iOS.Common.Before.props
WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
created a backup copy. Incorrect changes to this file will make it
impossible to load or build your projects from the command-line or the IDE.
Copyright (C) 2011-2016 Xamarin. All rights reserved.
***********************************************************************************************
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Allows providing SDK-specific property overrides -->
<PropertyGroup>
<XamarinAppleSdkProps>$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'Xamarin.Apple.Sdk.props'))\Xamarin.Apple.Sdk.props</XamarinAppleSdkProps>
</PropertyGroup>
<Import Project="$(XamarinAppleSdkProps)" Condition="'$(XamarinAppleSdkPropsImported)' != 'true' And Exists('$(XamarinAppleSdkProps)')" />
</Project>