Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 816
TheCoder87 Avatar asked May 09 '17 15:05

TheCoder87


2 Answers

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

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

like image 158
Sosian Avatar answered Nov 16 '22 03:11

Sosian


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

like image 43
Elephant Avatar answered Nov 16 '22 02:11

Elephant