Staging
v0.5.1
https://github.com/python/cpython
Revision 7089a4e127ca88f8eafe904a307e002b48d0ad8d authored by Senthil Kumaran on 07 November 2010, 12:57:04 UTC, committed by Senthil Kumaran on 07 November 2010, 12:57:04 UTC
1 parent 4a3c7c4
Raw File
Tip revision: 7089a4e127ca88f8eafe904a307e002b48d0ad8d authored by Senthil Kumaran on 07 November 2010, 12:57:04 UTC
Fix Issue10226 - Clarifying the role of the netloc separator.
Tip revision: 7089a4e
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