Staging
v0.5.1
https://github.com/python/cpython
Revision 72ed07843a35be60e2c5e1d9675b9c97c5cb402d authored by Vinay Sajip on 01 September 2008, 14:30:10 UTC, committed by Vinay Sajip on 01 September 2008, 14:30:10 UTC
1 parent f7dd75f
Raw File
Tip revision: 72ed07843a35be60e2c5e1d9675b9c97c5cb402d authored by Vinay Sajip on 01 September 2008, 14:30:10 UTC
logging: fixed lack of use of encoding attribute specified on a stream.
Tip revision: 72ed078
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