Staging
v0.5.1
https://github.com/python/cpython
Revision cd2070590286b52b7aebfb4ed4fe409ac759f94d authored by Benjamin Peterson on 29 May 2011, 21:50:27 UTC, committed by Benjamin Peterson on 29 May 2011, 21:50:27 UTC
1 parent 8c0c9d2
Raw File
Tip revision: cd2070590286b52b7aebfb4ed4fe409ac759f94d authored by Benjamin Peterson on 29 May 2011, 21:50:27 UTC
bump to 2.7.2rc1
Tip revision: cd20705
debug.vsprops
<?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>
back to top