summaryrefslogtreecommitdiffstats
path: root/WebKitTools/WebKitTestRunner/Configurations/InjectedBundleCoreFoundation.vsprops
blob: d58b22134f9dbf02416ab3bdac361f01f5ac5fce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="InjectedBundleCoreFoundation"
	>
	<Tool
		Name="VCLinkerTool"
		AdditionalDependencies="JavaScriptCore$(WebKitDLLConfigSuffix).lib WebKit$(WebKitDLLConfigSuffix).lib CoreFoundation$(LibraryConfigSuffix).lib"
		OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix).dll"
	/>
</VisualStudioPropertySheet>