Skip to content

Commit 3c2465e

Browse files
authored
Update building-and-cleaning-projects-and-solutions-in-visual-studio.md
1 parent bc53bcc commit 3c2465e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/ide/building-and-cleaning-projects-and-solutions-in-visual-studio.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@ By using the procedures in this topic, you can build, rebuild, or clean all or s
5555

5656
1. In **Solution Explorer**, choose or open the project.
5757

58-
2. On the menu bar, choose **Build**, and then choose either **Build *ProjectName*** or **Rebuild *ProjectName***.
58+
2. On the menu bar, choose **Build**, and then choose either **Build** *ProjectName* or **Rebuild** *ProjectName*.
5959

60-
- Choose **Build *ProjectName*** to build only those project components that have changed since the most recent build.
60+
- Choose **Build** *ProjectName* to build only those project components that have changed since the most recent build.
6161

62-
- Choose **Rebuild *ProjectName*** to "clean" the project and then build the project files and all project components.
62+
- Choose **Rebuild** *ProjectName* to "clean" the project and then build the project files and all project components.
6363

6464
## To build only the startup project and its dependencies
6565

6666
1. On the menu bar, choose **Tools** > **Options**.
6767

6868
2. In the **Options** dialog box, expand the **Projects and Solutions** node, and then choose the **Build and Run** page.
6969

70-
The **Build and Run > Projects and Solutions > Options** dialog box opens.
70+
The **Build and Run** > **Projects and Solutions** > **Options** dialog box opens.
7171

7272
3. Select the **Only build startup projects and dependencies on Run** check box.
7373

0 commit comments

Comments
 (0)