DEVELOP > c-Plus-Plus > Microsft Visual Studio.NET: How to add a directory structure to a project/workspace
| Topic: |
DEVELOP > c-Plus-Plus |
| User: |
"Jignesh" |
| Date: |
14 Dec 2004 11:33:31 PM |
| Object: |
Microsft Visual Studio.NET: How to add a directory structure to a project/workspace |
Can someone please tell me how to "import" a directory structure into
a project in Microsoft Visual C++ .NET 2003. I have an extremeley
complex directory structure consisting of thousands of files and
hundreds of subdirectories. I want to be able to view all of these
inside of my project in the same directory structure format. I don't
want to go through each directory and add files to the project.
I have been able to do this with other programs such as Visual
Slickedit. Is it possible with Visual Studio?
Thanks,
Jignesh
.
|
|
| User: "Jack Klein" |
|
| Title: Re: Microsft Visual Studio.NET: How to add a directory structure to a project/workspace |
14 Dec 2004 11:45:18 PM |
|
|
On 14 Dec 2004 21:33:31 -0800, "Jignesh" <jignesh.vakharia@gmail.com>
wrote in comp.lang.c++:
Can someone please tell me how to "import" a directory structure into
a project in Microsoft Visual C++ .NET 2003. I have an extremeley
complex directory structure consisting of thousands of files and
hundreds of subdirectories. I want to be able to view all of these
inside of my project in the same directory structure format. I don't
want to go through each directory and add files to the project.
I have been able to do this with other programs such as Visual
Slickedit. Is it possible with Visual Studio?
Thanks,
Jignesh
Ask in:
news:comp.os.ms-windows.programmer.win32
news:microsoft.public.*
The C++ language does not specify the workings of specific compilers
or IDE's.
--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~ajo/docs/FAQ-acllc.html
.
|
|
|
| User: "Saurabh Aggrawal" |
|
| Title: Re: Microsft Visual Studio.NET: How to add a directory structure to a project/workspace |
15 Dec 2004 04:46:26 AM |
|
|
I tried to do same sometime back but could not find a workaround for
this problem. I think this is a problem with both VC++ 6.0 IDE and VC++
7.1 IDE. Better you do it manually.
Or try to use some other editor like SlickEdit.
--
Saurabh Aggrawal
.
|
|
|
|
|

|
Related Articles |
|
|