summaryrefslogtreecommitdiff
path: root/src/debug/ildbsymlib/ildbsymlib.props
blob: 2a64f2eb7edc2f31634af9a046becc1691e4971e (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
29
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="dogfood">
  <!--*****************************************************-->
  <!--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>
    <TargetType>LIBRARY</TargetType>
    <OutputPath>$(ClrLibDest)</OutputPath>
    <LinkSubsystem>windows</LinkSubsystem>
    <UseMsvcrt />
    <ExceptionHandling>$(Sehonly)</ExceptionHandling>
    <UserIncludes>$(UserIncludes);
        ..\;
        ..\..\..\inc;
        </UserIncludes>
    <CDefines>$(CDefines);UNICODE;_UNICODE</CDefines>
  </PropertyGroup>
  <!--Leaf Project Items-->
  <ItemGroup>
    <CppCompile Include="..\symread.cpp" />
    <CppCompile Include="..\symbinder.cpp" />
    <CppCompile Include="..\ildbsymbols.cpp" />
    <CppCompile Include="..\symwrite.cpp" />
  </ItemGroup>

</Project>