Search code examples
visual-studiovisual-studio-2022solution

How to check which project is unloaded in Visual Studio


I have 350 projects in my solution. The projects are grouped under Solution level folders. While experimenting on few things I unloaded few of the projects (right click on project and Unload Project). However after the Visual Studio is restarted there is no places I can see which are the projects which are unloaded (In Solution Explorer, on top it shows 340 of 350 projects)

Is there any place; in console or Output Window or anywhere else; where it can give the list projects which are currently not loaded?


Solution

  • You can simply type "(unloaded)" in the search box inside the solution explorer view. This answer might be quite obvious, but I really don't see any other built-in options.

    Solution Explorer View screenshot