summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/VSSolution/RunCMakeTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* VS: Add SolutionGuid to generated .sln filesBrad King2017-07-111-0/+1
| | | | | | 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-291-0/+1
| | | | | 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-231-0/+4
| | | | | 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: Add option to choose the `.sln` startup project (#15578)Davy Durham2016-03-221-0/+2
| | | | | | | | 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/+10
The test will be suitable for covering other `.sln` content too.