Where are the Visual Studio Property Sheets saved?

properties, propertysheet, visual-studio-2010

Solution

Just repeating Hans Passant comment as the answer so that I can mark the question as answered:

View + (Other Windows) + Property Manager. Select the property sheet, look in the Properties window. The "Property Sheet File" property shows the full path.

Problem

In Visual Studio 2010, I have created and added several "project property sheets" to a project 's properties. Is there any way to point or click on one of the property pages and find out where on my hard drive, the corresponding project property file (the file with extension .props) is saved?

Original source