Skip to content
Snippets Groups Projects
Commit c41dfdab authored by Brad King's avatar Brad King
Browse files

Merge branch 'doc-VS_STARTUP_PROJECT-clarify' into release

parents d38fc221 d3e538ea
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,16 @@ VS_STARTUP_PROJECT
Specify the default startup project in a Visual Studio solution.
The :ref:`Visual Studio Generators` create a ``.sln`` file for each directory
whose ``CMakeLists.txt`` file calls the :command:`project` command. Set this
property in the same directory as a :command:`project` command call (e.g. in
the top-level ``CMakeLists.txt`` file) to specify the default startup project
for the correpsonding solution file.
The property must be set to the name of an existing target. This
will cause that project to be listed first in the generated solution
file causing Visual Studio to make it the startup project if the
solution has never been opened before.
If this property is not specified, then the "ALL_BUILD" project
If this property is not specified, then the ``ALL_BUILD`` project
will be the default.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment