Staging
v0.5.0
https://github.com/python/cpython
Raw File
Tip revision: 8493c0cd66cfc181ac1517268a74f077e9998701 authored by Barry Warsaw on 29 October 2013, 14:14:05 UTC
version bump
Tip revision: 8493c0c
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