Skip to content

Commit 93488b4

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#2005 from nschonni/fix--MD005-list-indent
fix: MD005/list-indent
2 parents 2c68b15 + 74711dd commit 93488b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/build/reference/creating-a-makefile-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ IntelliSense fails in makefile projects when certain project settings or compile
7878

7979
- Set the **Include Search Path** property to specify the list of directories that the compiler will search to resolve file references that are passed to preprocessor directives in your makefile project. See [/I (Additional Include Directories)](i-additional-include-directories.md), for more information.
8080

81-
- For projects that are built using CL.EXE from a Command Window, set the **INCLUDE** environment variable to specify directories that the compiler will search to resolve file references that are passed to preprocessor directives in your makefile project.
81+
- For projects that are built using CL.EXE from a Command Window, set the **INCLUDE** environment variable to specify directories that the compiler will search to resolve file references that are passed to preprocessor directives in your makefile project.
8282

8383
- Set the **Forced Includes** property to specify which header files to process when building your makefile project. See [/FI (Name Forced Include File)](fi-name-forced-include-file.md), for more information.
8484

docs/windows/version-information-editor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Select the item once to choose it, then again to begin editing it. Make changes
2727

2828
When editing the `FILEFLAGS` key in the **Version Information Editor**, notice you can't set the **Debug**, **Private Build**, or **Special Build** properties in the **Properties** window for .rc files:
2929

30-
- The **Version Information Editor** sets the **Debug** property with a `#ifdef` in the resource script, based on the `_DEBUG` build flag.
30+
- The **Version Information Editor** sets the **Debug** property with a `#ifdef` in the resource script, based on the `_DEBUG` build flag.
3131

32-
- If the `Private Build` key has a **Value** set in the **Version Information** table, the corresponding **Private Build** property in the **Properties** window for the `FILEFLAGS` key will be **True**. If **Value** is empty, the property will be **False**. Likewise, the **Special Build** key in the **Version Information** table is tied to the **Special Build** property for the `FILEFLAGS` key.
32+
- If the `Private Build` key has a **Value** set in the **Version Information** table, the corresponding **Private Build** property in the **Properties** window for the `FILEFLAGS` key will be **True**. If **Value** is empty, the property will be **False**. Likewise, the **Special Build** key in the **Version Information** table is tied to the **Special Build** property for the `FILEFLAGS` key.
3333

3434
You can sort the information sequence of the string block by selecting either the **Key** or the **Value** column headings. These headings automatically rearrange the information into the selected sequence.
3535

0 commit comments

Comments
 (0)