VS: Fix .vcxproj ProjectGuid element case
The .vcxproj
file format expects ProjectGuid
, not ProjectGUID
.
The latter is expected by .vcproj
files from VS 2008, so this was
likely a typo when the VS 2010 generator was first introduced.
Fixes: #11968 (closed)