Added property settings WhatROsToConvert, SelectedROFst, AnnotateWhenConvertingToText, AnnotateWhenShowingMissingRO, and AnnotateWhenShowingDifferentRO

This commit is contained in:
Rich
2014-05-14 02:08:30 +00:00
parent dd7f3a4148
commit 7c21fdd3d3
2 changed files with 76 additions and 1 deletions

View File

@@ -83,5 +83,20 @@
<Setting Name="ProcessOnlyInLocation" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="WhatROsToConvert" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="SelectedROFst" Type="System.Int32" Scope="User">
<Value Profile="(Default)">-1</Value>
</Setting>
<Setting Name="AnnotateWhenConvertingToText" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="AnnotateWhenShowingMissingRO" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="AnnotateWhenShowingDifferentRO" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
</Settings>
</SettingsFile>