Staging
v0.5.0
https://github.com/python/cpython
Raw File
Tip revision: fdbdcfe020f8b55a1893d1185d7a250bce12625e authored by Benjamin Peterson on 30 June 2014, 01:58:16 UTC
bump to 2.7.8
Tip revision: fdbdcfe
pgupdate.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="pgupdate"
	OutputDirectory="$(SolutionDir)$(PlatformName)-pgo\"
	InheritedPropertySheets="$(SolutionDir)\pginstrument.vsprops"
	>
	<Tool
		Name="VCLinkerTool"
		AdditionalManifestDependencies=""
		LinkTimeCodeGeneration="4"
	/>
</VisualStudioPropertySheet>
back to top