Skip to content

Commit 526a43f

Browse files
committed
few more
1 parent 7bfdcbc commit 526a43f

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ manager: ghogen
3030
ms.workload:
3131
- "multiple"
3232
---
33-
# Building and Cleaning Projects and Solutions in Visual Studio
34-
By using the procedures in this topic, you can build, rebuild, or clean all or some of the projects or project items in a solution. For a step-by-step tutorial, see [Walkthrough: Building an Application](../ide/walkthrough-building-an-application.md).
33+
# Building and cleaning projects and solutions in Visual Studio
34+
By using the procedures in this topic, you can build, rebuild, or clean all or some of the projects or project items in a solution. For a step-by-step tutorial, see [Walkthrough: Building an application](../ide/walkthrough-building-an-application.md).
3535

3636
> [!NOTE]
37-
> The UI in your edition of Visual Studio might differ from what this topic describes, depending on your active settings. To change your settings, for example to **General** or **Visual C++** settings, choose **Tools**, **Import and Export Settings**, and then choose **Reset all settings**.
37+
> The UI in your edition of Visual Studio might differ from what this topic describes, depending on your active settings. To change your settings, for example to **General** or **Visual C++** settings, choose **Tools** > **Import and Export Settings**, and then choose **Reset all settings**.
3838
3939
### To build, rebuild, or clean an entire solution
4040

@@ -81,31 +81,31 @@ By using the procedures in this topic, you can build, rebuild, or clean all or s
8181

8282
### To build only the selected Visual C++ project
8383

84-
1. Choose a [!INCLUDE[vcprvc](../code-quality/includes/vcprvc_md.md)] project, and then, on the menu bar, choose **Build** > **Project Only**, and one of the following commands:
84+
- Choose a [!INCLUDE[vcprvc](../code-quality/includes/vcprvc_md.md)] project, and then, on the menu bar, choose **Build** > **Project Only**, and one of the following commands:
8585

8686
- **Build Only** *ProjectName*
87-
87+
8888
- **Rebuild Only** *ProjectName*
89-
89+
9090
- **Clean Only** *ProjectName*
91-
91+
9292
- **Link Only** *ProjectName*
9393

9494
These commands apply only to the [!INCLUDE[vcprvc](../code-quality/includes/vcprvc_md.md)] project that you chose, without building, rebuilding, cleaning, or linking any project dependencies or solution files. Depending on your version of [!INCLUDE[vsprvs](../code-quality/includes/vsprvs_md.md)], the **Project Only** submenu might contain more commands.
9595

9696
### To compile multiple C++ project items
9797

98-
1. In **Solution Explorer**, choose multiple files that have can be compiled actions, open the shortcut menu for one of those files, and then choose **Compile**.
98+
- In **Solution Explorer**, choose multiple files that have can be compiled actions, open the shortcut menu for one of those files, and then choose **Compile**.
9999

100100
If the files have dependencies, the files will be compiled in dependency order. The compile operation will fail if the files require a precompiled header that isn't available when you compile. The compile operation uses the current active solution configuration.
101101

102102
### To stop a build
103103

104-
Perform either of the following steps:
105-
106-
- On the menu bar, choose **Build**, **Cancel**.
104+
- Perform either of the following steps:
107105

108-
- Choose the Ctrl + Break keys.
106+
- On the menu bar, choose **Build**, **Cancel**.
107+
108+
- Choose the Ctrl + Break keys.
109109

110110
### See also
111111

docs/ide/common-quick-actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ End Function
171171

172172
## Actions that remove unnecessary code
173173

174-
### Remove unnecesary usings/Imports
174+
### Remove unnecesary usings/imports
175175

176-
The **Remove Unnecessary Usings/Imports** Quick Action will remove any unused `using` and `Import` statements for the current file. When you select this item, unused namespace imports will be immediately removed.
176+
The **Remove Unnecessary Usings/Imports** Quick Action will remove any unused `using` and `import` statements for the current file. When you select this item, unused namespace imports will be immediately removed.
177177

178178
| Applicable Languages | Supported Version |
179179
| -------------------- | ---------------- |

docs/ide/creating-applications-in-bi-directional-languages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ You can use Visual Studio to create applications that correctly display text in
7272

7373
- Attributes and metadata.
7474

75-
- Property values. You can use Arabic or Hebrew text in the Properties window. The window allows you to switch between right-to-left and left-to-right reading order using standard Windows keystrokes (CTRL+RightShift for right-to-left, and CTRL+LeftShift for left-to-right).
75+
- Property values. You can use Arabic or Hebrew text in the **Properties** window. The window allows you to switch between right-to-left and left-to-right reading order using standard Windows keystrokes (CTRL+RightShift for right-to-left, and CTRL+LeftShift for left-to-right).
7676

7777
- Code and literal text. In the code editor (which is also the text editor), you can use Arabic or Hebrew to name classes, functions, variables, properties, string literals, attributes, and so on. However, the editor does not support right-to-left reading order; text always starts at the left margin.
7878

0 commit comments

Comments
 (0)