summaryrefslogtreecommitdiff
path: root/src/debug/SetDebugTargetCoreSysARM.props
blob: cedb5aaf325075abf1eabccbb8f7731730b4cc60 (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
<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>

    <DbgTargetARM>true</DbgTargetARM>
    <CDefines>$(CDefines);DBG_TARGET_ARM=1</CDefines>

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

    <DbgTargetSameEndiannes Condition="'$(BuildArchitecture)' == 'i386' or '$(BuildProjectName)' == 'CoreCLR' or '$(BuildProjectName)' == 'CoreSys'">true</DbgTargetSameEndiannes>
    <CDefines Condition="'$(BuildArchitecture)' == 'i386' or '$(BuildProjectName)' == 'CoreCLR' or '$(BuildProjectName)' == 'CoreSys'">$(CDefines);DBG_TARGET_SAME_ENDIANNESS=1</CDefines>
  </PropertyGroup>
  <!--Leaf Project Items-->
  <!--Import the targets-->
</Project>