summaryrefslogtreecommitdiff
path: root/src/gcinfo/gcinfo.settings.targets
blob: 5c241b353a4331e8f4f207cca4c3baffc21b172e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <!-- Import the CLR's settings -->
  <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.props" />
  <!-- Leaf project properties -->
  <PropertyGroup>
    <UserIncludes>.;
      ..\vm;
      $(UserIncludes)</UserIncludes>
    <OutputPath>$(ClrLibDest)</OutputPath>
    <TargetType>LIBRARY</TargetType>
  </PropertyGroup>

  <!-- Leaf Project Items -->
  <ItemGroup>
    <CppCompile Include="..\ArrayList.cpp" />
    <CppCompile Include="..\GCInfoEncoder.cpp" />
  </ItemGroup>

  <!-- Import the targets -->
  <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.targets" />
</Project>