xamarin-macios/msbuild/Xamarin.Mac.Tasks/Xamarin.Mac.msbuild.targets

27 строки
1.2 KiB
XML

<!--
***********************************************************************************************
Xamarin.Mac.msbuild.targets
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.
This file imports the version- and platform-specific targets for the project importing
this file. This file also defines targets to produce an error if the specified targets
file does not exist, but the project is built anyway (command-line or IDE build).
Copyright (c) 2017 Microsoft Corp. (www.microsoft.com)
***********************************************************************************************
-->
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- MSBuild specific hacks - Teach msbuild where to find our BCL and facades -->
<!-- Location of mscorlib -->
<PropertyGroup Condition="'$(OS)' != 'Windows_NT'">
<FrameworkPathOverride Condition="'$(TargetFrameworkName)' != 'System'">$(_XamarinBclPath)</FrameworkPathOverride>
</PropertyGroup>
<Import Project="$(MSBuildThisFileDirectory)Xamarin.Mac.TargetFrameworkFix.targets"/>
</Project>