Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 5927786e61c62bd6b28031f5f9b851411cf1cb00 authored by Barry Warsaw on 01 October 2008, 22:05:43 UTC
Today is the release date
Tip revision: 5927786
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