diff options
| author | AShifter <[email protected]> | 2017-03-17 17:56:15 -0600 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-03-17 17:56:15 -0600 |
| commit | 81d083cfbc7b105b992c407936949c201db5a357 (patch) | |
| tree | 85112a5d23e414d01c13e81f5896f5e96ddefe7e /TimeHACK/Properties/Settings.Designer.cs | |
| parent | 0c00b5f33c37427228c53794732d513adc862261 (diff) | |
| download | histacom2-81d083cfbc7b105b992c407936949c201db5a357.tar.gz histacom2-81d083cfbc7b105b992c407936949c201db5a357.tar.bz2 histacom2-81d083cfbc7b105b992c407936949c201db5a357.zip | |
Added Engine and started WindowManager
Diffstat (limited to 'TimeHACK/Properties/Settings.Designer.cs')
| -rw-r--r-- | TimeHACK/Properties/Settings.Designer.cs | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/TimeHACK/Properties/Settings.Designer.cs b/TimeHACK/Properties/Settings.Designer.cs new file mode 100644 index 0000000..850a60a --- /dev/null +++ b/TimeHACK/Properties/Settings.Designer.cs @@ -0,0 +1,26 @@ +//------------------------------------------------------------------------------ +// <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 TimeHACK.Properties { + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.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; + } + } + } +} |
