views:

158

answers:

0

This seemed like an easy enough task and back in the Visual Studio 6 times, I could just drag a folder to a project and the folder would be imported. I didn't need this in the past years, but now I'm really looking for a way to import a static directory structure, much the same way it works when you just drag a folder on an ASP.NET Web Site and all folders and files will be copied recursively.

I tried the CAB project and the C++ Utility project. But both require me to create virtual folders in Visual Studio, which requires me to painstakingly create and copy each folder by hand. Same is true for Solution Folders.

There must be an easier way. Anybody any ideas how I can do this?