Currently I'm using:
EntDTE.ProjectItems.AddFromDirectory()
to include the existing folder into VS project model, but this method includes into project all the contents of this folder too. Can folder can be simply added into project without adding all the subitems?