diff options
| author | Brian Curtin <brian@python.org> | 2012-05-13 11:19:23 -0500 |
|---|---|---|
| committer | Brian Curtin <brian@python.org> | 2012-05-13 11:19:23 -0500 |
| commit | 401f9f3d32dcebf5ead8079d46a83fe7c7631581 (patch) | |
| tree | 899600f4dad86565fd3585499e2332d2a3599d42 /PCbuild/debug.vsprops | |
| parent | 708d88c33441b29760b9246d61844eb59c1d0f3a (diff) | |
| download | cpython-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.vsprops | 15 |
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>
|
