Share via


How to: Add New Property Sheets to C++ Projects

This topic describes how to create new Property Sheets (C+), and add them to your C++ projects.

To create a project property sheet

  1. Open your solution in the Visual Studio IDE.

  2. From the View menu, select the Property Manager menu item. The Property Manager window appears docked on the left of the IDE.

  3. In Property Manager, right-click the project that will contain the new property sheet, and then select the Add New Project Property Sheet menu item.

  4. In the Add New Item dialog box, enter the name of the new property sheet in the Name text box.

  5. Click Add.

The new property sheet will appear as a node in the tree view of the Property Manager window.

See Also

Reference

Property Manager