summaryrefslogtreecommitdiff
path: root/src/debug/SetDebugTargetWinx86.props
blob: bd90a410ab76b8c398a0c80e0d8724d870641a9c (plain)
1
2
3
4
5
6
7
8
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    <PropertyGroup>
      
        <DbgTargetX86>1</DbgTargetX86>
        <CDefines>$(CDefines);DBG_TARGET_X86=1</CDefines>

    </PropertyGroup>
</Project>