x64.vsprops 434 Bytes
Newer Older
1 2 3 4
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
5 6
	OutputDirectory="$(SolutionDir)$(ConfigurationName)64"
	IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64\obj\$(ProjectName)"
7 8 9 10
	Name="x64"
	>
	<Tool
		Name="VCCLCompilerTool"
11
		PreprocessorDefinitions="V8_TARGET_ARCH_X64"
12
	/>
13 14 15 16
	<Tool
		Name="VCLinkerTool"
		TargetMachine="17"
	/>
17
</VisualStudioPropertySheet>