Xamarin Public Jenkins (auto-signing) 536cd135cc Imported Upstream version 5.4.0.167
Former-commit-id: 5624ac747d633e885131e8349322922b6a59baaa
2017-08-21 15:34:15 +00:00

21 lines
792 B
XML

<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\dir.targets" />
<PropertyGroup>
<RestorePackages>true</RestorePackages>
<PrereleaseResolveNuGetPackages>true</PrereleaseResolveNuGetPackages>
</PropertyGroup>
<!-- Override build and GetTargetPath to return all items deployed -->
<Target Name="Build"
Condition=" '$(_InvalidConfigurationWarning)' != 'true' "
DependsOnTargets="$(BuildDependsOn)"
Returns="@(BinPlaceItem)" />
<!-- Depprojs need to run Compile in order to populate items that will be copied to output -->
<Target Name="GetTargetPath"
DependsOnTargets="Compile;GetBinPlaceItems"
Returns="@(BinPlaceItem)" />
</Project>