dotnet / dotnet/project-system
Add support for adding/remove property pages via MSBuild properties
Open
Parity-Legacy-API
Parity-Legacy-Feature
Triage-Approved
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
The legacy project system respects the following properties to add/remove configuration and configuration-independent property pages:
``` XML
{GUID}
{GUID}
{GUID}
{GUID}
```
For example, C#:
``` XML
{GUID}
{GUID}
{GUID}
{GUID}
```
Or VB:
``` XML
{GUID}
{GUID}
{GUID}
{GUID}
```
Contributor guide
Assessment
This issue has not been assessed yet.