Developing Visual Studio Templates

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies.
This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Visual Studio templates are written in XML and are used by Visual Studio to create solutions or to add one or more projects or items to an existing solution. The templates are expanded by the Visual Studio Template Engine. The Visual Studio templates you create for use with the Recipe Framework must contain additional information to the templates usually used by Visual Studio. This section details the steps you must take to develop the Visual Studio templates that form part of your Guidance Packages and are used by the Recipe Framework.

See also

Syntax of Visual Studio Templates | Defining Solution Template | Defining Project Template | Defining Item Template