Skip to content

Commit 23aa7f7

Browse files
author
Colin Robertson
authored
Merge branch 'master' into docs/corob/build-IDE-steps
2 parents ff10f8c + cef1930 commit 23aa7f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/build/reference/gs-buffer-security-check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Even if you use **/GS**, always try to write secure code that has no buffer over
9999

100100
### To set this compiler option in Visual Studio
101101

102-
1. In **Solution Explorer**, right-click the project and then choose **Properties** to open the **Property Pages** dialog. For more information, see [Set C++ compiler and build properties in Visual Studio](../working-with-project-properties.md).
102+
1. Open the project's **Property Pages** dialog box. For details, see [Set C++ compiler and build properties in Visual Studio](../working-with-project-properties.md).
103103

104104
1. Select the **Configuration Properties** > **C/C++** > **Code Generation** property page.
105105

docs/build/reference/j-default-char-type-is-unsigned.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ANSI C and C++ do not require a specific implementation of the **`char`** type.
2929
3030
### To set this compiler option in the Visual Studio development environment
3131

32-
1. In **Solution Explorer**, open the shortcut menu for the project and then choose **Properties** to open the project **Property Pages** dialog box.
32+
1. Open your project's **Property Pages** dialog box. For details, see [Set C++ compiler and build properties in Visual Studio](../working-with-project-properties.md).
3333

3434
1. Select the **Configuration Properties** > **C/C++** > **Command Line** property page.
3535

0 commit comments

Comments
 (0)