//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace bsmd.dakosy.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); public static Settings Default { get { return defaultInstance; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("dakosy")] public string SFTPSessionName { get { return ((string)(this["SFTPSessionName"])); } set { this["SFTPSessionName"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("c:\\temp\\sftp_log.xml")] public string SFTPLog { get { return ((string)(this["SFTPLog"])); } set { this["SFTPLog"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("e:\\temp\\dakosy\\out")] public string SFTPOutDir { get { return ((string)(this["SFTPOutDir"])); } set { this["SFTPOutDir"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("e:\\temp\\dakosy\\in")] public string SFTPInDir { get { return ((string)(this["SFTPInDir"])); } set { this["SFTPInDir"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool TestMode { get { return ((bool)(this["TestMode"])); } set { this["TestMode"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("E:\\Tools\\WinScp\\WinSCP.com")] public string WINSCPFullPath { get { return ((string)(this["WINSCPFullPath"])); } set { this["WINSCPFullPath"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("in/prod/ed02")] public string RemoteProdIncomingDir { get { return ((string)(this["RemoteProdIncomingDir"])); } set { this["RemoteProdIncomingDir"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("in/test/ed02")] public string RemoteTestIncomingDir { get { return ((string)(this["RemoteTestIncomingDir"])); } set { this["RemoteTestIncomingDir"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("out/prod")] public string RemoteProdOutgoingDir { get { return ((string)(this["RemoteProdOutgoingDir"])); } set { this["RemoteProdOutgoingDir"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("out/test")] public string RemoteTestOutgoingDir { get { return ((string)(this["RemoteTestOutgoingDir"])); } set { this["RemoteTestOutgoingDir"] = value; } } } }