Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enumerate VS11 version explicitly in local generators | Brad King | 2011-11-14 | 1 | -0/+11 |
| | | | | | | | | | | | 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. | ||||
* | VS11: Fix comment generated at the top of *.sln files | David Cole | 2011-10-20 | 1 | -1/+1 |
| | | | | | With "Visual Studio 2011" the launcher does not recognize the version of the *.sln files. With "Visual Studio 11" it does. | ||||
* | Add Visual Studio 11 generator for x86 and x64 tools | Brad King | 2011-09-23 | 1 | -0/+45 |