summaryrefslogtreecommitdiff
path: root/src/md/dirs.proj
blob: 31626b9906bbf4d60d50d6bb96e29f4d309cd626 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <!--Import the settings-->
  <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.props" />

  <PropertyGroup>
    <BuildInPhase1>true</BuildInPhase1>
    <BuildInPhaseDefault>false</BuildInPhaseDefault>
    <BuildCoreBinaries>true</BuildCoreBinaries>
    <BuildSysBinaries>true</BuildSysBinaries>
  </PropertyGroup>

  <!--The following projects will build during PHASE 1-->
  <ItemGroup Condition="'$(BuildExePhase)' == '1'">
    <ProjectFile Include="hotdata\dirs.proj" />
    <ProjectFile Include="enc\dirs.proj" />
    <ProjectFile Include="runtime\dirs.proj" />
    <ProjectFile Include="compiler\dirs.proj" />
    <ProjectFile Include="winmd\dirs.proj" />
    <ProjectFile Include="datasource\dirs.proj" />
    <ProjectFile Include="ceefilegen\ceefgen.nativeproj" />
  </ItemGroup>

  <!--Import the targets-->
  <Import Project="$(_NTDRIVE)$(_NTROOT)\tools\Microsoft.DevDiv.Traversal.targets" />
</Project>