mirror of
https://github.com/openziti/desktop-edge-win.git
synced 2026-09-23 03:13:58 +00:00
e2d60d2b8a
* Preserve sort order and default ext-auth providers across upgrades * Update release notes
74 lines
2.8 KiB
C#
74 lines
2.8 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 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.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace ZitiDesktopEdge.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.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()]
|
|
public global::System.Collections.Specialized.StringCollection DefaultProviders {
|
|
get {
|
|
return ((global::System.Collections.Specialized.StringCollection)(this["DefaultProviders"]));
|
|
}
|
|
set {
|
|
this["DefaultProviders"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Name")]
|
|
public string SortOption {
|
|
get {
|
|
return ((string)(this["SortOption"]));
|
|
}
|
|
set {
|
|
this["SortOption"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Ascending")]
|
|
public string SortDirection {
|
|
get {
|
|
return ((string)(this["SortDirection"]));
|
|
}
|
|
set {
|
|
this["SortDirection"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool SettingsUpgradeRequired {
|
|
get {
|
|
return ((bool)(this["SettingsUpgradeRequired"]));
|
|
}
|
|
set {
|
|
this["SettingsUpgradeRequired"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|