Skip to content

Commit 23f2b81

Browse files
author
Colin Robertson
authored
Merge pull request #3123 from MicrosoftDocs/master637559201896748897
Repo sync for protected CLA branch
2 parents f40569b + 984fe2d commit 23f2b81

File tree

124 files changed

+185
-373
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+185
-373
lines changed

docs/build/reference/allowbind-prevent-dll-binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can edit an existing DLL for /ALLOWBIND functionality with the [/ALLOWBIND](
2222

2323
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).
2424

25-
1. Expand **Configuration Properties**, **Linker**, and select **Command Line**.
25+
1. Select the **Configuration Properties** > **Linker** > **Command Line** property page.
2626

2727
1. Enter `/ALLOWBIND:NO` into **Additional Options**.
2828

docs/build/reference/appcontainer-windows-store-app.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@ The /APPCONTAINER option was introduced in Windows 8.
2626

2727
1. Open the project **Property Pages** dialog box. For more information, see [Set C++ compiler and build properties in Visual Studio](../working-with-project-properties.md).
2828

29-
1. Expand the **Configuration Properties** node.
30-
31-
1. Expand the **Linker** node.
32-
33-
1. Select the **Command Line** property page.
29+
1. Select the **Configuration Properties** > **Linker** > **Command Line** property page.
3430

3531
1. In **Additional Options**, enter `/APPCONTAINER` or `/APPCONTAINER:NO`.
3632

docs/build/reference/arch-arm.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ When you use [/clr](clr-common-language-runtime-compilation.md) to compile, **/a
3232

3333
1. Open the **Property Pages** dialog box for the project. For more information, see [Set C++ compiler and build properties in Visual Studio](../working-with-project-properties.md).
3434

35-
1. Select the **C/C++** folder.
36-
37-
1. Select the **Command Line** property page.
35+
1. Select the **Configuration Properties** > **C/C++** > **Command Line** property page.
3836

3937
1. In the **Additional options** box, add `/arch:ARMv7VE` or `/arch:VFPv4`.
4038

docs/build/reference/arch-x64.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ The `__AVX__` preprocessor symbol is defined when the **/arch:AVX**, **/arch:AVX
4949

5050
1. Open the **Property Pages** dialog box for the project. For more information, see [Set C++ compiler and build properties in Visual Studio](../working-with-project-properties.md).
5151

52-
1. Select the **Configuration Properties**, **C/C++** folder.
53-
54-
1. Select the **Code Generation** property page.
52+
1. Select the **Configuration Properties** > **C/C++** > **Code Generation** property page.
5553

5654
1. In the **Enable Enhanced Instruction Set** drop-down box, choose **Advanced Vector Extensions (/arch:AVX)**, **Advanced Vector Extensions 2 (/arch:AVX2)** or **Advanced Vector Extensions 512 (/arch:AVX512)**.
5755

docs/build/reference/arch-x86.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,7 @@ The `_M_IX86_FP`, `__AVX__`, `__AVX2__`, `__AVX512F__`, `__AVX512CD__`, `__AVX51
9090
9191
1. Open the **Property Pages** dialog box for the project. For more information, see [Set C++ compiler and build properties in Visual Studio](../working-with-project-properties.md).
9292
93-
1. Select the **Configuration Properties**, **C/C++** folder.
94-
95-
1. Select the **Code Generation** property page.
93+
1. Select the **Configuration Properties** > **C/C++** > **Code Generation** property page.
9694
9795
1. Modify the **Enable Enhanced Instruction Set** property.
9896

docs/build/reference/assemblydebug-add-debuggableattribute.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ Other linker options that affect assembly generation are:
5656

5757
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).
5858

59-
1. Click the **Linker** folder.
60-
61-
1. Click the **Debug** property page.
59+
1. Select the **Configuration Properties** > **Linker** > **Debug** property page.
6260

6361
1. Modify the **Debuggable Assembly** property.
6462

docs/build/reference/assemblylinkresource-link-to-dotnet-framework-resource.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ Other linker options that affect assembly generation are:
4949

5050
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).
5151

52-
1. Click the **Linker** folder.
53-
54-
1. Click the **Command Line** property page.
52+
1. Select the **Configuration Properties** > **Linker** > **Command Line** property page.
5553

5654
1. Type the option into the **Additional Options** box.
5755

docs/build/reference/assemblymodule-add-a-msil-module-to-the-assembly.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ The MSVC linker accepts .netmodule files as input and the output file produced b
5353

5454
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).
5555

56-
1. Click the **Linker** folder.
57-
58-
1. Click the **Input** property page.
56+
1. Select the **Configuration Properties** > **Linker** > **Input** property page.
5957

6058
1. Modify the **Add Module to Assembly** property.
6159

docs/build/reference/assemblyresource-embed-a-managed-resource.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ Other linker options that affect assembly generation are:
5050

5151
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).
5252

53-
1. Click the **Linker** folder.
54-
55-
1. Click the **Input** property page.
53+
1. Select the **Configuration Properties** > **Linker** > **Input** property page.
5654

5755
1. Modify the **Embed Managed Resource File** property.
5856

docs/build/reference/await-enable-coroutine-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The **/await** option is available beginning in Visual Studio 2015.
2424

2525
1. Open your project's **Property Pages** dialog box.
2626

27-
1. Under **Configuration Properties**, expand the **C/C++** folder and choose the **Command Line** property page.
27+
1. Select the **Configuration Properties** > **C/C++** > **Command Line** property page.
2828

2929
1. Enter the **/await** compiler option in the **Additional Options** box. Choose **OK** or **Apply** to save your changes.
3030

0 commit comments

Comments
 (0)