Staging
v0.5.0
https://github.com/python/cpython
Raw File
Tip revision: cf744da03be452ea69316838f08afbd4ba464be1 authored by Georg Brandl on 05 March 2011, 13:57:44 UTC
Close legacy-trunk branch.
Tip revision: cf744da
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