diff --git a/PROMS/DataLoader/Properties/Settings.Designer.cs b/PROMS/DataLoader/Properties/Settings.Designer.cs index c29c2bc8..a2c7d5cc 100644 --- a/PROMS/DataLoader/Properties/Settings.Designer.cs +++ b/PROMS/DataLoader/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:2.0.50727.4216 +// Runtime Version:2.0.50727.4223 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -334,5 +334,17 @@ namespace DataLoader.Properties { this["Phase4"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("")] + public string ProcessOnlyInLocation { + get { + return ((string)(this["ProcessOnlyInLocation"])); + } + set { + this["ProcessOnlyInLocation"] = value; + } + } } } diff --git a/PROMS/DataLoader/Properties/Settings.settings b/PROMS/DataLoader/Properties/Settings.settings index f6e15f4b..b831c51d 100644 --- a/PROMS/DataLoader/Properties/Settings.settings +++ b/PROMS/DataLoader/Properties/Settings.settings @@ -80,5 +80,8 @@ Phase4 + + + \ No newline at end of file