The new Debug_Cairo and Release_Cairo targets place build intermediaries in the WebKit.vcproj and WebCore.vcproj directories, making it harder to properly clean the project. This patch corrects these paths.
Created attachment 19595 [details] Correct intermediary output directory
* WebCore.vcproj has incorrect intermediary file output path. * WebKit.vcproj has both an incorrect binary output path, and incorrect intermediary file output paths.
Landed in r30883.