Re: Create Project from Existing Code doesn't create subfolders
- From: "Boris Jabes [MSFT]" <borisj@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 22 Jun 2005 14:50:29 -0700
Ed wrote:
We have a large project that I want to convert to use Visual Studio instead of makefiles. But when I use the "Create New Project from Existing Code Files" wizard (in VS2005), it dumps all the source files into a single folder ("filter") instead of mimicking the filesystem directory structure. We have hundreds of subfolders. Is there any way to do what I want?
Thanks! -Ed
Hi Ed,
The default view in the Solution Explorer is that you could call a "filter" view. Essentially, those folders you see are not physical in any way, they are simply filters based on the file types (extensions), in order to facilitate navigation. However, many people prefer seeing the underlying physical structure of the project (as do I) and we therefore added a button at the top of the Solution Explorer to switch to the physical view. We call this the "Show All Files" button.
I hope this is what you are looking for,
-- Boris Jabes, Visual C++ Team This posting is provided "AS IS" with no warranties, and confers no rights .
- Follow-Ups:
- Re: Create Project from Existing Code doesn't create subfolders
- From: Andrew McDonald
- Re: Create Project from Existing Code doesn't create subfolders
- References:
- Prev by Date: Re: Commenting many lines
- Next by Date: Re: Building a debug static lib
- Previous by thread: Re: Create Project from Existing Code doesn't create subfolders
- Next by thread: Re: Create Project from Existing Code doesn't create subfolders
- Index(es):
Loading