Skip to content

Commit 46c8657

Browse files
authored
Merge pull request #4836 from v-albemi/set-startup-projects
edit pass: set-startup-projects
2 parents 825f379 + 0b45eb6 commit 46c8657

File tree

2 files changed

+30
-28
lines changed

2 files changed

+30
-28
lines changed

mac/2017/set-startup-projects.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,36 +8,37 @@ ms.topic: conceptual
88
ms.prod: visual-studio-mac
99
ms.assetid: fd354fff-ce6b-4505-a815-84a2311e39ba
1010
---
11-
# How to: Set multiple startup projects
11+
# Set multiple startup projects
1212

13-
Visual Studio for Mac allows you to specify how more than one project is started when you debug, or run, your solution.
13+
Visual Studio for Mac allows you to specify that more than one project should be started when you debug or run your solution.
1414

1515
## To set multiple startup projects
1616

17-
1. In **Solution Pad**, select the solution (the top node).
17+
1. In Solution Pad, select the solution (the top node).
1818

19-
2. Choose the solution node's context (right-click) menu and then choose **Set Startup Projects...**.
19+
2. Right-click the solution node and then select **Set Startup Projects**:
2020

21-
![Set startup projects context menu](media/startup-proj-ctx-menu.png)
21+
![Select Set Startup Projects](media/startup-proj-ctx-menu.png)
2222

23-
3. The **Create Solution Run Configuration** dialog appears. This dialog will create a new named Solution Run Configuration for your solution. You can give any name you like, the default name is `Multiple Projects`.
23+
3. The **Create Solution Run Configuration** dialog box opens. This dialog box allows you to create a new named Solution Run Configuration for your solution. You can use any name you like. The default name is `Multiple Projects`.
2424

25-
![Create Solution Run Configuration dialog](media/create-sln-run-config.png)
25+
![Create Solution Run Configuration dialog box](media/create-sln-run-config.png)
2626

27-
4. Click **Create Run Configuration**. The **Solution Options** dialog opens with the new Solution Run Configuration selected.
27+
4. Select **Create Run Configuration**. The **Solution Options** dialog box opens with the new Solution Run Configuration selected:
2828

29-
![Solution Options dialog](media/sln-options-run-config-multi-projects.png)
29+
![Solution Options dialog box](media/sln-options-run-config-multi-projects.png)
3030

31-
5. Select the projects that you want to start when you debug, or run, your application from Visual Studio for Mac.
31+
5. Select the projects that you want to start when you debug or run your app from Visual Studio for Mac:
3232

33-
![Solution options dialog with configured run configuration](media/sln-options-run-config-multi-projects-configured.png)
33+
![Solution Options dialog box with selected projects](media/sln-options-run-config-multi-projects-configured.png)
3434

35-
6. Click **OK**. The dialog will be dismissed, and the new Solution Run Configuration is set as the active run configuration.
35+
6. Select **OK**. The new Solution Run Configuration is set as the active run configuration:
3636

3737
![Solution with multiple projects configured to start on debug or run](media/startup-project-configured.png)
38-
You can see that two projects are configured to start because both projects are in **bold** in the **Solution Pad**. In the toolbar, the new run configuration is configured as the current Solution Run Configuration.
38+
39+
You can see that two projects are configured to start because both projects are **bold** in Solution Pad. In the toolbar, the new run configuration is set as the current Solution Run Configuration.
3940

4041
## Next steps
4142

4243
- [Compiling and building in Visual Studio for Mac](compiling-and-building.md)
43-
- [Understanding build configurations](configurations.md)
44+
- [Understanding build configurations](configurations.md)

mac/set-startup-projects.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,36 +8,37 @@ ms.topic: conceptual
88
ms.prod: visual-studio-mac
99
ms.assetid: fd354fff-ce6b-4505-a815-84a2311e39ba
1010
---
11-
# How to: Set multiple startup projects
11+
# Set multiple startup projects
1212

13-
Visual Studio for Mac allows you to specify how more than one project is started when you debug, or run, your solution.
13+
Visual Studio for Mac allows you to specify that more than one project should be started when you debug or run your solution.
1414

1515
## To set multiple startup projects
1616

17-
1. In **Solution Pad**, select the solution (the top node).
17+
1. In Solution Pad, select the solution (the top node).
1818

19-
2. Choose the solution node's context (right-click) menu and then choose **Set Startup Projects...**.
19+
2. Right-click the solution node and then select **Set Startup Projects**:
2020

21-
![Set startup projects context menu](media/startup-proj-ctx-menu.png)
21+
![Select Set Startup Projects](media/startup-proj-ctx-menu.png)
2222

23-
3. The **Create Solution Run Configuration** dialog appears. This dialog will create a new named Solution Run Configuration for your solution. You can give any name you like, the default name is `Multiple Projects`.
23+
3. The **Create Solution Run Configuration** dialog box opens. This dialog box allows you to create a new named Solution Run Configuration for your solution. You can use any name you like. The default name is `Multiple Projects`.
2424

25-
![Create Solution Run Configuration dialog](media/create-sln-run-config.png)
25+
![Create Solution Run Configuration dialog box](media/create-sln-run-config.png)
2626

27-
4. Click **Create Run Configuration**. The **Solution Options** dialog opens with the new Solution Run Configuration selected.
27+
4. Select **Create Run Configuration**. The **Solution Options** dialog box opens with the new Solution Run Configuration selected:
2828

29-
![Solution Options dialog](media/sln-options-run-config-multi-projects.png)
29+
![Solution Options dialog box](media/sln-options-run-config-multi-projects.png)
3030

31-
5. Select the projects that you want to start when you debug, or run, your application from Visual Studio for Mac.
31+
5. Select the projects that you want to start when you debug or run your app from Visual Studio for Mac:
3232

33-
![Solution options dialog with configured run configuration](media/sln-options-run-config-multi-projects-configured.png)
33+
![Solution Options dialog box with selected projects](media/sln-options-run-config-multi-projects-configured.png)
3434

35-
6. Click **OK**. The dialog will be dismissed, and the new Solution Run Configuration is set as the active run configuration.
35+
6. Select **OK**. The new Solution Run Configuration is set as the active run configuration:
3636

3737
![Solution with multiple projects configured to start on debug or run](media/startup-project-configured.png)
38-
You can see that two projects are configured to start because both projects are in **bold** in the **Solution Pad**. In the toolbar, the new run configuration is configured as the current Solution Run Configuration.
38+
39+
You can see that two projects are configured to start because both projects are **bold** in the Solution Pad. In the toolbar, the new run configuration is set as the current Solution Run Configuration.
3940

4041
## Next steps
4142

4243
- [Compiling and building in Visual Studio for Mac](compiling-and-building.md)
43-
- [Understanding build configurations](configurations.md)
44+
- [Understanding build configurations](configurations.md)

0 commit comments

Comments
 (0)