Install multiple startup projects in Visual Studio for Mac?

Is it possible / how to install several running projects in Visual Studio for Mac?

It is very easy and simple to do this in VS for Windows ( https://msdn.microsoft.com/en-us/library/ms165413.aspx ), but struggles to find the option for VS for Mac in the application and on the Internet.

+4
source share
1 answer

You can do this by creating an execution configuration for the solution.

  • Select a solution in the Solution window and right-click it and select "Options."
  • Choose Run - Configurations.
  • Click "Create" and specify a name for the configuration.
  • , .
  • , .
  • "", .

Solution options

.

Main toolbar

, / , .

+6

Source: https://habr.com/ru/post/1688392/


All Articles