GUI to add a .props file to a VS 2010 project?

Posted by jwfearn on Stack Overflow See other posts from Stack Overflow or by jwfearn
Published on 2010-06-06T21:06:24Z Indexed on 2010/06/06 21:12 UTC
Read the original article Hit count: 534

Visual Studio 2010 has no longer uses .vsprops files and instead uses .props files.

To add a .vsprops file to a Visual Studio 2008 project, one could right-click the project icon in the Solution Explorer panel, choose Properties, go to the Configuration Properties | General section, and modify the Inherited Project Property Sheets property to contain a list of .vsprops paths. One could also modify the Visual Studio 2008 project file directly.

Is there a way in the Visual Studio 2010 GUI to add .props files to a project? The Inherited Project Property Sheets property seems to have been removed. If manual editing of the project file is the only way to include .props files, where can one find documentation on doing it?

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about visual-studio-2008