How do I move an existing project (the project's own files, other files which the project depends on, settings (including Additional Include Directories) and all) from one solution to
- a new solution which doesn't yet exist
- an existing solution?
I am using Visual Studio Community 2015.
I do not want to hack .sln files; I want VS to do it properly. .sln files contain IDs which I don't understand.
Each project should retain its present project-name.
I have several projects I would like to move, each of which has dependencies which are not part of the project itself, so an easy method would be nice.
I see Visual Studio move project to a different folder but it doesn't answer my question.
No item in the Project menu is relevant (that's where I'd have thought the relevant item would be, if there were one), or any other toolbar menu, or the menu that pops up when I click mouse button 2 on the project's entry in the Solution Explorer...