2 out of 18 rated this helpful - Rate this topic

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 Manger 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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.