summaryrefslogtreecommitdiff
path: root/src/debug/SetDebugTargetCoreSysX86.props
blob: 594016a0d7764be2e2279ad4ccae89c1f8f7bb16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<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-->
  <!--Leaf project Properties-->
  <PropertyGroup>
    <FeatureDbgipcTransportDI>true</FeatureDbgipcTransportDI>
    <FeatureDbgipcTransportVM>true</FeatureDbgipcTransportVM>
    <FeatureIpcman>false</FeatureIpcman>
    <FeatureInteropDebugging>false</FeatureInteropDebugging>

    <DbgTargetX86>true</DbgTargetX86>
    <CDefines>$(CDefines);DBG_TARGET_X86=1</CDefines>

    <DbgTargetCoreSystem>true</DbgTargetCoreSystem>
    <CDefines>$(CDefines);DBG_TARGET_CORESYSTEM=1</CDefines>

  </PropertyGroup>
  <!--Leaf Project Items-->
  <!--Import the targets-->
</Project>