How to order projects alphabetically in a Visual Studio solution with solution folders? -


There is a bug in Visual Studio (2008, probably 2005) which means that under the Solutions folders, the projects are not automatically ordered sequentially alphabetically.

. What is the best solution for this problem?

Choose a project, start changing its name (F2 or click it again) and its After a separate project click projects themselves sort themselves in alphabetical order.


Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -