We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
⚠️ We have a new website! Visit now for the most update to date documentation. This wiki is no longer being maintained.
Specify the startup project for a workspace.
startproject "name"
Startup projects are currently only supported by Visual Studio.
name is the name of the startup project. This should match the name provided in the call to project(), where the project is defined.
name
Workspaces.
5.0 or later.
workspace "MyWorkspace" configurations { "Debug", "Release" } startproject "MyProject2" project "MyProject1" -- define project 1 here project "MyProject2" -- define project 2 here