Skip to content

Commit bc53bcc

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

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ 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

@@ -73,9 +73,9 @@ By using the procedures in this topic, you can build, rebuild, or clean all or s
7373

7474
When this check box is selected, only the current startup project and its dependencies are built when you perform either of the following steps:
7575

76-
- On the menu bar, choose **Debug** > **Start** (F5).
76+
- On the menu bar, choose **Debug** > **Start** (**F5**).
7777

78-
- On the menu bar, choose **Build** > **Build Solution** (Ctrl+Shift+b).
78+
- On the menu bar, choose **Build** > **Build Solution** (**Ctrl**+**Shift**+**B**).
7979

8080
When this check box is cleared, all projects, their dependencies, and the solution files are built when you run either of the preceding commands. By default, this check box is cleared.
8181

@@ -103,9 +103,9 @@ If the files have dependencies, the files will be compiled in dependency order.
103103

104104
Perform either of the following steps:
105105

106-
- On the menu bar, choose **Build** > **Cancel**.
106+
- On the menu bar, select **Build** > **Cancel**.
107107

108-
- Choose the Ctrl + Break keys.
108+
- Press **Ctrl**+**Break**.
109109

110110
## See also
111111

@@ -116,4 +116,4 @@ Perform either of the following steps:
116116
[How to: Set debug and release configurations](../debugger/how-to-set-debug-and-release-configurations.md)
117117
[C/C++ building reference](/cpp/build/reference/c-cpp-building-reference)
118118
[Devenv command line switches](../ide/reference/devenv-command-line-switches.md)
119-
[Solutions and projects](../ide/solutions-and-projects-in-visual-studio.md)
119+
[Solutions and projects](../ide/solutions-and-projects-in-visual-studio.md)

0 commit comments

Comments
 (0)