summaryrefslogtreecommitdiff
path: root/src/debug/SetDebugTargetWinx86.props
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/SetDebugTargetWinx86.props')
-rw-r--r--src/debug/SetDebugTargetWinx86.props8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/debug/SetDebugTargetWinx86.props b/src/debug/SetDebugTargetWinx86.props
new file mode 100644
index 0000000000..bd90a410ab
--- /dev/null
+++ b/src/debug/SetDebugTargetWinx86.props
@@ -0,0 +1,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>