summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/VSSolution/StartupProjectMissing-check.cmake
Commit message (Collapse)AuthorAgeFilesLines
* VS: Improve unit test macrosTaylor Braun-Jones2016-03-221-1/+2
| | | | | Change `getFirstProject` macro to more flexible version `getProjectNames`
* VS: Add option to choose the `.sln` startup project (#15578)Davy Durham2016-03-221-0/+4
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>