OutputGroup Interface
Contains the file names for a given named output group.
Namespace: EnvDTE
Assembly: EnvDTE (in envdte.dll)
Assembly: EnvDTE (in envdte.dll)
Each project has a group of files, known collectively as an output group, that are marked as the outputs for that project. Deployment projects can include output groups from other projects for deployment purposes. Each output group contains the files that are either built by the project or are outputs for the project.
Reference this object by using Project.ConfigurationManager.Configurations.Item.OutputGroups.Item.