Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

There is no option to Add Existing Project

To add a project when i right click to my solution there is no option to

add -> Existing Project.

What should i do to find it?

enter image description here

like image 285
Sal-laS Avatar asked Sep 03 '25 15:09

Sal-laS


1 Answers

Use the File menu to add a project to solution.

File -> Add -> Existing Project

It looks like some of the default VS settings decide to hide the solution item from the Solution Explorer.

You can show it from Tools -> Options -> Project And Solutions and checking the checkbox called "Always Show Solution"

(from here)

like image 70
demoncodemonkey Avatar answered Sep 05 '25 05:09

demoncodemonkey