RESOLVED FIXED 109484
Rename Visual Studio solution folders to avoid conflicts with project names
https://bugs.webkit.org/show_bug.cgi?id=109484
Summary Rename Visual Studio solution folders to avoid conflicts with project names
Brent Fulgham
Reported 2013-02-11 13:42:24 PST
The 'Express' edition of Visual Studio is not able to use the new VS2010 projects to build WebKit because they do not support "Solution Folders". This would not be a problem, except that the "Solution Folders" share the same name as projects in the solution. In an apparent bug, Visual Studio prevents both the "Solution Folder" and the like-named Project from loading, rendering the solution unbuildable. I.e., the "WTF" Solution Folder prevents the "WTF" project from being loaded, etc. To avoid this problem, I propose renaming the "Solution Folder" entities to be distinct from the underlying projects. For example, we should rename the "WTF" Solution Folder to "WTF Projects", so that it does not conflict with the underlying WTF project.
Attachments
Patch (3.65 KB, patch)
2013-02-11 13:44 PST, Brent Fulgham
thorton: review+
Brent Fulgham
Comment 1 2013-02-11 13:44:48 PST
Tim Horton
Comment 2 2013-02-11 13:46:15 PST
Comment on attachment 187659 [details] Patch rs=me
Brent Fulgham
Comment 3 2013-02-11 13:50:10 PST
Note You need to log in before you can comment on or make changes to this bug.