How to: Create or Add Deployment Projects

Deployment projects allow you to specify where and how your solution will be deployed both during and after development. A solution can contain multiple deployment projects and deployment projects can be configuration-dependent.

Note

The dialog boxes and menu commands you see might differ from those described in Help depending on your active settings or edition. To change your settings, choose Import and Export Settings on the Tools menu. For more information, see Working with Settings.

To create a new deployment project

  1. On the File menu, point to Add, then click New Project.

  2. In the resulting Add New Project dialog box, in the Project Types pane, open the Other Project Types node, open Setup and Deployment Projects, and select Visual Studio Installer.

  3. In the Templates pane, choose the type of deployment project you want to create. For more information, see Setup and Deployment Projects.

To add an existing deployment project to a solution

  1. On the File menu, point to Add, then click Existing Project.

  2. In the resulting Add Existing Project dialog box, browse to the location of the deployment project and click Open.

    Tip

    To see only deployment projects, select Setup and Deployment Projects in the Files of type box.

See Also

Tasks

How to: Set Deployment Project Properties

How to: Add Items to a Deployment Project

Concepts

Setup and Deployment Projects

What's New in Deployment

Other Resources

Deployment Tasks and Walkthroughs