Staging
v0.5.1
https://github.com/python/cpython
Revision fdc2c5596e76347e6a979496cd754b464bc7e7a9 authored by Nick Coghlan on 05 May 2011, 14:02:12 UTC, committed by Nick Coghlan on 05 May 2011, 14:02:12 UTC
1 parent 0ded3e3
Raw File
Tip revision: fdc2c5596e76347e6a979496cd754b464bc7e7a9 authored by Nick Coghlan on 05 May 2011, 14:02:12 UTC
Remove trailing whitespace
Tip revision: fdc2c55
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