summaryrefslogtreecommitdiff
path: root/src/debug/SetDebugTargetWinARM.props
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/SetDebugTargetWinARM.props')
-rw-r--r--src/debug/SetDebugTargetWinARM.props19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/debug/SetDebugTargetWinARM.props b/src/debug/SetDebugTargetWinARM.props
new file mode 100644
index 0000000000..02240f12ca
--- /dev/null
+++ b/src/debug/SetDebugTargetWinARM.props
@@ -0,0 +1,19 @@
+<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>false</FeatureDbgipcTransportDI>
+ <FeatureDbgipcTransportVM>false</FeatureDbgipcTransportVM>
+ <FeatureIpcman>false</FeatureIpcman>
+ <FeatureInteropDebugging>false</FeatureInteropDebugging>
+
+ <DbgTargetArm>true</DbgTargetArm>
+ <CDefines>$(CDefines);DBG_TARGET_ARM=1</CDefines>
+ </PropertyGroup>
+ <!--Leaf Project Items-->
+ <!--Import the targets-->
+</Project>