Properties/Settings.Designer.cs
author StephaneLenclud
Sun, 17 May 2015 20:35:37 +0200
changeset 7 bf908f6c7758
permissions -rw-r--r--
Adding category override option, ID usage for name, hiding channels starting
with '.'. Folding Movies and Series in a single category. Adding channel prefix
removel.
StephaneLenclud@0
     1
//------------------------------------------------------------------------------
StephaneLenclud@0
     2
// <auto-generated>
StephaneLenclud@0
     3
//     This code was generated by a tool.
StephaneLenclud@0
     4
//     Runtime Version:4.0.30319.18408
StephaneLenclud@0
     5
//
StephaneLenclud@0
     6
//     Changes to this file may cause incorrect behavior and will be lost if
StephaneLenclud@0
     7
//     the code is regenerated.
StephaneLenclud@0
     8
// </auto-generated>
StephaneLenclud@0
     9
//------------------------------------------------------------------------------
StephaneLenclud@0
    10
StephaneLenclud@0
    11
namespace SatChanGen.Properties
StephaneLenclud@0
    12
{
StephaneLenclud@0
    13
StephaneLenclud@0
    14
StephaneLenclud@0
    15
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
StephaneLenclud@0
    16
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
StephaneLenclud@0
    17
    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
StephaneLenclud@0
    18
    {
StephaneLenclud@0
    19
StephaneLenclud@0
    20
        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
StephaneLenclud@0
    21
StephaneLenclud@0
    22
        public static Settings Default
StephaneLenclud@0
    23
        {
StephaneLenclud@0
    24
            get
StephaneLenclud@0
    25
            {
StephaneLenclud@0
    26
                return defaultInstance;
StephaneLenclud@0
    27
            }
StephaneLenclud@0
    28
        }
StephaneLenclud@0
    29
    }
StephaneLenclud@0
    30
}