This includes WinLauncher, and WinLauncherLauncher
<rdar://problem/13025771>
Created attachment 186915 [details] WinLauncher patch Property sheets, projects, resources
Comment on attachment 186915 [details] WinLauncher patch View in context: https://bugs.webkit.org/attachment.cgi?id=186915&action=review Looks good. Do you think we could change the project names as I mentioned? > WinLauncher/WinLauncher.vcxproj/WinLauncherLauncher.vcxproj:15 > + <RootNamespace>WinLauncherLauncher</RootNamespace> One thing I hate about this is that the executable is "WinLauncher.exe", but the project is "WinLauncherLauncher", so you can't set this as a target and debug directly. I wonder if "WinLauncher" could become "WinLauncherLib", and "WinLauncherLauncher" could just be "WinLauncher"?
Committed: http://trac.webkit.org/changeset/142059 Will add projects to the opensource solution in another patch along with some other various solution wide touchups.