blob: d06f470cebad1814411f13dfe11ebf2b41474baa [file] [log] [blame]
Martin v. Löwis21967d02011-03-06 11:28:23 +01001<?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"
Tim Goldenbb4b0aa2013-10-27 20:04:12 +000011 AdditionalOptions="/GS-"
Martin v. Löwis21967d02011-03-06 11:28:23 +010012 PreprocessorDefinitions="_WIN64;_M_X64"
13 />
14 <Tool
15 Name="VCLinkerTool"
16 TargetMachine="17"
17 />
18 <UserMacro
19 Name="PythonExe"
20 Value="$(HOST_PYTHON)"
21 />
22</VisualStudioPropertySheet>