Staging
v0.5.1
https://github.com/python/cpython
Revision edc3cbaaba1493a00572ad46daaab14e341d738e authored by Georg Brandl on 04 October 2014, 12:16:59 UTC, committed by Georg Brandl on 04 October 2014, 12:16:59 UTC
1 parent e800a0e
Raw File
Tip revision: edc3cbaaba1493a00572ad46daaab14e341d738e authored by Georg Brandl on 04 October 2014, 12:16:59 UTC
Copyright year update, add version to licenses.
Tip revision: edc3cba
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