diff options
Diffstat (limited to 'love2dToAPK/Properties/Settings.Designer.cs')
-rw-r--r-- | love2dToAPK/Properties/Settings.Designer.cs | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/love2dToAPK/Properties/Settings.Designer.cs b/love2dToAPK/Properties/Settings.Designer.cs new file mode 100644 index 0000000..568e49e --- /dev/null +++ b/love2dToAPK/Properties/Settings.Designer.cs @@ -0,0 +1,74 @@ +//------------------------------------------------------------------------------ +// <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 love2dToAPK.Properties { + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.3.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("")] + public string projectPath { + get { + return ((string)(this["projectPath"])); + } + set { + this["projectPath"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("False")] + public bool firstStart { + get { + return ((bool)(this["firstStart"])); + } + set { + this["firstStart"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("False")] + public bool alwaysOnTop { + get { + return ((bool)(this["alwaysOnTop"])); + } + set { + this["alwaysOnTop"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("False")] + public bool closeOnSuccess { + get { + return ((bool)(this["closeOnSuccess"])); + } + set { + this["closeOnSuccess"] = value; + } + } + } +} |