Skip to content

Commit c1c29a4

Browse files
authored
Merge pull request #5644 from tuyen-at-work/patch-1
List correction
2 parents 1a22253 + 925810f commit c1c29a4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/code-quality/how-to-customize-the-code-analysis-dictionary.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -260,12 +260,12 @@ Terms in the Dictionary/Acronyms/CasingExceptions node are applied to the follow
260260

261261
1. In **Solution Explorer**, use one of the following procedures:
262262

263-
2. To add a dictionary to a single project, right-click the project name and then click **Add Existing Item**. Specify the file in the **Add Existing Item** dialog box.
263+
- To add a dictionary to a single project, right-click the project name and then click **Add Existing Item**. Specify the file in the **Add Existing Item** dialog box.
264+
265+
- To add a dictionary that is shared among two or more projects, locate the file to share in the **Add Existing Item** dialog box, click the down arrow on the **Add** button and then click **Add As Link**.
264266

265-
3. To add a dictionary that is shared among two or more projects, locate the file to share in the **Add Existing Item** dialog box, click the down arrow on the **Add** button and then click **Add As Link**.
267+
2. In **Solution Explorer**, right-click the **CustomDictionary.xml** file name and click **Properties**.
266268

267-
4. In **Solution Explorer**, right-click the **CustomDictionary.xml** file name and click **Properties**.
269+
3. From the **Build Action** list, select **CodeAnalysisDictionary**.
268270

269-
5. From the **Build Action** list, select **CodeAnalysisDictionary**.
270-
271-
6. From the **Copy to Output Directory** list, select **Do not copy**.
271+
4. From the **Copy to Output Directory** list, select **Do not copy**.

0 commit comments

Comments
 (0)