2017-08-21 15:34:15 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-04-10 11:41:01 +00:00
|
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
2017-08-21 15:34:15 +00:00
|
|
|
|
2018-01-24 17:04:36 +00:00
|
|
|
<!-- only build during the AllConfigurations leg because it depends on other nupkgs from this leg -->
|
|
|
|
<ItemGroup Condition="'$(BuildAllConfigurations)' == 'true'">
|
2017-08-21 15:34:15 +00:00
|
|
|
<Project Include="$(MSBuildProjectName).pkgproj" />
|
2017-04-10 11:41:01 +00:00
|
|
|
</ItemGroup>
|
2017-08-21 15:34:15 +00:00
|
|
|
|
2017-04-10 11:41:01 +00:00
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.traversal.targets))\dir.traversal.targets" />
|
|
|
|
</Project>
|