rss
twitter
  •  

Multiple Startup Projects in Visual Studio

| Posted in Microsoft Visual Studio |

0

Visual Studio allows you to specify how more than one project is run when you start the debugger.

  1. In Solution Explorer, select the solution.
  2. On the Project menu, click Properties. The Solution Property Pages Dialog Box opens.
  3. Expand the Common Properties node, and click Startup Project.
  4. Click Multiple Startup Projects and set the project actions.

    Multiple Startup Projects

Post a comment