summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/VSSolution/solution_parsing.cmake
Commit message (Collapse)AuthorAgeFilesLines
* VS: Add SolutionGuid to generated .sln filesBrad King2017-07-111-0/+3
| | | | | | Visual Studio 2017 Update 3 adds a SolutionGuid to its `.sln` files. Fixes: #17041
* VS: Improve unit test macrosTaylor Braun-Jones2016-03-221-7/+8
| | | | | Change `getFirstProject` macro to more flexible version `getProjectNames`
* VS: Add option to choose the `.sln` startup project (#15578)Davy Durham2016-03-221-0/+14
| | | | | | | | Add a `VS_STARTUP_PROJECT` directory property to specify the project that should be placed first in the `.sln` file so that it will be selected as the default startup project. Co-Author: Taylor Braun-Jones <taylor.braunjones@avigilon.com>
* Tests: Rename RunCMake.{SolutionGlobalSections => VSSolution}Brad King2016-03-181-0/+60
The test will be suitable for covering other `.sln` content too.