2017-09-05 14:44:25 -07:00
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2017-08-11 07:09:01 -07:00
|
|
|
<PropertyGroup Condition="'$(PreviousStageProps)' == ''">
|
2017-08-11 16:13:43 -07:00
|
|
|
<PreviousStageDirectory>$(RepoRoot)/.dotnet_stage0/$(Architecture)</PreviousStageDirectory>
|
|
|
|
<PreviousStageDotnet>$(PreviousStageDirectory)/dotnet$(ExeExtension)</PreviousStageDotnet>
|
2017-08-11 07:09:01 -07:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<Import Project="$(PreviousStageProps)" Condition="'$(PreviousStageProps)' != ''" />
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2017-02-13 13:06:30 -08:00
|
|
|
<IsDesktopAvailable>False</IsDesktopAvailable>
|
|
|
|
<IsDesktopAvailable Condition=" '$(OSName)' == 'win' ">True</IsDesktopAvailable>
|
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|