From bb6e704ab011a497ac8c735afc0fd4c52a1425ce Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Tue, 9 Jan 2018 15:01:04 +0100 Subject: Added old project --- love2dToAPK/Properties/Settings.Designer.cs | 74 +++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 love2dToAPK/Properties/Settings.Designer.cs (limited to 'love2dToAPK/Properties/Settings.Designer.cs') 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 @@ +//------------------------------------------------------------------------------ +// +// 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 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; + } + } + } +} -- cgit v1.2.3