What is Visual Studio ProjectAggregator?
Hello everybody,
I noted CTP3 setup installs two additional components. First is SMO (but why "Collections"?), but what is "Visual Studio ProjectAggregator"?
Hello everybody,
I noted CTP3 setup installs two additional components. First is SMO (but why "Collections"?), but what is "Visual Studio ProjectAggregator"?
Paolo -
I'm sure one of the developers could give a more detailed answer, but the ProjectAggregator, as I understand it, is a piece of VisualStudio framework that is used by the Database Project (.dbproj) to provide some standard project functionality.
We use the Visual Studio ProjectAggregator to integrate our package into Visual Studio. The ProjectAggregator is from the VSIP SDK (http://msdn.microsoft.com/vstudio/partners/default.aspx) and here is some information from the April 2006 readme file for the VSIP SDK:
There is a new ProjectAggregator2 MSI for project systems to leverage. A new aggregator (ProjectAggregator2) was added to the Visual Studio SDK to replace the following two aggregators:
In addition to solving the problems the NativeHierarchyWrapper solved (source code control support for projects implemented in managed code), this new aggregator solve a limitation of the original ProjectAggregator (which did not allow for multiple levels of flavoring).
Thanks.