You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ide/building-and-cleaning-projects-and-solutions-in-visual-studio.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -55,11 +55,11 @@ By using the procedures in this topic, you can build, rebuild, or clean all or s
55
55
56
56
1. In **Solution Explorer**, choose or open the project.
57
57
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***.
59
59
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.
61
61
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.
63
63
64
64
## To build only the startup project and its dependencies
65
65
@@ -73,9 +73,9 @@ By using the procedures in this topic, you can build, rebuild, or clean all or s
73
73
74
74
When this check box is selected, only the current startup project and its dependencies are built when you perform either of the following steps:
75
75
76
-
- On the menu bar, choose **Debug** > **Start** (F5).
76
+
- On the menu bar, choose **Debug** > **Start** (**F5**).
77
77
78
-
- On the menu bar, choose **Build** > **Build Solution** (Ctrl+Shift+b).
78
+
- On the menu bar, choose **Build** > **Build Solution** (**Ctrl**+**Shift**+**B**).
79
79
80
80
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.
81
81
@@ -103,9 +103,9 @@ If the files have dependencies, the files will be compiled in dependency order.
103
103
104
104
Perform either of the following steps:
105
105
106
-
- On the menu bar, choose**Build** > **Cancel**.
106
+
- On the menu bar, select**Build** > **Cancel**.
107
107
108
-
-Choose the Ctrl + Break keys.
108
+
-Press **Ctrl**+**Break**.
109
109
110
110
## See also
111
111
@@ -116,4 +116,4 @@ Perform either of the following steps:
116
116
[How to: Set debug and release configurations](../debugger/how-to-set-debug-and-release-configurations.md)
117
117
[C/C++ building reference](/cpp/build/reference/c-cpp-building-reference)
118
118
[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