How to: Add New Property Sheets to C++ Projects
Visual Studio 2005
This topic describes how to create new Property Sheets (C++), and add them to your C++ projects.
To create a project property sheet
-
Open your solution in the Visual Studio IDE.
-
From the View menu, select the Property Manger menu item. The Property Manager window appears docked on the left of the IDE.
-
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.
-
In the Add New Item dialog box, enter the name of the new property sheet in the Name text box.
-
Click Add.
The new property sheet will appear as a node in the tree view of the Property Manager window.