ide - How to "Add Existing Item" an entire directory structure in Visual Studio? -


i feel ridiculous asking because seems should simple, have been unable discover answer question.

i have free standing set of files not affiliated c# project @ reside in complicated nested directory structure. want add them in format different directory in asp.net web application working on; while retaining same structure. so, copied folder target location of project , tried “add existing item” lose previous folder hierarchy. have re-created directories hand, copied across on one-to-one basis, , added existing items. there many directories/items in case.

so how add existing directories , files in visual studio 2008?

drag files / folders windows explorer solution explorer. add them all. note doesn't work if visual studio in administrator mode, because windows explorer user mode process.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -