summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/VSSolution
Commit message (Collapse)AuthorAgeFilesLines
* VS: Add SolutionGuid to generated .sln filesBrad King2017-07-1111-7/+18
| | | | | | Visual Studio 2017 Update 3 adds a SolutionGuid to its `.sln` files. Fixes: #17041
* Drop Visual Studio 7 .NET 2003 generatorBrad King2017-04-191-1/+1
| | | | This generator has been deprecated since CMake 3.6. Remove it.
* VS: Add option to place `PACKAGE` target in solution default buildMichael Stürmer2016-11-293-0/+32
| | | | | Add a `CMAKE_VS_INCLUDE_PACKAGE_TO_DEFAULT_BUILD` variable to control this behavior.
* VS: Fix default target support for targets nested inside a folderTaylor Braun-Jones2016-03-233-0/+16
| | | | | It's not actually the first target in a `.sln` file that is treated as the default startup project, but rather the first fully defined target.
* VS: Improve unit test macrosTaylor Braun-Jones2016-03-223-9/+12
| | | | | Change `getFirstProject` macro to more flexible version `getProjectNames`
* VS: Add option to choose the `.sln` startup project (#15578)Davy Durham2016-03-227-0/+31
| | | | | | | | 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-1817-0/+119
The test will be suitable for covering other `.sln` content too.