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