summaryrefslogtreecommitdiff
path: root/PCbuild/debug.vsprops
diff options
context:
space:
mode:
authorBrian Curtin <brian@python.org>2012-05-13 11:19:23 -0500
committerBrian Curtin <brian@python.org>2012-05-13 11:19:23 -0500
commit401f9f3d32dcebf5ead8079d46a83fe7c7631581 (patch)
tree899600f4dad86565fd3585499e2332d2a3599d42 /PCbuild/debug.vsprops
parent708d88c33441b29760b9246d61844eb59c1d0f3a (diff)
downloadcpython-git-401f9f3d32dcebf5ead8079d46a83fe7c7631581.tar.gz
Fix #13210. Port the Windows build from VS2008 to VS2010.
Diffstat (limited to 'PCbuild/debug.vsprops')
-rw-r--r--PCbuild/debug.vsprops15
1 files changed, 0 insertions, 15 deletions
diff --git a/PCbuild/debug.vsprops b/PCbuild/debug.vsprops
deleted file mode 100644
index bc643cb6be..0000000000
--- a/PCbuild/debug.vsprops
+++ /dev/null
@@ -1,15 +0,0 @@
-<?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>