I need to manually modify my .vcxproj and I'm trying to understand the MSbuild schema using the documentation.
In my existing .vcxproj, I have the tag <PropertyGroup Label="Globals"> but in the documentation there is no mention of the Label attribute.
This is for an existing Visual Studio C++ project and there's no error when I launch it.
What does the Label attribute do?