forked from RemyDuijkeren/NodaMoney
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCustomDictionary.xml
30 lines (30 loc) · 1019 Bytes
/
CustomDictionary.xml
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
<?xml version="1.0" encoding="utf-8"?>
<!-- See for help: http://msdn.microsoft.com/en-us/library/bb514188.aspx -->
<!-- To apply a custom dictionary to a project in Solution Explorer, drag this file using ALT to your project (in Properties) to
create a link to this file. Right-click then the CustomDictionary.xml file name and click Properties and set 'Build Action'
to CodeAnalysisDictionary and 'Copy to Output Directory' to 'Do not copy'.
-->
<Dictionary>
<Words>
<Unrecognized>
<Word>cb</Word>
</Unrecognized>
<Recognized>
<Word>Noda</Word>
<Word>DynamicHands</Word>
<Word>iraimbilanja</Word>
<Word>cinquième</Word>
<Word>ariary</Word>
<Word>Ldml</Word>
</Recognized>
<Deprecated>
<Term PreferredAlternate="EnterpriseServices">ComPlus</Term>
</Deprecated>
</Words>
<Acronyms>
<CasingExceptions>
<Acronym>USDollar</Acronym>
<Acronym>ISO</Acronym>
</CasingExceptions>
</Acronyms>
</Dictionary>