aboutsummaryrefslogtreecommitdiff
path: root/ports/winnt/vs2008/debug-x64.vsprops
blob: 3f241c2c8692065e44fb1acbf86eb8559f36ae26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="debug-x64"
	>
	<Tool
		Name="VCCLCompilerTool"
		Optimization="0"
		EnableIntrinsicFunctions="true"
		AdditionalIncludeDirectories="&quot;$(OPENSSL64_INC)&quot;"
		PreprocessorDefinitions="_DEBUG;OPENSSL"
		RuntimeLibrary="1"
	/>
	<Tool
		Name="VCLinkerTool"
		AdditionalLibraryDirectories=" $(OPENSSL64_LIB)\vc"
		TargetMachine="17"
	/>
</VisualStudioPropertySheet>