78ec046130
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>
13 lines
430 B
ReStructuredText
13 lines
430 B
ReStructuredText
VS_STARTUP_PROJECT
|
|
------------------
|
|
|
|
Specify the default startup project in a Visual Studio solution.
|
|
|
|
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
|
|
will be the default.
|