Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 2.53 KB

extending-projects.md

File metadata and controls

38 lines (26 loc) · 2.53 KB
title description ms.date ms.topic helpviewer_keywords author ms.author manager ms.subservice
Extending Projects
Learn how to create your own custom project types in the Visual Studio SDK and how to manage different types of Visual Studio solutions.
11/04/2016
conceptual
solutions [Visual Studio]
projects [Visual Studio]
maiak
maiak
mijacobs
extensibility-integration

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