.PROPS File
.props is Visual Studio Project Property File
Features | Description |
---|---|
File Extension | .props |
Format | XML |
Created by | Microsoft |
Category | Settings |
.props is Visual Studio Project Property File
Features | Description |
---|---|
File Extension | .props |
Format | XML |
Created by | Microsoft |
Category | Settings |
What's on this Page
The props file extension is mainly associated with Microsoft Visual Studio family of development tools and used for one of its default file type.
These .props files are used for property sheet files created by the SDK. They contain build tool settings and user-defined macros, which are saved as project configuration during the development.
To create a .props project property sheet in Visual Studio, select View → Other Windows → Property Pages from the menu bar. This will prompt the the Property Manager window in the IDE. There you can choose "Add New Project Property Sheet" option.
The .props property sheets can be applied to multiple projects since their properties are inheritable. The .props files are using standard XML formatting.
In the older versions of Microsoft Visual Studio, the property sheets were stored with the vcprops file extension. Visual Studio automatically converts the .vcprops files into .props files when converting projects. But there may be small conversion problems or incompatibilities with special characters in macros.
Files with props file extension can be usually found as property sheets generated using Microsoft Visual Studio integrated development tool.