| Christian Heimes | d9fbab2 | 2008-01-02 17:43:40 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="Windows-1252"?>
 | 
 | 2 | <VisualStudioPropertySheet
 | 
 | 3 | 	ProjectType="Visual C++"
 | 
 | 4 | 	Version="8.00"
 | 
 | 5 | 	Name="amd64"
 | 
 | 6 | 	OutputDirectory="$(SolutionDir)\amd64\"
 | 
 | 7 | 	IntermediateDirectory="$(SolutionDir)$(PlatformName)-temp-$(ConfigurationName)\$(ProjectName)\"
 | 
 | 8 | 	>
 | 
 | 9 | 	<Tool
 | 
 | 10 | 		Name="VCCLCompilerTool"
 | 
 | 11 | 		AdditionalOptions="/USECL:MS_OPTERON /GS-"
 | 
 | 12 | 		PreprocessorDefinitions="_WIN64;_M_X64"
 | 
 | 13 | 	/>
 | 
 | 14 | 	<Tool
 | 
 | 15 | 		Name="VCLinkerTool"
 | 
 | 16 | 		TargetMachine="17"
 | 
 | 17 | 	/>
 | 
| Christian Heimes | 36f0a80 | 2008-05-26 13:51:41 +0000 | [diff] [blame] | 18 | 	<UserMacro
 | 
 | 19 | 		Name="PythonExe"
 | 
 | 20 | 		Value="$(HOST_PYTHON)"
 | 
 | 21 | 	/>
 | 
| Christian Heimes | d9fbab2 | 2008-01-02 17:43:40 +0000 | [diff] [blame] | 22 | </VisualStudioPropertySheet>
 |