From e75476302912f1e58ede79bf973765fc0dd64e41 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 31 Mar 2010 16:51:38 +0000 Subject: [PATCH] --- .../Properties/Settings.Designer.cs | 26 ++++++++++++++++++- PROMS/DataLoader/Properties/Settings.settings | 6 +++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/PROMS/DataLoader/Properties/Settings.Designer.cs b/PROMS/DataLoader/Properties/Settings.Designer.cs index 2bca847d..5a4d8f15 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.1434 +// Runtime Version:2.0.50727.4200 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -94,5 +94,29 @@ namespace DataLoader.Properties { this["VePromsFilename"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("")] + public string LogFileLoc { + get { + return ((string)(this["LogFileLoc"])); + } + set { + this["LogFileLoc"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("")] + public string BackupFileName { + get { + return ((string)(this["BackupFileName"])); + } + set { + this["BackupFileName"] = value; + } + } } } diff --git a/PROMS/DataLoader/Properties/Settings.settings b/PROMS/DataLoader/Properties/Settings.settings index 95e88d2c..294fdcff 100644 --- a/PROMS/DataLoader/Properties/Settings.settings +++ b/PROMS/DataLoader/Properties/Settings.settings @@ -20,5 +20,11 @@ + + + + + + \ No newline at end of file