summaryrefslogtreecommitdiff
path: root/src/debug/shim/debugshim.props
blob: 8d3bb3fe65a15b816b9a63408a0ba1c589643fe4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="dogfood">
  <PropertyGroup>
    <TargetType>LIBRARY</TargetType>
    <OutputPath>$(ClrLibDest)</OutputPath>
    <LinkSubsystem>windows</LinkSubsystem>
    <UseMsvcrt />
    <ExceptionHandling>$(Sehonly)</ExceptionHandling>
    <UserIncludes>$(UserIncludes);
        ..\;
        ..\..\inc;
        ..\..\..\inc;
        </UserIncludes>
    <CDefines>$(CDefines);UNICODE;_UNICODE</CDefines>
    <CDefines Condition="$(HostMachineOS)=='windows'">$(CDefines);HOST_IS_WINDOWS_OS</CDefines>
  </PropertyGroup>
  <ItemGroup>
    <CppCompile Include="..\debugshim.cpp" />
  </ItemGroup>
</Project>