Added HowMany setting Property to limit the number of procedures converted.

This commit is contained in:
Rich 2014-12-08 20:27:48 +00:00
parent 3da3cd999e
commit 2c21ce24dc
2 changed files with 16 additions and 1 deletions

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// This code was generated by a tool. // This code was generated by a tool.
// Runtime Version:2.0.50727.4247 // Runtime Version:2.0.50727.5485
// //
// Changes to this file may cause incorrect behavior and will be lost if // Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated. // the code is regenerated.
@ -406,5 +406,17 @@ namespace DataLoader.Properties {
this["AnnotateWhenShowingDifferentRO"] = value; this["AnnotateWhenShowingDifferentRO"] = value;
} }
} }
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public int HowMany {
get {
return ((int)(this["HowMany"]));
}
set {
this["HowMany"] = value;
}
}
} }
} }

View File

@ -98,5 +98,8 @@
<Setting Name="AnnotateWhenShowingDifferentRO" Type="System.Boolean" Scope="User"> <Setting Name="AnnotateWhenShowingDifferentRO" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value> <Value Profile="(Default)">False</Value>
</Setting> </Setting>
<Setting Name="HowMany" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
</Settings> </Settings>
</SettingsFile> </SettingsFile>