Title:
[platform/upstream/coreclr.git] / dirs.proj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <!--Import the settings-->
3   <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.props" />
4
5   <ItemDefinitionGroup>
6     <ProjectFile>
7       <ProductGroups>FX;PK</ProductGroups>
8     </ProjectFile>
9   </ItemDefinitionGroup>
10
11   <PropertyGroup>
12     <BuildInPhase0>true</BuildInPhase0>
13     <BuildInPhase1>true</BuildInPhase1>
14     <BuildInPhase2>true</BuildInPhase2>
15     <BuildSysBinaries>true</BuildSysBinaries>
16     <!-- for now only binplace the xplat bits during official builds -->
17     <GetAllXPlatBinaries Condition="'$(GetAllXPlatBinaries)' == '' and '$(OfficialBuild)' != ''">true</GetAllXPlatBinaries>
18   </PropertyGroup>
19
20   <!-- Build in all phases -->
21   <ItemGroup>
22     <ProjectFile Include="src\dirs.proj" Condition="'$(BuildSysBuildOnlyForARM64)' == 'true'" />
23     <ProjectFile Include="xplat\GetAllXPlatBinaries.proj" Condition="'$(GetAllXPlatBinaries)' == 'true' and '$(FeatureCoreclr)' == 'true' and '$(TargetArch)' == 'amd64'" />
24   </ItemGroup>
25
26   <!--Import the targets-->
27   <Import Project="$(_NTDRIVE)$(_NTROOT)\tools\Microsoft.DevDiv.Traversal.targets" />
28 </Project>