https://github.com/python/cpython
Raw File
Tip revision: d434e9f672961946e8c2cbe603f23dd275546bb2 authored by Barry Warsaw on 07 November 2008, 03:08:42 UTC
De-tagging
Tip revision: d434e9f
release.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="release"
	>
	<Tool
		Name="VCCLCompilerTool"
		PreprocessorDefinitions="NDEBUG"
	/>
	<UserMacro
		Name="KillPythonExe"
		Value="$(OutDir)\kill_python.exe"
	/>	
</VisualStudioPropertySheet>
back to top