Skip to content
  • Brad King's avatar
    VS11: Add VS 2012 Express support (#13348) · 7ee3cee9
    Brad King authored
    Use the registry entries that vsvars32.bat uses to detect the location of
    MSBuild.exe in the framework directory.  Invoke MSBuild with the option
    
     /p:VisualStudioVersion=$version
    
    so it knows from which VS version to load the system build rules.  Teach
    cmGlobalVisualStudio11Generator to set its ExpressEdition member using the
    registry.
    7ee3cee9