Staging
v0.5.1
https://github.com/python/cpython
Revision cc0274b90f8c6811c62c89190aafecbd49a15cd8 authored by Georg Brandl on 25 August 2012, 08:12:47 UTC, committed by Georg Brandl on 25 August 2012, 08:12:47 UTC
2 parent s 06e1ab0 + c8076df
Raw File
Tip revision: cc0274b90f8c6811c62c89190aafecbd49a15cd8 authored by Georg Brandl on 25 August 2012, 08:12:47 UTC
merge with 3.2
Tip revision: cc0274b
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