blob: 07200842d311a2e126c561ee3432e95c2853e489 [file] [log] [blame]
Christian Heimes8a48c4c2007-11-19 01:23:57 +00001<?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-"
Christian Heimes78672082007-12-05 22:02:31 +000012 PreprocessorDefinitions="_WIN64;_M_X64"
Christian Heimes8a48c4c2007-11-19 01:23:57 +000013 />
14 <Tool
15 Name="VCLinkerTool"
16 TargetMachine="17"
17 />
Martin v. Löwis1561bab2008-02-29 19:39:25 +000018 <UserMacro
19 Name="PythonExe"
20 Value="$(HOST_PYTHON)"
21 />
Christian Heimes8a48c4c2007-11-19 01:23:57 +000022</VisualStudioPropertySheet>