Skip to content
  • Brad King's avatar
    VS: Fix .vcxproj ProjectGuid element case · 776929b3
    Brad King authored
    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
    776929b3