forked from ALM-Rangers/Sample-Code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCustomDictionary.xml
More file actions
36 lines (36 loc) · 1.02 KB
/
CustomDictionary.xml
File metadata and controls
36 lines (36 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8"?>
<!--
//*********************************************************
//
// Copyright (c) Microsoft. All rights reserved.
// This code is licensed under the MIT License.
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
// ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
// TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
// PARTICULAR PURPOSE AND NONINFRINGEMENT.
//
//*********************************************************
-->
<Dictionary>
<Words>
<Unrecognized>
<!--<Word>cb</Word>-->
</Unrecognized>
<Recognized>
<Word>Tfs</Word>
<Word>Initialise</Word>
<Word>Insertable</Word>
<Word>wiql</Word>
<Word>xpath</Word>
<Word>Notifier</Word>
</Recognized>
<Deprecated>
<!--<Term PreferredAlternate="EnterpriseServices">ComPlus</Term>-->
</Deprecated>
</Words>
<Acronyms>
<CasingExceptions>
<!--<Acronym>wiql</Acronym>-->
</CasingExceptions>
</Acronyms>
</Dictionary>