summaryrefslogtreecommitdiff
path: root/src/md/hotdata/HotData.settings.targets
blob: c8bde7d372b0b481e5ec5c3062a6669ee3b71c34 (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
26
27
28
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <!--*****************************************************-->
  <!--This MSBuild project file was automatically generated-->
  <!--from the original SOURCES/DIRS file by the KBC tool.-->
  <!--*****************************************************-->
  <!--Import the settings-->
  <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.props" />
  <!--Leaf project Properties-->
  <PropertyGroup>
    <!--OK to delete NO_NTDLL for devdiv builds.-->
    <MDHotDataSrcDirectory>$(ClrSrcDirectory)\MD\HotData\</MDHotDataSrcDirectory>
    <CDefines>$(CDefines);UNICODE;_UNICODE</CDefines>
    <OutputPath>$(ClrLibDest)</OutputPath>
    <TargetType>LIBRARY</TargetType>
    <PCHHeader>external.h</PCHHeader>
    <EnableCxxPCHHeaders>true</EnableCxxPCHHeaders>
    <!--PCH: Both precompiled header and cpp are on the same ..\ path this is likely to be wrong.-->
    <PCHCompile>$(MDHotDataSrcDirectory)\external.cpp</PCHCompile>
  </PropertyGroup>
  <!--Leaf Project Items-->
  <ItemGroup>
    <CppCompile Include="$(MDHotDataSrcDirectory)\HotMetaData.cpp" />
    <CppCompile Include="$(MDHotDataSrcDirectory)\HotTable.cpp" />
    <CppCompile Include="$(MDHotDataSrcDirectory)\HotHeapsDirectoryIterator.cpp" />
    <CppCompile Include="$(MDHotDataSrcDirectory)\HotHeap.cpp" />
    <CppCompile Include="$(MDHotDataSrcDirectory)\HotHeapWriter.cpp" />
  </ItemGroup>
</Project>