Staging
v0.5.1
https://github.com/python/cpython
Revision a0ff91cac094a986b0cf4d33907a33e24bb97523 authored by Raymond Hettinger on 10 January 2012, 09:51:51 UTC, committed by Raymond Hettinger on 10 January 2012, 09:51:51 UTC
1 parent c766b31
Raw File
Tip revision: a0ff91cac094a986b0cf4d33907a33e24bb97523 authored by Raymond Hettinger on 10 January 2012, 09:51:51 UTC
Fix stock symbol for Microsoft
Tip revision: a0ff91c
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