node/deps/v8/tools/visual_studio/x64.vsprops

18 lines
451 B
Plaintext
Raw Normal View History

2009-08-19 22:37:15 +08:00
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
2009-09-10 04:01:54 +08:00
OutputDirectory="$(SolutionDir)$(ConfigurationName)64"
IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64\obj\$(ProjectName)"
2009-08-19 22:37:15 +08:00
Name="x64"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="V8_TARGET_ARCH_X64;V8_NATIVE_REGEXP"
/>
2010-02-04 01:06:03 +08:00
<Tool
Name="VCLinkerTool"
TargetMachine="17"
/>
2009-08-19 22:37:15 +08:00
</VisualStudioPropertySheet>