mirror of https://github.com/python/cpython.git
18 lines
391 B
Plaintext
18 lines
391 B
Plaintext
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||
|
<VisualStudioPropertySheet
|
||
|
ProjectType="Visual C++"
|
||
|
Version="8.00"
|
||
|
Name="amd64"
|
||
|
OutputDirectory="$(SolutionDir)/amd64"
|
||
|
>
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
AdditionalOptions=" /USECL:MS_OPTERON /GS-"
|
||
|
/>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
TargetMachine="0"
|
||
|
AdditionalOptions=" /MACHINE:AMD64 /USELINK:MS_SDK"
|
||
|
/>
|
||
|
</VisualStudioPropertySheet>
|