2014-02-14 10:46:23 +01:00
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
// <auto-generated>
|
|
|
|
|
// This code was generated by a tool.
|
|
|
|
|
// Runtime Version:4.0.30319.18444
|
|
|
|
|
//
|
|
|
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
|
|
|
// the code is regenerated.
|
|
|
|
|
// </auto-generated>
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
2014-02-19 02:10:13 +01:00
|
|
|
|
namespace StandAloneLauncher.Properties {
|
|
|
|
|
|
|
|
|
|
|
2014-02-14 10:46:23 +01:00
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
|
2014-02-19 02:10:13 +01:00
|
|
|
|
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
|
|
|
|
|
2014-02-14 10:46:23 +01:00
|
|
|
|
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
2014-02-19 02:10:13 +01:00
|
|
|
|
|
|
|
|
|
public static Settings Default {
|
|
|
|
|
get {
|
2014-02-14 10:46:23 +01:00
|
|
|
|
return defaultInstance;
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-02-19 02:10:13 +01:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute(".\\..\\Content\\")]
|
|
|
|
|
public string Dennis {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["Dennis"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["Dennis"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-02-14 10:46:23 +01:00
|
|
|
|
}
|
|
|
|
|
}
|