Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 906e26e897b4b2e4b938c65fc4cf9d3b13fa069d authored by Martin v. Löwis on 14 January 2010, 17:41:58 UTC
Prepare for 2.5.5c1.
Tip revision: 906e26e
PGInstrument.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="PGInstrument"
	OutputDirectory="$(SolutionDir)$(PlatformName)PGO"
	IntermediateDirectory="$(PlatformName)PGO"
	>
	<Tool
		Name="VCLinkerTool"
		LinkTimeCodeGeneration="2"
	/>
</VisualStudioPropertySheet>
back to top