summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio11Generator.h
Commit message (Collapse)AuthorAgeFilesLines
* Enumerate VS11 version explicitly in local generatorsBrad King2011-11-141-0/+3
| | | | | | | | | | | Since the parent commit the local generator Version ivar may be compared for ordering. Convert comparisons: "==VS10" becomes ">=VS10" "!=VS10" becomes "< VS10" to support an explicit enumeration value for VS11 with no change in behavior.
* Add Visual Studio 11 generator for x86 and x64 toolsBrad King2011-09-231-0/+43