I am generating Visual Studio property files using Conan's visual_studio generator. The resulting output from this generator is "conanbuildinfo.props". Within this properties file, the following optional tag can be added to specify a display-name (VS2015):
<PropertyGroup>
<_PropertySheetDisplayName>Custom Name</_PropertySheetDisplayName>
</PropertyGroup>
I'm wondering if there is any way to configure this generator to:
- Rename the generated output file from "conanbuildinfo.props" to something else, and
- Add a custom display name within the generated output file