summaryrefslogtreecommitdiff
path: root/PC/VS9.0/debug.vsprops
diff options
context:
space:
mode:
Diffstat (limited to 'PC/VS9.0/debug.vsprops')
-rw-r--r--PC/VS9.0/debug.vsprops15
1 files changed, 15 insertions, 0 deletions
diff --git a/PC/VS9.0/debug.vsprops b/PC/VS9.0/debug.vsprops
new file mode 100644
index 0000000000..bc643cb6be
--- /dev/null
+++ b/PC/VS9.0/debug.vsprops
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="debug"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ />
+ <UserMacro
+ Name="KillPythonExe"
+ Value="$(OutDir)\kill_python_d.exe"
+ />
+</VisualStudioPropertySheet>