Visual Studio as Code Browser : How to preserve the directory structure?

Posted by claws on Stack Overflow See other posts from Stack Overflow or by claws
Published on 2010-02-12T10:47:01Z Indexed on 2010/06/14 3:02 UTC
Read the original article Hit count: 182

Filed under:
|
|

Hello,

I've downloaded source of an opensource C++ project. It is a Linux project. As Visual Studio is my favorite IDE I want to use it to browse & study the code. I created an empty C++ project and now want to add the source code to Solution explorer.

How can I add the directory structure to "Solution Explorer". Dropping the root folder of source code on the project in solution explorer is not working. Its just adding the files to the project but directory structure is lost.

Is there any way to preserve the directory structure? I do not want to recreate the directory structure manually.

© Stack Overflow or respective owner

Related posts about c++

Related posts about visual-studio