TheCoder87
TheCoder87

Reputation: 101

How to set as startup project in visual studio 2017 using if any short cut key?

Is there any short-cut key to set a project as startup project in visual studio solution explorer?

Upvotes: 10

Views: 5107

Answers (3)

Charles Z.
Charles Z.

Reputation: 31

Right-click the project and press a

Upvotes: 2

Elephant
Elephant

Reputation: 727

Select the project, press Shift + F10, press a.

Upvotes: 11

Sosian
Sosian

Reputation: 622

You can define your own shortcut for that action via Tools -> Options -> Environment/Keyboard.

Search for "Project.SetasStartUpProject" and assign whatever shortcut you want.

Upvotes: 12

Related Questions