1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="8.00" 5 Name="WinLauncher" 6 ProjectGUID="{114FCA11-216B-4C8C-957E-30A75AE80443}" 7 RootNamespace="WinLauncher" 8 Keyword="Win32Proj" 9 > 10 <Platforms> 11 <Platform 12 Name="Win32" 13 /> 14 </Platforms> 15 <ToolFiles> 16 </ToolFiles> 17 <Configurations> 18 <Configuration 19 Name="Debug|Win32" 20 ConfigurationType="1" 21 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops" 22 CharacterSet="1" 23 > 24 <Tool 25 Name="VCPreBuildEventTool" 26 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"
" 27 /> 28 <Tool 29 Name="VCCustomBuildTool" 30 /> 31 <Tool 32 Name="VCXMLDataGeneratorTool" 33 /> 34 <Tool 35 Name="VCWebServiceProxyGeneratorTool" 36 /> 37 <Tool 38 Name="VCMIDLTool" 39 /> 40 <Tool 41 Name="VCCLCompilerTool" 42 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";"$(ProjectDir)\..";"$(ProjectDir)";"$(IntDir)\Include";"$(WebKitOutputDir)\obj\WebKit\DerivedSources"" 43 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE" 44 UsePrecompiledHeader="2" 45 WarningLevel="1" 46 /> 47 <Tool 48 Name="VCManagedResourceCompilerTool" 49 /> 50 <Tool 51 Name="VCResourceCompilerTool" 52 /> 53 <Tool 54 Name="VCPreLinkEventTool" 55 /> 56 <Tool 57 Name="VCLinkerTool" 58 LinkLibraryDependencies="false" 59 AdditionalDependencies="comctl32.lib shlwapi.lib user32.lib ole32.lib oleaut32.lib WebKitGUID$(WebKitConfigSuffix).lib WebKit$(WebKitDLLConfigSuffix).lib" 60 LinkIncremental="2" 61 AdditionalLibraryDirectories=""$(WebKitOutputDir)\lib";"$(ProjectDir)\..\..\..\"" 62 GenerateDebugInformation="true" 63 SubSystem="2" 64 TargetMachine="1" 65 /> 66 <Tool 67 Name="VCALinkTool" 68 /> 69 <Tool 70 Name="VCManifestTool" 71 TypeLibraryFile="" 72 ComponentFileName="" 73 /> 74 <Tool 75 Name="VCXDCMakeTool" 76 /> 77 <Tool 78 Name="VCBscMakeTool" 79 /> 80 <Tool 81 Name="VCFxCopTool" 82 /> 83 <Tool 84 Name="VCAppVerifierTool" 85 /> 86 <Tool 87 Name="VCWebDeploymentTool" 88 /> 89 <Tool 90 Name="VCPostBuildEventTool" 91 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"" 92 /> 93 </Configuration> 94 <Configuration 95 Name="Release|Win32" 96 ConfigurationType="1" 97 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\release.vsprops" 98 CharacterSet="1" 99 WholeProgramOptimization="1" 100 > 101 <Tool 102 Name="VCPreBuildEventTool" 103 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"
" 104 /> 105 <Tool 106 Name="VCCustomBuildTool" 107 /> 108 <Tool 109 Name="VCXMLDataGeneratorTool" 110 /> 111 <Tool 112 Name="VCWebServiceProxyGeneratorTool" 113 /> 114 <Tool 115 Name="VCMIDLTool" 116 /> 117 <Tool 118 Name="VCCLCompilerTool" 119 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";"$(WebKitOutputDir)\obj\WebKit\DerivedSources"" 120 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_WIN32_WINNT=0x501" 121 UsePrecompiledHeader="2" 122 WarningLevel="1" 123 /> 124 <Tool 125 Name="VCManagedResourceCompilerTool" 126 /> 127 <Tool 128 Name="VCResourceCompilerTool" 129 /> 130 <Tool 131 Name="VCPreLinkEventTool" 132 /> 133 <Tool 134 Name="VCLinkerTool" 135 LinkLibraryDependencies="false" 136 AdditionalOptions="
" 137 AdditionalDependencies="comctl32.lib shlwapi.lib user32.lib ole32.lib oleaut32.lib WebKitGUID$(WebKitConfigSuffix).lib WebKit$(WebKitDLLConfigSuffix).lib" 138 LinkIncremental="1" 139 AdditionalLibraryDirectories=""$(WebKitOutputDir)\lib";"$(ProjectDir)\..\..\..\"" 140 GenerateDebugInformation="true" 141 SubSystem="2" 142 OptimizeReferences="2" 143 EnableCOMDATFolding="2" 144 TargetMachine="1" 145 /> 146 <Tool 147 Name="VCALinkTool" 148 /> 149 <Tool 150 Name="VCManifestTool" 151 TypeLibraryFile="" 152 ComponentFileName="" 153 /> 154 <Tool 155 Name="VCXDCMakeTool" 156 /> 157 <Tool 158 Name="VCBscMakeTool" 159 /> 160 <Tool 161 Name="VCFxCopTool" 162 /> 163 <Tool 164 Name="VCAppVerifierTool" 165 /> 166 <Tool 167 Name="VCWebDeploymentTool" 168 /> 169 <Tool 170 Name="VCPostBuildEventTool" 171 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"" 172 /> 173 </Configuration> 174 <Configuration 175 Name="Debug_Internal|Win32" 176 ConfigurationType="1" 177 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_internal.vsprops" 178 CharacterSet="1" 179 > 180 <Tool 181 Name="VCPreBuildEventTool" 182 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"
" 183 /> 184 <Tool 185 Name="VCCustomBuildTool" 186 /> 187 <Tool 188 Name="VCXMLDataGeneratorTool" 189 /> 190 <Tool 191 Name="VCWebServiceProxyGeneratorTool" 192 /> 193 <Tool 194 Name="VCMIDLTool" 195 /> 196 <Tool 197 Name="VCCLCompilerTool" 198 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";"$(ProjectDir)\..";"$(ProjectDir)";"$(IntDir)\Include";"$(WebKitOutputDir)\obj\WebKit\DerivedSources"" 199 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE" 200 UsePrecompiledHeader="2" 201 WarningLevel="1" 202 /> 203 <Tool 204 Name="VCManagedResourceCompilerTool" 205 /> 206 <Tool 207 Name="VCResourceCompilerTool" 208 /> 209 <Tool 210 Name="VCPreLinkEventTool" 211 /> 212 <Tool 213 Name="VCLinkerTool" 214 LinkLibraryDependencies="false" 215 AdditionalDependencies="comctl32.lib shlwapi.lib user32.lib ole32.lib oleaut32.lib WebKitGUID$(WebKitConfigSuffix).lib WebKit$(WebKitDLLConfigSuffix).lib" 216 LinkIncremental="2" 217 AdditionalLibraryDirectories=""$(WebKitOutputDir)\lib";"$(ProjectDir)\..\..\..\"" 218 GenerateDebugInformation="true" 219 SubSystem="2" 220 TargetMachine="1" 221 /> 222 <Tool 223 Name="VCALinkTool" 224 /> 225 <Tool 226 Name="VCManifestTool" 227 TypeLibraryFile="" 228 ComponentFileName="" 229 /> 230 <Tool 231 Name="VCXDCMakeTool" 232 /> 233 <Tool 234 Name="VCBscMakeTool" 235 /> 236 <Tool 237 Name="VCFxCopTool" 238 /> 239 <Tool 240 Name="VCAppVerifierTool" 241 /> 242 <Tool 243 Name="VCWebDeploymentTool" 244 /> 245 <Tool 246 Name="VCPostBuildEventTool" 247 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"" 248 /> 249 </Configuration> 250 <Configuration 251 Name="Debug_Cairo|Win32" 252 ConfigurationType="1" 253 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_wincairo.vsprops" 254 CharacterSet="1" 255 > 256 <Tool 257 Name="VCPreBuildEventTool" 258 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"
" 259 /> 260 <Tool 261 Name="VCCustomBuildTool" 262 /> 263 <Tool 264 Name="VCXMLDataGeneratorTool" 265 /> 266 <Tool 267 Name="VCWebServiceProxyGeneratorTool" 268 /> 269 <Tool 270 Name="VCMIDLTool" 271 /> 272 <Tool 273 Name="VCCLCompilerTool" 274 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";"$(ProjectDir)\..";"$(ProjectDir)";"$(IntDir)\Include";"$(WebKitOutputDir)\obj\WebKit\DerivedSources"" 275 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE" 276 UsePrecompiledHeader="2" 277 WarningLevel="1" 278 /> 279 <Tool 280 Name="VCManagedResourceCompilerTool" 281 /> 282 <Tool 283 Name="VCResourceCompilerTool" 284 /> 285 <Tool 286 Name="VCPreLinkEventTool" 287 /> 288 <Tool 289 Name="VCLinkerTool" 290 LinkLibraryDependencies="false" 291 AdditionalDependencies="comctl32.lib shlwapi.lib user32.lib ole32.lib oleaut32.lib WebKitGUID$(WebKitConfigSuffix).lib WebKit$(WebKitDLLConfigSuffix).lib" 292 LinkIncremental="2" 293 AdditionalLibraryDirectories=""$(WebKitOutputDir)\lib";"$(ProjectDir)\..\..\..\"" 294 GenerateDebugInformation="true" 295 SubSystem="2" 296 TargetMachine="1" 297 /> 298 <Tool 299 Name="VCALinkTool" 300 /> 301 <Tool 302 Name="VCManifestTool" 303 TypeLibraryFile="" 304 ComponentFileName="" 305 /> 306 <Tool 307 Name="VCXDCMakeTool" 308 /> 309 <Tool 310 Name="VCBscMakeTool" 311 /> 312 <Tool 313 Name="VCFxCopTool" 314 /> 315 <Tool 316 Name="VCAppVerifierTool" 317 /> 318 <Tool 319 Name="VCWebDeploymentTool" 320 /> 321 <Tool 322 Name="VCPostBuildEventTool" 323 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"" 324 /> 325 </Configuration> 326 <Configuration 327 Name="Debug_All|Win32" 328 ConfigurationType="1" 329 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_internal.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_all.vsprops" 330 CharacterSet="1" 331 > 332 <Tool 333 Name="VCPreBuildEventTool" 334 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"
" 335 /> 336 <Tool 337 Name="VCCustomBuildTool" 338 /> 339 <Tool 340 Name="VCXMLDataGeneratorTool" 341 /> 342 <Tool 343 Name="VCWebServiceProxyGeneratorTool" 344 /> 345 <Tool 346 Name="VCMIDLTool" 347 /> 348 <Tool 349 Name="VCCLCompilerTool" 350 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";"$(ProjectDir)\..";"$(ProjectDir)";"$(IntDir)\Include";"$(WebKitOutputDir)\obj\WebKit\DerivedSources"" 351 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE" 352 UsePrecompiledHeader="2" 353 WarningLevel="1" 354 /> 355 <Tool 356 Name="VCManagedResourceCompilerTool" 357 /> 358 <Tool 359 Name="VCResourceCompilerTool" 360 /> 361 <Tool 362 Name="VCPreLinkEventTool" 363 /> 364 <Tool 365 Name="VCLinkerTool" 366 LinkLibraryDependencies="false" 367 AdditionalDependencies="comctl32.lib shlwapi.lib user32.lib ole32.lib oleaut32.lib WebKitGUID$(WebKitConfigSuffix).lib WebKit$(WebKitDLLConfigSuffix).lib" 368 LinkIncremental="2" 369 AdditionalLibraryDirectories=""$(WebKitOutputDir)\lib";"$(ProjectDir)\..\..\..\"" 370 GenerateDebugInformation="true" 371 SubSystem="2" 372 TargetMachine="1" 373 /> 374 <Tool 375 Name="VCALinkTool" 376 /> 377 <Tool 378 Name="VCManifestTool" 379 TypeLibraryFile="" 380 ComponentFileName="" 381 /> 382 <Tool 383 Name="VCXDCMakeTool" 384 /> 385 <Tool 386 Name="VCBscMakeTool" 387 /> 388 <Tool 389 Name="VCFxCopTool" 390 /> 391 <Tool 392 Name="VCAppVerifierTool" 393 /> 394 <Tool 395 Name="VCWebDeploymentTool" 396 /> 397 <Tool 398 Name="VCPostBuildEventTool" 399 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"" 400 /> 401 </Configuration> 402 </Configurations> 403 <References> 404 </References> 405 <Files> 406 <Filter 407 Name="Source Files" 408 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 409 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 410 > 411 <File 412 RelativePath=".\PrintWebUIDelegate.cpp" 413 > 414 </File> 415 <File 416 RelativePath=".\stdafx.cpp" 417 > 418 <FileConfiguration 419 Name="Debug|Win32" 420 > 421 <Tool 422 Name="VCCLCompilerTool" 423 UsePrecompiledHeader="1" 424 /> 425 </FileConfiguration> 426 <FileConfiguration 427 Name="Release|Win32" 428 > 429 <Tool 430 Name="VCCLCompilerTool" 431 UsePrecompiledHeader="1" 432 /> 433 </FileConfiguration> 434 <FileConfiguration 435 Name="Debug_Internal|Win32" 436 > 437 <Tool 438 Name="VCCLCompilerTool" 439 UsePrecompiledHeader="1" 440 /> 441 </FileConfiguration> 442 <FileConfiguration 443 Name="Debug_Cairo|Win32" 444 > 445 <Tool 446 Name="VCCLCompilerTool" 447 UsePrecompiledHeader="1" 448 /> 449 </FileConfiguration> 450 <FileConfiguration 451 Name="Debug_All|Win32" 452 > 453 <Tool 454 Name="VCCLCompilerTool" 455 UsePrecompiledHeader="1" 456 /> 457 </FileConfiguration> 458 </File> 459 <File 460 RelativePath=".\WinLauncher.cpp" 461 > 462 </File> 463 </Filter> 464 <Filter 465 Name="Header Files" 466 Filter="h;hpp;hxx;hm;inl;inc;xsd" 467 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 468 > 469 <File 470 RelativePath=".\PrintWebUIDelegate.h" 471 > 472 </File> 473 <File 474 RelativePath=".\Resource.h" 475 > 476 </File> 477 <File 478 RelativePath=".\stdafx.h" 479 > 480 </File> 481 <File 482 RelativePath=".\WinLauncher.h" 483 > 484 </File> 485 </Filter> 486 <Filter 487 Name="Resource Files" 488 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" 489 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 490 > 491 <File 492 RelativePath=".\small.ico" 493 > 494 </File> 495 <File 496 RelativePath=".\WinLauncher.ico" 497 > 498 </File> 499 <File 500 RelativePath=".\WinLauncher.rc" 501 > 502 </File> 503 </Filter> 504 </Files> 505 <Globals> 506 </Globals> 507</VisualStudioProject> 508