Extend projects
Projects and solutions are the ways Visual Studio organizes code and resource files into compilation and deployment units. You can find more information about projects in Projects (Visual Studio SDK).
You can create your own project types with the Visual Studio SDK and the Managed Package Framework for Projects, which you can download at Managed Package Framework for Projects. To understand how custom projects are implemented, see New project generation: Under the hood, part one and New project generation: Under the hood, part two.
The topics in this section describe how to create custom projects and how to manage different types of Visual Studio solution.
In this section
Create a basic project system, part 1 describes how to create a custom project system.
Create a basic project system, part 2 describes how to create a custom project system.
Save data in project files explains how add to project (.proj*) files.
Verify subtypes of a project at run time explains how to verify the subtype of a project at run time.
Add and remove property pages explains how to customize the property pages for your custom project.
Add an attribute to a project item explains how to add an attribute to a custom project item.
Persist the property of a project item explains how to persist the properties of a custom project item.
Manage universal Windows projects explains how to manage universal projects.