Project Subtypes

Project subtypes let you customize or flavor the behavior of the project systems of Visual Basic, Visual C#, and Visual J#. Customizations include saving additional data in the project file, adding or filtering items in the Add New Item dialog box, controlling how assemblies are debugged and deployed, and extending the project Property Pages dialog box. VSPackages implement project subtypes using COM aggregation.

Nota

The Visual C++ 2005 project system does not support project subtypes. Visual Studio 2008 itself uses project subtypes to implement SQL Server and Smart Device projects.

In This Section

  • Project Types
    Provides links to topics detailing Visual Studio projects.