mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-11-05 02:26:29 +01:00
17 lines
903 B
Text
17 lines
903 B
Text
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!-- Visual Studio Spell Checker configuration file - [https://github.com/EWSoftware/VSSpellChecker]
|
||
|
Do not edit the XML. Use the configuration file editor in Visual Studio to modify the settings. -->
|
||
|
<SpellCheckerConfiguration Format="2018.8.16.0">
|
||
|
<InheritAdditionalDictionaryFolders>True</InheritAdditionalDictionaryFolders>
|
||
|
<AdditionalDictionaryFolders>
|
||
|
<Folder>.\\</Folder>
|
||
|
</AdditionalDictionaryFolders>
|
||
|
<SelectedLanguages />
|
||
|
<InheritIgnoredClassifications>True</InheritIgnoredClassifications>
|
||
|
<IgnoredClassifications />
|
||
|
<InheritIgnoredWords>True</InheritIgnoredWords>
|
||
|
<IgnoredWordsFile>IgnoredWords.dic</IgnoredWordsFile>
|
||
|
<InheritExclusionExpressions>True</InheritExclusionExpressions>
|
||
|
<InheritIgnoredFilePatterns>True</InheritIgnoredFilePatterns>
|
||
|
<InheritXmlSettings>True</InheritXmlSettings>
|
||
|
</SpellCheckerConfiguration>
|