Koder101
Koder101

Reputation: 892

How to arrange projects order in Visual Studio's Solution explorer

Is there a way that we can arrange the Projects order in Visual Studio's solution explorer based on project references instead of default alphabetical order.

For e.g, we see some default hierarchies of projects when we generate Code map (.dgml)

I tried searching, but could not find anything.

Purpose: I need this feature in case someone looks an already developed solution with lots of projects for the first time.

Upvotes: 6

Views: 10443

Answers (1)

willthiswork89
willthiswork89

Reputation: 617

Visual studio currently does not support that from what I've seen as well. There are some hacks our there like putting your projects into folders or manually editing the order in the SLN file but both are just that... Hacks.

Organizing a Solution with folders

Stackoverflow Similar Question

Visual Studio Product Enhancement Vote

Upvotes: 5

Related Questions