Staging
v0.5.1
https://github.com/python/cpython
Revision a50fd87237da1fe14f6f35cc0d0e492442924035 authored by Benjamin Peterson on 19 February 2014, 23:05:36 UTC, committed by Benjamin Peterson on 19 February 2014, 23:05:36 UTC
1 parent 0f3e6bc
Raw File
Tip revision: a50fd87237da1fe14f6f35cc0d0e492442924035 authored by Benjamin Peterson on 19 February 2014, 23:05:36 UTC
update magic number for #20625
Tip revision: a50fd87
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