Exemple #1
0
        /// <devdoc>
        /// This must be delegetated to the inner most project
        /// </devdoc>
        int IVsAggregatableProject.SetAggregateProjectTypeGuids(string projectTypeGuids)
        {
            if (innerVsAggregatableProject == null)
            {
                throw new NotSupportedException();
            }

            return(innerVsAggregatableProject.SetAggregateProjectTypeGuids(projectTypeGuids));
        }