summaryrefslogtreecommitdiffstats
path: root/third_party/libxml/build/using_libxml.vsprops
blob: 0c7311c3bf02f008bd5b915b9fb42f29bba45a48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="using_libxml"
	>
	<Tool
		Name="VCCLCompilerTool"
		AdditionalIncludeDirectories="&quot;$(SolutionDir)..\third_party\libxml\include&quot;;&quot;$(SolutionDir)..\third_party\libxml\win32\include&quot;"
		PreprocessorDefinitions="LIBXML_STATIC"
	/>
	<Tool
		Name="VCLinkerTool"
		DelayLoadDLLs="ws2_32.dll"
	/>
</VisualStudioPropertySheet>