summaryrefslogtreecommitdiff
path: root/src/debug/dbgutil/dbgutil.props
blob: 520b2c601070a6f8dc77ee4b45446b5144ad8e14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <TargetType>LIBRARY</TargetType>
    <OutputPath>$(ClrLibDest)</OutputPath>
    <LinkSubsystem>windows</LinkSubsystem>
    <UseMsvcrt />
    <ExceptionHandling>$(Sehonly)</ExceptionHandling>
    <UserIncludes>$(UserIncludes);$(Clrbase)\src\Debug\inc;</UserIncludes>
    <CDefines>$(CDefines);UNICODE;_UNICODE</CDefines>
  </PropertyGroup>
  <ItemGroup>
    <CppCompile Include="$(Clrbase)\src\Debug\dbgutil\dbgutil.cpp" />
  </ItemGroup>
</Project>