Staging
v0.5.1
Revision b87dd0ce25ea2f082c5fafc4f2d5e424aabde516 authored by Senthil Kumaran on 13 November 2010, 09:23:12 UTC, committed by Senthil Kumaran on 13 November 2010, 09:23:12 UTC
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86348 | senthil.kumaran | 2010-11-09 10:36:59 +0800 (Tue, 09 Nov 2010) | 3 lines

  Fix Issue10205 - XML QName error when different tags have same QName.
........
1 parent c8267ea
Raw File
x64.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="amd64"
	OutputDirectory="$(SolutionDir)\amd64\"
	IntermediateDirectory="$(SolutionDir)$(PlatformName)-temp-$(ConfigurationName)\$(ProjectName)\"
	>
	<Tool
		Name="VCCLCompilerTool"
		AdditionalOptions="/USECL:MS_OPTERON /GS-"
		PreprocessorDefinitions="_WIN64;_M_X64"
	/>
	<Tool
		Name="VCLinkerTool"
		TargetMachine="17"
	/>
	<UserMacro
		Name="PythonExe"
		Value="$(HOST_PYTHON)"
	/>
</VisualStudioPropertySheet>
back to top