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
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,11 @@ manager: ghogen
30
30
ms.workload:
31
31
- "multiple"
32
32
---
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).
35
35
36
36
> [!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**.
38
38
39
39
### To build, rebuild, or clean an entire solution
40
40
@@ -81,31 +81,31 @@ By using the procedures in this topic, you can build, rebuild, or clean all or s
81
81
82
82
### To build only the selected Visual C++ project
83
83
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:
85
85
86
86
-**Build Only***ProjectName*
87
-
87
+
88
88
-**Rebuild Only***ProjectName*
89
-
89
+
90
90
-**Clean Only***ProjectName*
91
-
91
+
92
92
-**Link Only***ProjectName*
93
93
94
94
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.
95
95
96
96
### To compile multiple C++ project items
97
97
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**.
99
99
100
100
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.
Copy file name to clipboardExpand all lines: docs/ide/common-quick-actions.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -171,9 +171,9 @@ End Function
171
171
172
172
## Actions that remove unnecessary code
173
173
174
-
### Remove unnecesary usings/Imports
174
+
### Remove unnecesary usings/imports
175
175
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.
Copy file name to clipboardExpand all lines: docs/ide/creating-applications-in-bi-directional-languages.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ You can use Visual Studio to create applications that correctly display text in
72
72
73
73
- Attributes and metadata.
74
74
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).
76
76
77
77
- 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.
0 commit comments