Diff
Modified: trunk/Tools/ChangeLog (142058 => 142059)
--- trunk/Tools/ChangeLog 2013-02-07 01:35:18 UTC (rev 142058)
+++ trunk/Tools/ChangeLog 2013-02-07 01:52:35 UTC (rev 142059)
@@ -1,3 +1,34 @@
+2013-02-06 Roger Fong <roger_f...@apple.com>
+
+ VS2010 WinLauncher project, property sheets and resources.
+ https://bugs.webkit.org/show_bug.cgi?id=107037.
+
+ Reviewed by Brent Fulgham.
+
+ * WinLauncher/WinLauncher.vcxproj: Added.
+ * WinLauncher/WinLauncher.vcxproj/WinLauncher.ico: Copied from WinLauncher/WinLauncher.ico.
+ * WinLauncher/WinLauncher.vcxproj/WinLauncher.rc: Copied from WinLauncher/WinLauncherLauncher.rc.
+ * WinLauncher/WinLauncher.vcxproj/WinLauncher.vcxproj: Added.
+ * WinLauncher/WinLauncher.vcxproj/WinLauncher.vcxproj.filters: Added.
+ * WinLauncher/WinLauncher.vcxproj/WinLauncher.vcxproj.user: Added.
+ * WinLauncher/WinLauncher.vcxproj/WinLauncherCommon.props: Added.
+ * WinLauncher/WinLauncher.vcxproj/WinLauncherDebug.props: Added.
+ * WinLauncher/WinLauncher.vcxproj/WinLauncherLib.rc: Copied from WinLauncher/WinLauncher.rc.
+ * WinLauncher/WinLauncher.vcxproj/WinLauncherLib.vcxproj: Added.
+ * WinLauncher/WinLauncher.vcxproj/WinLauncherLib.vcxproj.filters: Added.
+ * WinLauncher/WinLauncher.vcxproj/WinLauncherLib.vcxproj.user: Added.
+ * WinLauncher/WinLauncher.vcxproj/WinLauncherLibCommon.props: Added.
+ * WinLauncher/WinLauncher.vcxproj/WinLauncherLibDebug.props: Added.
+ * WinLauncher/WinLauncher.vcxproj/WinLauncherLibPostBuild.cmd: Copied from WinLauncher/WinLauncherPostBuild.cmd.
+ * WinLauncher/WinLauncher.vcxproj/WinLauncherLibPreBuild.cmd: Copied from WinLauncher/WinLauncherPreBuild.cmd.
+ * WinLauncher/WinLauncher.vcxproj/WinLauncherLibRelease.props: Added.
+ * WinLauncher/WinLauncher.vcxproj/WinLauncherLibResource.h: Copied from WinLauncher/resource.h.
+ * WinLauncher/WinLauncher.vcxproj/WinLauncherPostBuild.cmd: Added.
+ * WinLauncher/WinLauncher.vcxproj/WinLauncherPreBuild.cmd: Added.
+ * WinLauncher/WinLauncher.vcxproj/WinLauncherRelease.props: Added.
+ * WinLauncher/WinLauncher.vcxproj/WinLauncherResource.h: Copied from WinLauncher/WinLauncherLauncherResource.h.
+ * WinLauncher/WinLauncher.vcxproj/small.ico: Copied from WinLauncher/small.ico.
+
2013-02-06 Terry Anderson <tdander...@chromium.org>
Add support for gesture scroll events that do not propagate to enclosing scrollables
Copied: trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncher.ico (from rev 141951, trunk/Tools/WinLauncher/WinLauncher.ico)
(Binary files differ)
Copied: trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncher.rc (from rev 141951, trunk/Tools/WinLauncher/WinLauncherLauncher.rc) (0 => 142059)
--- trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncher.rc (rev 0)
+++ trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncher.rc 2013-02-07 01:52:35 UTC (rev 142059)
@@ -0,0 +1,76 @@
+// Microsoft Visual C++ generated resource script.
+//
+#include "WinLauncherResource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#define APSTUDIO_HIDDEN_SYMBOLS
+#include "windows.h"
+#undef APSTUDIO_HIDDEN_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// English (U.S.) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+#ifdef _WIN32
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+#endif //_WIN32
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDI_WINLAUNCHER ICON "WinLauncher.ico"
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "WinLauncherResource.\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
+ "#include ""windows.h""\r\n"
+ "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+#endif // English (U.S.) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
Added: trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncher.vcxproj (0 => 142059)
--- trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncher.vcxproj (rev 0)
+++ trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncher.vcxproj 2013-02-07 01:52:35 UTC (rev 142059)
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup Label="ProjectConfigurations">
+ <ProjectConfiguration Include="Debug|Win32">
+ <Configuration>Debug</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|Win32">
+ <Configuration>Release</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ </ItemGroup>
+ <PropertyGroup Label="Globals">
+ <ProjectGuid>{767B10FB-76C1-44D0-8005-85ED7F9AA5E4}</ProjectGuid>
+ <RootNamespace>WinLauncherLauncher</RootNamespace>
+ <Keyword>Win32Proj</Keyword>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+ <ConfigurationType>Application</ConfigurationType>
+ <CharacterSet>Unicode</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+ <ConfigurationType>Application</ConfigurationType>
+ <CharacterSet>Unicode</CharacterSet>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+ <ImportGroup Label="ExtensionSettings">
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ <Import Project="WinLauncherRelease.props" />
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ <Import Project="WinLauncherDebug.props" />
+ </ImportGroup>
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup>
+ <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
+ </PropertyGroup>
+ <ItemDefinitionGroup>
+ </ItemDefinitionGroup>
+ <ItemGroup>
+ <ClInclude Include="WinLauncherResource.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="..\..\win\DLLLauncher\DLLLauncherMain.cpp" />
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="WinLauncher.rc" />
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="WinLauncher.ico" />
+ <None Include="WinLauncherPostBuild.cmd" />
+ <None Include="WinLauncherPreBuild.cmd" />
+ </ItemGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project>
\ No newline at end of file
Added: trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncher.vcxproj.filters (0 => 142059)
--- trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncher.vcxproj.filters (rev 0)
+++ trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncher.vcxproj.filters 2013-02-07 01:52:35 UTC (rev 142059)
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <Filter Include="Source Files">
+ <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
+ <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
+ </Filter>
+ <Filter Include="Resource Files">
+ <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
+ <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav</Extensions>
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="WinLauncherResource.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="..\..\win\DLLLauncher\DLLLauncherMain.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="WinLauncher.rc">
+ <Filter>Resource Files</Filter>
+ </ResourceCompile>
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="WinLauncher.ico">
+ <Filter>Resource Files</Filter>
+ </None>
+ <None Include="WinLauncherPostBuild.cmd" />
+ <None Include="WinLauncherPreBuild.cmd" />
+ </ItemGroup>
+</Project>
\ No newline at end of file
Added: trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncher.vcxproj.user (0 => 142059)
--- trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncher.vcxproj.user (rev 0)
+++ trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncher.vcxproj.user 2013-02-07 01:52:35 UTC (rev 142059)
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+</Project>
\ No newline at end of file
Added: trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherCommon.props (0 => 142059)
--- trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherCommon.props (rev 0)
+++ trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherCommon.props 2013-02-07 01:52:35 UTC (rev 142059)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemDefinitionGroup>
+ <Link>
+ <AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <OutputFile>$(OutDir)WinLauncher.exe</OutputFile>
+ <ProgramDatabaseFile>$(TargetDir)$(TargetName).pdb</ProgramDatabaseFile>
+ </Link>
+ <ClCompile>
+ <AdditionalIncludeDirectories>$(WebKit_Libraries)\include\private;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ </ClCompile>
+ </ItemDefinitionGroup>
+</Project>
\ No newline at end of file
Added: trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherDebug.props (0 => 142059)
--- trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherDebug.props (rev 0)
+++ trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherDebug.props 2013-02-07 01:52:35 UTC (rev 142059)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(WebKit_Libraries)\tools\vsprops\common.props" />
+ <Import Project="$(WebKit_Libraries)\tools\vsprops\debug.props" />
+ <Import Project="WinLauncherCommon.props" />
+ </ImportGroup>
+</Project>
\ No newline at end of file
Copied: trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLib.rc (from rev 141951, trunk/Tools/WinLauncher/WinLauncher.rc) (0 => 142059)
--- trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLib.rc (rev 0)
+++ trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLib.rc 2013-02-07 01:52:35 UTC (rev 142059)
@@ -0,0 +1,137 @@
+// Microsoft Visual C++ generated resource script.
+//
+#include "WinLauncherLibResource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#define APSTUDIO_HIDDEN_SYMBOLS
+#include "windows.h"
+#undef APSTUDIO_HIDDEN_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// English (U.S.) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+#ifdef _WIN32
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+#endif //_WIN32
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDI_WINLAUNCHER ICON "WinLauncher.ico"
+IDI_SMALL ICON "small.ico"
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Menu
+//
+
+IDC_WINLAUNCHER MENU
+BEGIN
+ POPUP "&File"
+ BEGIN
+ MENUITEM "&Print\tCtrl-P", IDM_PRINT
+ MENUITEM "E&xit", IDM_EXIT
+ END
+ POPUP "&Help"
+ BEGIN
+ MENUITEM "&About ...", IDM_ABOUT
+ END
+END
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Accelerator
+//
+
+IDC_WINLAUNCHER ACCELERATORS
+BEGIN
+ "?", IDM_ABOUT, ASCII, ALT
+ "/", IDM_ABOUT, ASCII, ALT
+END
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Dialog
+//
+
+IDD_ABOUTBOX DIALOGEX 22, 17, 230, 75
+STYLE DS_SETFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
+CAPTION "About"
+FONT 8, "System", 0, 0, 0x0
+BEGIN
+ ICON IDI_WINLAUNCHER,IDC_MYICON,14,9,20,20
+ LTEXT "WinLauncher Version 1.2",IDC_STATIC,49,10,119,8,SS_NOPREFIX
+ LTEXT "Copyright (C) 2009",IDC_STATIC,49,20,119,8
+ DEFPUSHBUTTON "OK",IDOK,195,6,30,11,WS_GROUP
+END
+
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "WinLauncherLibResource.h\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
+ "#include ""windows.h""\r\n"
+ "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// String Table
+//
+
+STRINGTABLE
+BEGIN
+ IDS_APP_TITLE "WinLauncher"
+ IDC_WINLAUNCHER "WINLAUNCHER"
+END
+
+#endif // English (U.S.) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
Added: trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLib.vcxproj (0 => 142059)
--- trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLib.vcxproj (rev 0)
+++ trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLib.vcxproj 2013-02-07 01:52:35 UTC (rev 142059)
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup Label="ProjectConfigurations">
+ <ProjectConfiguration Include="Debug|Win32">
+ <Configuration>Debug</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|Win32">
+ <Configuration>Release</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ </ItemGroup>
+ <PropertyGroup Label="Globals">
+ <ProjectGuid>{114FCA11-216B-4C8C-957E-30A75AE80443}</ProjectGuid>
+ <RootNamespace>WinLauncher</RootNamespace>
+ <Keyword>Win32Proj</Keyword>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <CharacterSet>Unicode</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <CharacterSet>Unicode</CharacterSet>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+ <ImportGroup Label="ExtensionSettings">
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ <Import Project="WinLauncherLibRelease.props" />
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ <Import Project="WinLauncherLibDebug.props" />
+ </ImportGroup>
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup>
+ <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
+ </PropertyGroup>
+ <ItemDefinitionGroup>
+ </ItemDefinitionGroup>
+ <ItemGroup>
+ <None Include="small.ico" />
+ <None Include="WinLauncher.ico" />
+ <None Include="WinLauncherLibPostBuild.cmd" />
+ <None Include="WinLauncherLibPreBuild.cmd" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="..\PrintWebUIDelegate.cpp" />
+ <ClCompile Include="..\stdafx.cpp">
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
+ </ClCompile>
+ <ClCompile Include="..\WinLauncher.cpp" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="..\DOMDefaultImpl.h" />
+ <ClInclude Include="..\PrintWebUIDelegate.h" />
+ <ClInclude Include="..\stdafx.h" />
+ <ClInclude Include="..\WinLauncher.h" />
+ <ClInclude Include="WinLauncherLibResource.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="WinLauncherLib.rc" />
+ </ItemGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project>
\ No newline at end of file
Added: trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLib.vcxproj.filters (0 => 142059)
--- trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLib.vcxproj.filters (rev 0)
+++ trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLib.vcxproj.filters 2013-02-07 01:52:35 UTC (rev 142059)
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <Filter Include="Source Files">
+ <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
+ <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
+ </Filter>
+ <Filter Include="Header Files">
+ <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
+ <Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
+ </Filter>
+ <Filter Include="Resource Files">
+ <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
+ <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav</Extensions>
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="small.ico">
+ <Filter>Resource Files</Filter>
+ </None>
+ <None Include="WinLauncher.ico">
+ <Filter>Resource Files</Filter>
+ </None>
+ <None Include="WinLauncherLibPostBuild.cmd" />
+ <None Include="WinLauncherLibPreBuild.cmd" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="..\PrintWebUIDelegate.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="..\stdafx.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="..\WinLauncher.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="..\DOMDefaultImpl.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
+ <ClInclude Include="..\PrintWebUIDelegate.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
+ <ClInclude Include="..\stdafx.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
+ <ClInclude Include="..\WinLauncher.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
+ <ClInclude Include="WinLauncherLibResource.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="WinLauncherLib.rc">
+ <Filter>Resource Files</Filter>
+ </ResourceCompile>
+ </ItemGroup>
+</Project>
\ No newline at end of file
Added: trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLib.vcxproj.user (0 => 142059)
--- trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLib.vcxproj.user (rev 0)
+++ trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLib.vcxproj.user 2013-02-07 01:52:35 UTC (rev 142059)
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+</Project>
\ No newline at end of file
Added: trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLibCommon.props (0 => 142059)
--- trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLibCommon.props (rev 0)
+++ trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLibCommon.props 2013-02-07 01:52:35 UTC (rev 142059)
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <TargetName>WinLauncher</TargetName>
+ </PropertyGroup>
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <AdditionalIncludeDirectories>$(ProjectDir)\..;$(ConfigurationBuildDir)\include\WebKit;$(ConfigurationBuildDir)\Include;$(ConfigurationBuildDir)\Include\WebCore;$(ConfigurationBuildDir)\Include\WebCore\ForwardingHeaders;$(ConfigurationBuildDir)\Include\_javascript_Core;$(ConfigurationBuildDir)\obj\WebKit\DerivedSources;$(WebKit_Libraries)\Include;$(WebKit_Libraries)\Include\private;$(WebKit_Libraries)\Include\WebCore;$(WebKit_Libraries)\Include\WebCore\ForwardingHeaders;$(WebKit_Libraries)\Include\_javascript_Core;$(IntDir)Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PrecompiledHeader>Use</PrecompiledHeader>
+ <PrecompiledHeaderFile>StdAfx.h</PrecompiledHeaderFile>
+ </ClCompile>
+ <Link>
+ <AdditionalDependencies>comdlg32.lib;gdi32.lib;comctl32.lib;shlwapi.lib;user32.lib;ole32.lib;oleaut32.lib;WebKitGUID.lib;WebKit.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ </Link>
+ </ItemDefinitionGroup>
+</Project>
\ No newline at end of file
Added: trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLibDebug.props (0 => 142059)
--- trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLibDebug.props (rev 0)
+++ trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLibDebug.props 2013-02-07 01:52:35 UTC (rev 142059)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(WebKit_Libraries)\tools\vsprops\common.props" />
+ <Import Project="$(WebKit_Libraries)\tools\vsprops\debug.props" />
+ <Import Project="WinLauncherLibCommon.props" />
+ </ImportGroup>
+</Project>
\ No newline at end of file
Copied: trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLibPostBuild.cmd (from rev 141951, trunk/Tools/WinLauncher/WinLauncherPostBuild.cmd) (0 => 142059)
--- trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLibPostBuild.cmd (rev 0)
+++ trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLibPostBuild.cmd 2013-02-07 01:52:35 UTC (rev 142059)
@@ -0,0 +1 @@
+if exist "%CONFIGURATIONBUILDDIR%\buildfailed" del "%CONFIGURATIONBUILDDIR%\buildfailed"
Copied: trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLibPreBuild.cmd (from rev 141951, trunk/Tools/WinLauncher/WinLauncherPreBuild.cmd) (0 => 142059)
--- trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLibPreBuild.cmd (rev 0)
+++ trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLibPreBuild.cmd 2013-02-07 01:52:35 UTC (rev 142059)
@@ -0,0 +1,6 @@
+%SystemDrive%\cygwin\bin\which.exe bash
+if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
+cmd /c
+if exist "%CONFIGURATIONBUILDDIR%\buildfailed" grep XX%PROJECTNAME%XX "%CONFIGURATIONBUILDDIR%\buildfailed"
+if errorlevel 1 exit 1
+echo XX%PROJECTNAME%XX > "%CONFIGURATIONBUILDDIR%\buildfailed"
Added: trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLibRelease.props (0 => 142059)
--- trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLibRelease.props (rev 0)
+++ trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLibRelease.props 2013-02-07 01:52:35 UTC (rev 142059)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(WebKit_Libraries)\tools\vsprops\common.props" />
+ <Import Project="$(WebKit_Libraries)\tools\vsprops\releaseproduction.props" />
+ <Import Project="$(WebKit_Libraries)\tools\vsprops\release.props" />
+ <Import Project="WinLauncherLibCommon.props" />
+ </ImportGroup>
+</Project>
\ No newline at end of file
Copied: trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLibResource.h (from rev 141951, trunk/Tools/WinLauncher/resource.h) (0 => 142059)
--- trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLibResource.h (rev 0)
+++ trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherLibResource.h 2013-02-07 01:52:35 UTC (rev 142059)
@@ -0,0 +1,28 @@
+//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by WinLauncher.rc
+//
+#define IDC_MYICON 2
+#define IDD_WINLAUNCHER_DIALOG 102
+#define IDS_APP_TITLE 103
+#define IDD_ABOUTBOX 103
+#define IDM_ABOUT 104
+#define IDM_EXIT 105
+#define IDM_PRINT 106
+#define IDI_WINLAUNCHER 107
+#define IDI_SMALL 108
+#define IDC_WINLAUNCHER 109
+#define IDR_MAINFRAME 128
+#define IDC_STATIC -1
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NO_MFC 1
+#define _APS_NEXT_RESOURCE_VALUE 129
+#define _APS_NEXT_COMMAND_VALUE 32771
+#define _APS_NEXT_CONTROL_VALUE 1000
+#define _APS_NEXT_SYMED_VALUE 110
+#endif
+#endif
Added: trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherPostBuild.cmd (0 => 142059)
--- trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherPostBuild.cmd (rev 0)
+++ trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherPostBuild.cmd 2013-02-07 01:52:35 UTC (rev 142059)
@@ -0,0 +1 @@
+if exist "%CONFIGURATIONBUILDDIR%\buildfailed" del "%CONFIGURATIONBUILDDIR%\buildfailed"
Added: trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherPreBuild.cmd (0 => 142059)
--- trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherPreBuild.cmd (rev 0)
+++ trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherPreBuild.cmd 2013-02-07 01:52:35 UTC (rev 142059)
@@ -0,0 +1,6 @@
+%SystemDrive%\cygwin\bin\which.exe bash
+if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
+cmd /c
+if exist "%CONFIGURATIONBUILDDIR%\buildfailed" grep XX%PROJECTNAME%XX "%CONFIGURATIONBUILDDIR%\buildfailed"
+if errorlevel 1 exit 1
+echo XX%PROJECTNAME%XX > "%CONFIGURATIONBUILDDIR%\buildfailed"
Added: trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherRelease.props (0 => 142059)
--- trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherRelease.props (rev 0)
+++ trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherRelease.props 2013-02-07 01:52:35 UTC (rev 142059)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(WebKit_Libraries)\tools\vsprops\common.props" />
+ <Import Project="$(WebKit_Libraries)\tools\vsprops\releaseproduction.props" />
+ <Import Project="$(WebKit_Libraries)\tools\vsprops\release.props" />
+ <Import Project="WinLauncherCommon.props" />
+ </ImportGroup>
+</Project>
\ No newline at end of file
Copied: trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherResource.h (from rev 141951, trunk/Tools/WinLauncher/WinLauncherLauncherResource.h) (0 => 142059)
--- trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherResource.h (rev 0)
+++ trunk/Tools/WinLauncher/WinLauncher.vcxproj/WinLauncherResource.h 2013-02-07 01:52:35 UTC (rev 142059)
@@ -0,0 +1,20 @@
+//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by WinLauncherLauncher.rc
+//
+#define IDD_WINLAUNCHER_DIALOG 102
+#define IDI_WINLAUNCHER 107
+#define IDR_MAINFRAME 128
+#define IDC_STATIC -1
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NO_MFC 1
+#define _APS_NEXT_RESOURCE_VALUE 129
+#define _APS_NEXT_COMMAND_VALUE 32771
+#define _APS_NEXT_CONTROL_VALUE 1000
+#define _APS_NEXT_SYMED_VALUE 110
+#endif
+#endif
Copied: trunk/Tools/WinLauncher/WinLauncher.vcxproj/small.ico (from rev 141951, trunk/Tools/WinLauncher/small.ico)
(Binary files differ)