Staging
v0.5.0
https://github.com/python/cpython
Raw File
Tip revision: 3e0fa42d874df47edd2194bcd6c6f3e250f6ca49 authored by Benjamin Peterson on 27 November 2010, 14:40:29 UTC
2.7.1 final version bump
Tip revision: 3e0fa42
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