xamarin-macios/msbuild/Xamarin.iOS.Tasks.Windows/Xamarin.iOS.ObjCBinding.Com...

30 строки
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
***********************************************************************************************
Xamarin.iOS.ObjCBinding.Common.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.
Copyright (C) 2010-2011 Novell. All rights reserved.
Copyright (C) 2011-2013 Xamarin. All rights reserved.
***********************************************************************************************
-->
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!-- Flag the project as a binding project -->
<XamarinOutputType>Binding</XamarinOutputType>
</PropertyGroup>
<Target Name="targetGetPropertyValue_BTouchToolPath">
<Message Text="{PropertyValue=$(BTouchToolPath)}" />
</Target>
<Target Name="targetGetPropertyValue_BaseLibDllPath">
<Message Text="{PropertyValue=$(BaseLibDllPath)}" />
</Target>
<Target Name="targetGetPropertyValue_BTouchToolExe">
<Message Text="{PropertyValue=$(BTouchToolExe)}" />
</Target>
</Project>