1 <?xml version="1.0" encoding="Windows-1252"?>
\r
3 ProjectType="Visual C++"
\r
6 ProjectGUID="{0662A8A9-82A3-4638-97D8-EC425D8D87C9}"
\r
7 RootNamespace="WebKit"
\r
20 OutputDirectory="$(WebKitOutputDir)\bin"
\r
21 IntermediateDirectory="$(WebKitOutputDir)\obj\$(ProjectName)\$(ConfigurationName)"
\r
22 ConfigurationType="2"
\r
23 InheritedPropertySheets=".\debug.vsprops"
\r
27 Name="VCPreBuildEventTool"
\r
28 CommandLine="set PATH=%SystemDrive%\cygwin\bin;%PATH%
touch "$(WebKitOutputDir)\tmp.cpp"
cl /analyze /nologo /c "$(WebKitOutputDir)\tmp.cpp" 2>&1 | findstr D9040
if ERRORLEVEL 0 set EnablePREfast="false" else set EnablePREfast="true"
if ERRORLEVEL 0 set AnalyzeWithLargeStack="" AnalyzeWithLargeStack="/analyze:65536"

mkdir 2>NUL "$(WebKitOutputDir)\include\JavaScriptCore\JavaScriptCore"
xcopy /y /d "$(WebKitLibrariesDir)\include\JavaScriptCore\JavaScriptCore\*" "$(WebKitOutputDir)\include\JavaScriptCore\JavaScriptCore"

bash auto-version.sh "$(InputDir)." "$(IntDir)"

"
\r
31 Name="VCCustomBuildTool"
\r
34 Name="VCXMLDataGeneratorTool"
\r
37 Name="VCWebServiceProxyGeneratorTool"
\r
43 Name="VCCLCompilerTool"
\r
45 AdditionalIncludeDirectories=""$(WebKitOutputDir)\include\WebKit";"$(WebKitOutputDir)\Include";"$(WebKitLibrariesDir)\Include";"$(WebKitOutputDir)\Include\WebCore";"$(WebKitLibrariesDir)\Include\WebCore";"$(WebKitOutputDir)\Include\WebCore\ForwardingHeaders";"$(WebKitLibrariesDir)\Include\WebCore\ForwardingHeaders";"$(WebKitOutputDir)\Include\JavaScriptCore";"$(WebKitLibrariesDir)\Include\JavaScriptCore";"$(WebKitOutputDir)\Include\icu";"$(WebKitLibrariesDir)\Include\icu";"$(WebKitLibrariesDir)\include\pthreads";"$(WebKitOutputDir)\Include\CoreFoundation\OSXCompatibilityHeaders";"$(WebKitLibrariesDir)\Include\CoreFoundation\OSXCompatibilityHeaders";"$(WebKitOutputDir)\Include\CoreFoundation\OSXCompatibilityHeaders\GNUCompatibility";"$(WebKitLibrariesDir)\Include\CoreFoundation\OSXCompatibilityHeaders\GNUCompatibility";"$(ProjectDir)\..";"$(ProjectDir)";"$(IntDir)\include""
\r
46 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;WEBKIT_EXPORTS;_WIN32_WINNT=0x500;_SCL_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ENABLE_XSLT;ENABLE_XPATH;ENABLE_SVG;FRAMEWORK_NAME=WebKit;__BUILDBOT__=0$(BuildBot)"
\r
47 MinimalRebuild="true"
\r
48 ExceptionHandling="0"
\r
49 BasicRuntimeChecks="3"
\r
51 RuntimeTypeInfo="false"
\r
52 UsePrecompiledHeader="0"
\r
55 Detect64BitPortabilityProblems="true"
\r
56 DebugInformationFormat="3"
\r
57 DisableSpecificWarnings="4127;4355;4800"
\r
58 ForcedIncludeFiles="CodeAnalysisConfig.h"
\r
61 Name="VCManagedResourceCompilerTool"
\r
64 Name="VCResourceCompilerTool"
\r
65 AdditionalIncludeDirectories="$(IntDir)\include"
\r
68 Name="VCPreLinkEventTool"
\r
73 LinkLibraryDependencies="false"
\r
74 AdditionalDependencies="delayimp.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib usp10.lib comctl32.lib version.lib shlwapi.lib libxml2$(LibraryConfigSuffix).lib libxslt$(LibraryConfigSuffix).lib icuuc$(LibraryConfigSuffix).lib SQLite3$(LibraryConfigSuffix).lib pthreadVC2$(LibraryConfigSuffix).lib CoreFoundation$(LibraryConfigSuffix).lib CFNetwork$(LibraryConfigSuffix).lib CoreGraphics$(LibraryConfigSuffix).lib JavaScriptCore$(WebKitConfigSuffix).lib WebKitGUID$(WebKitConfigSuffix).lib WebCore$(WebKitConfigSuffix).lib WTF$(WebKitConfigSuffix).lib WebKitSystemInterface$(WebKitConfigSuffix).lib msimg32.lib"
\r
75 OutputFile="$(OutDir)\$(ProjectName)$(WebKitDLLConfigSuffix).dll"
\r
77 AdditionalLibraryDirectories=""$(WebKitOutputDir)\lib";"$(WebKitLibrariesDir)\lib""
\r
78 ModuleDefinitionFile="WebKit$(WebKitDLLConfigSuffix).def"
\r
79 DelayLoadDLLs="comdlg32.dll;usp10.dll;comctl32.dll;version.dll;libxslt$(LibraryConfigSuffix).dll;SQLite3$(LibraryConfigSuffix).dll;msimg32.dll"
\r
80 GenerateDebugInformation="true"
\r
82 ImportLibrary="$(WebKitOutputDir)\lib\$(TargetName).lib"
\r
89 Name="VCManifestTool"
\r
92 Name="VCXDCMakeTool"
\r
95 Name="VCBscMakeTool"
\r
101 Name="VCAppVerifierTool"
\r
104 Name="VCWebDeploymentTool"
\r
107 Name="VCPostBuildEventTool"
\r
108 CommandLine="mkdir 2>NUL "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\WebLocalizableStrings.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\WebKitGraphics.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\ForEachCoClass.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\ProgIDMacros.h" "$(WebKitOutputDir)\include\WebKit"

xcopy /y /d "$(WebKitOutputDir)\include\WebCore\npfunctions.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(WebKitOutputDir)\include\JavaScriptCore\npapi.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(WebKitOutputDir)\include\JavaScriptCore\npruntime.h" "$(WebKitOutputDir)\include\WebKit"

mkdir 2>NUL "$(OutDir)\WebKit.resources"
xcopy /y /d "$(ProjectDir)..\$(ProjectName).resources\*" "$(OutDir)\$(ProjectName).resources"
mkdir 2>NUL "$(OutDir)\WebKit.resources\en.lproj"
xcopy /y /d "$(ProjectDir)..\English.lproj\Localizable.strings" "$(OutDir)\WebKit.resources\en.lproj\"
"
\r
112 Name="Release|Win32"
\r
113 OutputDirectory="$(WebKitOutputDir)\bin"
\r
114 IntermediateDirectory="$(WebKitOutputDir)\obj\$(ProjectName)\$(ConfigurationName)"
\r
115 ConfigurationType="2"
\r
116 InheritedPropertySheets=".\release.vsprops"
\r
118 WholeProgramOptimization="1"
\r
121 Name="VCPreBuildEventTool"
\r
122 CommandLine="set PATH=%SystemDrive%\cygwin\bin;%PATH%
touch "$(WebKitOutputDir)\tmp.cpp"
cl /analyze /nologo /c "$(WebKitOutputDir)\tmp.cpp" 2>&1 | findstr D9040
if ERRORLEVEL 0 set EnablePREfast="false" else set EnablePREfast="true"
if ERRORLEVEL 0 set AnalyzeWithLargeStack="" AnalyzeWithLargeStack="/analyze:65536"

mkdir 2>NUL "$(WebKitOutputDir)\include\JavaScriptCore\JavaScriptCore"
xcopy /y /d "$(WebKitLibrariesDir)\include\JavaScriptCore\JavaScriptCore\*" "$(WebKitOutputDir)\include\JavaScriptCore\JavaScriptCore"

bash auto-version.sh "$(InputDir)." "$(IntDir)"

"
\r
125 Name="VCCustomBuildTool"
\r
128 Name="VCXMLDataGeneratorTool"
\r
131 Name="VCWebServiceProxyGeneratorTool"
\r
137 Name="VCCLCompilerTool"
\r
138 AdditionalIncludeDirectories=""$(WebKitOutputDir)\include\WebKit";"$(WebKitOutputDir)\Include";"$(WebKitLibrariesDir)\Include";"$(WebKitOutputDir)\Include\WebCore";"$(WebKitLibrariesDir)\Include\WebCore";"$(WebKitOutputDir)\Include\WebCore\ForwardingHeaders";"$(WebKitLibrariesDir)\Include\WebCore\ForwardingHeaders";"$(WebKitOutputDir)\Include\JavaScriptCore";"$(WebKitLibrariesDir)\Include\JavaScriptCore";"$(WebKitOutputDir)\Include\icu";"$(WebKitLibrariesDir)\Include\icu";"$(WebKitLibrariesDir)\include\pthreads";"$(WebKitOutputDir)\Include\CoreFoundation\OSXCompatibilityHeaders";"$(WebKitLibrariesDir)\Include\CoreFoundation\OSXCompatibilityHeaders";"$(WebKitOutputDir)\Include\CoreFoundation\OSXCompatibilityHeaders\GNUCompatibility";"$(WebKitLibrariesDir)\Include\CoreFoundation\OSXCompatibilityHeaders\GNUCompatibility";"$(ProjectDir)\..";"$(ProjectDir)";"$(IntDir)\include""
\r
139 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;WEBKIT_EXPORTS;_WIN32_WINNT=0x500;_SCL_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ENABLE_XSLT;ENABLE_XPATH;ENABLE_SVG;FRAMEWORK_NAME=WebKit;__BUILDBOT__=0$(BuildBot)"
\r
140 ExceptionHandling="0"
\r
142 RuntimeTypeInfo="false"
\r
143 UsePrecompiledHeader="0"
\r
146 Detect64BitPortabilityProblems="true"
\r
147 DebugInformationFormat="3"
\r
148 DisableSpecificWarnings="4127;4355;4800"
\r
149 ForcedIncludeFiles="CodeAnalysisConfig.h"
\r
152 Name="VCManagedResourceCompilerTool"
\r
155 Name="VCResourceCompilerTool"
\r
156 AdditionalIncludeDirectories="$(IntDir)\include"
\r
159 Name="VCPreLinkEventTool"
\r
163 Name="VCLinkerTool"
\r
164 LinkLibraryDependencies="false"
\r
165 AdditionalDependencies="delayimp.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib usp10.lib comctl32.lib version.lib shlwapi.lib libxml2$(LibraryConfigSuffix).lib libxslt$(LibraryConfigSuffix).lib icuuc$(LibraryConfigSuffix).lib SQLite3$(LibraryConfigSuffix).lib pthreadVC2$(LibraryConfigSuffix).lib CoreFoundation$(LibraryConfigSuffix).lib CFNetwork$(LibraryConfigSuffix).lib CoreGraphics$(LibraryConfigSuffix).lib JavaScriptCore$(WebKitConfigSuffix).lib WebKitGUID$(WebKitConfigSuffix).lib WebCore$(WebKitConfigSuffix).lib WTF$(WebKitConfigSuffix).lib WebKitSystemInterface$(WebKitConfigSuffix).lib msimg32.lib"
\r
166 OutputFile="$(OutDir)\$(ProjectName)$(WebKitDLLConfigSuffix).dll"
\r
167 LinkIncremental="1"
\r
168 AdditionalLibraryDirectories=""$(WebKitOutputDir)\lib";"$(WebKitLibrariesDir)\lib""
\r
169 ModuleDefinitionFile="WebKit$(WebKitDLLConfigSuffix).def"
\r
170 DelayLoadDLLs="comdlg32.dll;usp10.dll;comctl32.dll;version.dll;libxslt$(LibraryConfigSuffix).dll;SQLite3$(LibraryConfigSuffix).dll;msimg32.dll"
\r
171 GenerateDebugInformation="true"
\r
173 OptimizeReferences="2"
\r
174 EnableCOMDATFolding="2"
\r
175 ImportLibrary="$(WebKitOutputDir)\lib\$(TargetName).lib"
\r
182 Name="VCManifestTool"
\r
185 Name="VCXDCMakeTool"
\r
188 Name="VCBscMakeTool"
\r
194 Name="VCAppVerifierTool"
\r
197 Name="VCWebDeploymentTool"
\r
200 Name="VCPostBuildEventTool"
\r
201 CommandLine="mkdir 2>NUL "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\WebLocalizableStrings.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\WebKitGraphics.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\ForEachCoClass.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\ProgIDMacros.h" "$(WebKitOutputDir)\include\WebKit"

xcopy /y /d "$(WebKitOutputDir)\include\WebCore\npfunctions.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(WebKitOutputDir)\include\JavaScriptCore\npapi.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(WebKitOutputDir)\include\JavaScriptCore\npruntime.h" "$(WebKitOutputDir)\include\WebKit"

mkdir 2>NUL "$(OutDir)\WebKit.resources"
xcopy /y /d "$(ProjectDir)..\$(ProjectName).resources\*" "$(OutDir)\$(ProjectName).resources"
mkdir 2>NUL "$(OutDir)\WebKit.resources\en.lproj"
xcopy /y /d "$(ProjectDir)..\English.lproj\Localizable.strings" "$(OutDir)\WebKit.resources\en.lproj\"
"
\r
205 Name="Debug_Internal|Win32"
\r
206 OutputDirectory="$(WebKitOutputDir)\bin"
\r
207 IntermediateDirectory="$(WebKitOutputDir)\obj\$(ProjectName)\$(ConfigurationName)"
\r
208 ConfigurationType="2"
\r
209 InheritedPropertySheets=".\debug_internal.vsprops"
\r
213 Name="VCPreBuildEventTool"
\r
214 CommandLine="set PATH=%SystemDrive%\cygwin\bin;%PATH%
touch "$(WebKitOutputDir)\tmp.cpp"
cl /analyze /nologo /c "$(WebKitOutputDir)\tmp.cpp" 2>&1 | findstr D9040
if ERRORLEVEL 0 set EnablePREfast="false" else set EnablePREfast="true"
if ERRORLEVEL 0 set AnalyzeWithLargeStack="" AnalyzeWithLargeStack="/analyze:65536"

mkdir 2>NUL "$(WebKitOutputDir)\include\JavaScriptCore\JavaScriptCore"
xcopy /y /d "$(WebKitLibrariesDir)\include\JavaScriptCore\JavaScriptCore\*" "$(WebKitOutputDir)\include\JavaScriptCore\JavaScriptCore"

bash auto-version.sh "$(InputDir)." "$(IntDir)"

"
\r
217 Name="VCCustomBuildTool"
\r
220 Name="VCXMLDataGeneratorTool"
\r
223 Name="VCWebServiceProxyGeneratorTool"
\r
229 Name="VCCLCompilerTool"
\r
231 AdditionalIncludeDirectories=""$(WebKitOutputDir)\include\WebKit";"$(WebKitOutputDir)\Include";"$(WebKitLibrariesDir)\Include";"$(WebKitOutputDir)\Include\WebCore";"$(WebKitLibrariesDir)\Include\WebCore";"$(WebKitOutputDir)\Include\WebCore\ForwardingHeaders";"$(WebKitLibrariesDir)\Include\WebCore\ForwardingHeaders";"$(WebKitOutputDir)\Include\JavaScriptCore";"$(WebKitLibrariesDir)\Include\JavaScriptCore";"$(WebKitOutputDir)\Include\icu";"$(WebKitLibrariesDir)\Include\icu";"$(WebKitLibrariesDir)\include\pthreads";"$(WebKitOutputDir)\Include\CoreFoundation\OSXCompatibilityHeaders";"$(WebKitLibrariesDir)\Include\CoreFoundation\OSXCompatibilityHeaders";"$(WebKitOutputDir)\Include\CoreFoundation\OSXCompatibilityHeaders\GNUCompatibility";"$(WebKitLibrariesDir)\Include\CoreFoundation\OSXCompatibilityHeaders\GNUCompatibility";"$(ProjectDir)\..";"$(ProjectDir)";"$(IntDir)\include""
\r
232 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;WEBKIT_EXPORTS;_WIN32_WINNT=0x500;_SCL_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ENABLE_XSLT;ENABLE_XPATH;ENABLE_SVG;FRAMEWORK_NAME=WebKit;__BUILDBOT__=0$(BuildBot)"
\r
233 MinimalRebuild="true"
\r
234 ExceptionHandling="0"
\r
235 BasicRuntimeChecks="3"
\r
237 RuntimeTypeInfo="false"
\r
238 UsePrecompiledHeader="0"
\r
241 Detect64BitPortabilityProblems="true"
\r
242 DebugInformationFormat="3"
\r
243 DisableSpecificWarnings="4127;4355;4800"
\r
244 ForcedIncludeFiles="CodeAnalysisConfig.h"
\r
247 Name="VCManagedResourceCompilerTool"
\r
250 Name="VCResourceCompilerTool"
\r
251 AdditionalIncludeDirectories="$(IntDir)\include"
\r
254 Name="VCPreLinkEventTool"
\r
258 Name="VCLinkerTool"
\r
259 LinkLibraryDependencies="false"
\r
260 AdditionalDependencies="delayimp.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib usp10.lib comctl32.lib version.lib shlwapi.lib libxml2$(LibraryConfigSuffix).lib libxslt$(LibraryConfigSuffix).lib icuuc$(LibraryConfigSuffix).lib SQLite3$(LibraryConfigSuffix).lib pthreadVC2$(LibraryConfigSuffix).lib CoreFoundation$(LibraryConfigSuffix).lib CFNetwork$(LibraryConfigSuffix).lib CoreGraphics$(LibraryConfigSuffix).lib JavaScriptCore$(WebKitConfigSuffix).lib WebKitGUID$(WebKitConfigSuffix).lib WebCore$(WebKitConfigSuffix).lib WTF$(WebKitConfigSuffix).lib WebKitSystemInterface$(WebKitConfigSuffix).lib msimg32.lib"
\r
261 OutputFile="$(OutDir)\$(ProjectName)$(WebKitDLLConfigSuffix).dll"
\r
262 LinkIncremental="2"
\r
263 AdditionalLibraryDirectories=""$(WebKitOutputDir)\lib";"$(WebKitLibrariesDir)\lib""
\r
264 ModuleDefinitionFile="WebKit$(WebKitDLLConfigSuffix).def"
\r
265 DelayLoadDLLs="comdlg32.dll;usp10.dll;comctl32.dll;version.dll;libxslt$(LibraryConfigSuffix).dll;SQLite3$(LibraryConfigSuffix).dll;msimg32.dll"
\r
266 GenerateDebugInformation="true"
\r
268 ImportLibrary="$(WebKitOutputDir)\lib\$(TargetName).lib"
\r
275 Name="VCManifestTool"
\r
278 Name="VCXDCMakeTool"
\r
281 Name="VCBscMakeTool"
\r
287 Name="VCAppVerifierTool"
\r
290 Name="VCWebDeploymentTool"
\r
293 Name="VCPostBuildEventTool"
\r
294 CommandLine="mkdir 2>NUL "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\WebLocalizableStrings.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\WebKitGraphics.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\ForEachCoClass.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\ProgIDMacros.h" "$(WebKitOutputDir)\include\WebKit"

xcopy /y /d "$(WebKitOutputDir)\include\WebCore\npfunctions.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(WebKitOutputDir)\include\JavaScriptCore\npapi.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(WebKitOutputDir)\include\JavaScriptCore\npruntime.h" "$(WebKitOutputDir)\include\WebKit"

mkdir 2>NUL "$(OutDir)\WebKit.resources"
xcopy /y /d "$(ProjectDir)..\$(ProjectName).resources\*" "$(OutDir)\$(ProjectName).resources"
mkdir 2>NUL "$(OutDir)\WebKit.resources\en.lproj"
xcopy /y /d "$(ProjectDir)..\English.lproj\Localizable.strings" "$(OutDir)\WebKit.resources\en.lproj\"
"
\r
302 Name="Source Files"
\r
303 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
\r
304 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
\r
307 RelativePath="..\MarshallingHelpers.cpp"
\r
311 RelativePath="..\WebCoreLocalizedStrings.cpp"
\r
315 RelativePath="..\WebInspectorClient.cpp"
\r
319 RelativePath="..\WebKitClassFactory.cpp"
\r
323 RelativePath="..\WebKitDLL.cpp"
\r
327 RelativePath="..\WebKitSystemBits.cpp"
\r
331 RelativePath="..\WebNodeHighlight.cpp"
\r
336 Name="Header Files"
\r
337 Filter="h;hpp;hxx;hm;inl;inc;xsd"
\r
338 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
\r
341 RelativePath=".\autoversion.h"
\r
345 RelativePath="..\CFDictionaryPropertyBag.h"
\r
349 RelativePath="..\CodeAnalysisConfig.h"
\r
353 RelativePath="..\DefaultDownloadDelegate.h"
\r
357 RelativePath="..\DefaultPolicyDelegate.h"
\r
361 RelativePath="..\DOMCoreClasses.h"
\r
365 RelativePath="..\DOMCSSClasses.h"
\r
369 RelativePath="..\DOMEventsClasses.h"
\r
373 RelativePath="..\DOMHTMLClasses.h"
\r
377 RelativePath="..\ForEachCoClass.h"
\r
381 RelativePath="..\HTTPHeaderPropertyBag.h"
\r
385 RelativePath="..\MarshallingHelpers.h"
\r
389 RelativePath="..\MemoryStream.h"
\r
393 RelativePath="..\ProgIDMacros.h"
\r
397 RelativePath=".\resource.h"
\r
401 RelativePath="..\WebActionPropertyBag.h"
\r
405 RelativePath="..\WebBackForwardList.h"
\r
409 RelativePath="..\WebCache.h"
\r
413 RelativePath="..\WebChromeClient.h"
\r
417 RelativePath="..\WebContextMenuClient.h"
\r
421 RelativePath="..\WebDatabaseManager.h"
\r
425 RelativePath="..\WebDataSource.h"
\r
429 RelativePath="..\WebDocumentLoader.h"
\r
433 RelativePath="..\WebDownload.h"
\r
437 RelativePath="..\WebDragClient.h"
\r
441 RelativePath="..\WebDropSource.h"
\r
445 RelativePath="..\WebEditorClient.h"
\r
449 RelativePath="..\WebElementPropertyBag.h"
\r
453 RelativePath="..\WebError.h"
\r
457 RelativePath="..\WebFrame.h"
\r
461 RelativePath="..\WebFramePolicyListener.h"
\r
465 RelativePath="..\WebHistory.h"
\r
469 RelativePath="..\WebHistoryItem.h"
\r
473 RelativePath="..\WebHTMLRepresentation.h"
\r
477 RelativePath="..\WebIconDatabase.h"
\r
481 RelativePath="..\WebInspectorClient.h"
\r
485 RelativePath="..\WebJavaScriptCollector.h"
\r
489 RelativePath="..\WebKitClassFactory.h"
\r
493 RelativePath="..\WebKitDLL.h"
\r
497 RelativePath="..\WebKitGraphics.h"
\r
501 RelativePath="..\WebKitLogging.h"
\r
505 RelativePath="..\WebKitStatistics.h"
\r
509 RelativePath="..\WebKitStatisticsPrivate.h"
\r
513 RelativePath="..\WebKitSystemBits.h"
\r
517 RelativePath="..\WebLocalizableStrings.h"
\r
521 RelativePath="..\WebMutableURLRequest.h"
\r
525 RelativePath="..\WebNodeHighlight.h"
\r
529 RelativePath="..\WebNotification.h"
\r
533 RelativePath="..\WebNotificationCenter.h"
\r
537 RelativePath="..\WebPreferenceKeysPrivate.h"
\r
541 RelativePath="..\WebPreferences.h"
\r
545 RelativePath="..\WebResource.h"
\r
549 RelativePath="..\WebScriptCallFrame.h"
\r
553 RelativePath="..\WebScriptDebugServer.h"
\r
557 RelativePath="..\WebScriptObject.h"
\r
561 RelativePath="..\WebScrollBar.h"
\r
565 RelativePath="..\WebTextRenderer.h"
\r
569 RelativePath="..\WebURLAuthenticationChallenge.h"
\r
573 RelativePath="..\WebURLAuthenticationChallengeSender.h"
\r
577 RelativePath="..\WebURLCredential.h"
\r
581 RelativePath="..\WebURLProtectionSpace.h"
\r
585 RelativePath="..\WebURLResponse.h"
\r
589 RelativePath="..\WebView.h"
\r
597 RelativePath="..\CFDictionaryPropertyBag.cpp"
\r
601 RelativePath="..\DefaultDownloadDelegate.cpp"
\r
605 RelativePath="..\DefaultPolicyDelegate.cpp"
\r
609 RelativePath="..\DOMCoreClasses.cpp"
\r
613 RelativePath="..\DOMCSSClasses.cpp"
\r
617 RelativePath="..\DOMEventsClasses.cpp"
\r
621 RelativePath="..\DOMHTMLClasses.cpp"
\r
625 RelativePath="..\HTTPHeaderPropertyBag.cpp"
\r
629 RelativePath="..\MemoryStream.cpp"
\r
633 RelativePath="..\WebActionPropertyBag.cpp"
\r
637 RelativePath="..\WebBackForwardList.cpp"
\r
641 RelativePath="..\WebCache.cpp"
\r
645 RelativePath="..\WebChromeClient.cpp"
\r
649 RelativePath="..\WebContextMenuClient.cpp"
\r
653 RelativePath="..\WebDatabaseManager.cpp"
\r
657 RelativePath="..\WebDataSource.cpp"
\r
661 RelativePath="..\WebDocumentLoader.cpp"
\r
665 RelativePath="..\WebDownload.cpp"
\r
669 RelativePath="..\WebDragClient.cpp"
\r
673 RelativePath="..\WebDropSource.cpp"
\r
677 RelativePath="..\WebEditorClient.cpp"
\r
681 RelativePath="..\WebElementPropertyBag.cpp"
\r
685 RelativePath="..\WebError.cpp"
\r
689 RelativePath="..\WebFrame.cpp"
\r
693 RelativePath="..\WebFramePolicyListener.cpp"
\r
697 RelativePath="..\WebHistory.cpp"
\r
701 RelativePath="..\WebHistoryItem.cpp"
\r
705 RelativePath="..\WebHTMLRepresentation.cpp"
\r
709 RelativePath="..\WebIconDatabase.cpp"
\r
713 RelativePath="..\WebJavaScriptCollector.cpp"
\r
717 RelativePath="..\WebKitLogging.cpp"
\r
721 RelativePath="..\WebKitStatistics.cpp"
\r
725 RelativePath="..\WebMutableURLRequest.cpp"
\r
729 RelativePath="..\WebNotification.cpp"
\r
733 RelativePath="..\WebNotificationCenter.cpp"
\r
737 RelativePath="..\WebPreferences.cpp"
\r
741 RelativePath="..\WebResource.cpp"
\r
745 RelativePath="..\WebScriptCallFrame.cpp"
\r
749 RelativePath="..\WebScriptDebugServer.cpp"
\r
753 RelativePath="..\WebScriptObject.cpp"
\r
757 RelativePath="..\WebScrollBar.cpp"
\r
761 RelativePath="..\WebTextRenderer.cpp"
\r
765 RelativePath="..\WebURLAuthenticationChallenge.cpp"
\r
769 RelativePath="..\WebURLAuthenticationChallengeSender.cpp"
\r
773 RelativePath="..\WebURLCredential.cpp"
\r
777 RelativePath="..\WebURLProtectionSpace.cpp"
\r
781 RelativePath="..\WebURLResponse.cpp"
\r
785 RelativePath="..\WebView.cpp"
\r
793 RelativePath=".\missingImage.png"
\r
797 RelativePath=".\nullplugin.png"
\r
801 RelativePath=".\textAreaResizeCorner.png"
\r
805 RelativePath=".\verticalTextCursor.png"
\r
809 RelativePath=".\WebKit.rc"
\r
813 RelativePath=".\WebKit.tlb"
\r
817 RelativePath=".\zoomInCursor.png"
\r
821 RelativePath=".\zoomOutCursor.png"
\r
829 RelativePath=".\WebKit.def"
\r
833 RelativePath=".\WebKit_debug.def"
\r
837 RelativePath="..\WebKitGraphics.cpp"
\r
841 RelativePath="..\WebLocalizableStrings.cpp"
\r
848 </VisualStudioProject>
\r