Clients/Idle/Properties/Settings.Designer.cs
author StephaneLenclud
Thu, 25 Aug 2016 13:12:54 +0200
changeset 254 181323a59047
parent 225 6ccaa430aa23
permissions -rw-r--r--
Published v1.0.1.0.
Updating Harmony library to v0.5.0
StephaneLenclud@189
     1
//------------------------------------------------------------------------------
StephaneLenclud@189
     2
// <auto-generated>
StephaneLenclud@189
     3
//     This code was generated by a tool.
StephaneLenclud@189
     4
//     Runtime Version:4.0.30319.42000
StephaneLenclud@189
     5
//
StephaneLenclud@189
     6
//     Changes to this file may cause incorrect behavior and will be lost if
StephaneLenclud@189
     7
//     the code is regenerated.
StephaneLenclud@189
     8
// </auto-generated>
StephaneLenclud@189
     9
//------------------------------------------------------------------------------
StephaneLenclud@189
    10
StephaneLenclud@225
    11
namespace SharpDisplayClientIdle.Properties {
Stephane@197
    12
    
Stephane@197
    13
    
StephaneLenclud@189
    14
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
Stephane@230
    15
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")]
Stephane@197
    16
    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
Stephane@197
    17
        
StephaneLenclud@189
    18
        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
Stephane@197
    19
        
Stephane@197
    20
        public static Settings Default {
Stephane@197
    21
            get {
StephaneLenclud@189
    22
                return defaultInstance;
StephaneLenclud@189
    23
            }
StephaneLenclud@189
    24
        }
StephaneLenclud@189
    25
    }
StephaneLenclud@189
    26
}