PropertyGroup with value that starts with "ProjectTypeGuids" causes project to not load correctly in Visual Studio
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 141
Description
### Steps to reproduce
1. Create a new project file and add a PropertyGroup with a value that starts with "ProjectTypeGuids", e.g.:
Project file
```xml
ProjectTypeGuidsANYTHINGCANGOHERE
```
2. Try to load the project file in Visual Studio
### Expected behavior
Project would be loaded normally, as can be seen with any other value:

### Actual behavior
Error MessageBox is displayed:

and the project fails to load:

### Environment data

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.