IdwTest/Properties/Settings.Designer.cs
author sl
Mon, 21 Apr 2014 12:02:38 +0200
changeset 4 328515997e35
permissions -rw-r--r--
Adding first draft of our text application.
This is most useful for testing stuff without MediaPortal.
sl@4
     1
//------------------------------------------------------------------------------
sl@4
     2
// <auto-generated>
sl@4
     3
//     This code was generated by a tool.
sl@4
     4
//     Runtime Version:4.0.30319.18444
sl@4
     5
//
sl@4
     6
//     Changes to this file may cause incorrect behavior and will be lost if
sl@4
     7
//     the code is regenerated.
sl@4
     8
// </auto-generated>
sl@4
     9
//------------------------------------------------------------------------------
sl@4
    10
sl@4
    11
namespace IdwTest.Properties
sl@4
    12
{
sl@4
    13
sl@4
    14
sl@4
    15
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
sl@4
    16
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
sl@4
    17
    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
sl@4
    18
    {
sl@4
    19
sl@4
    20
        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
sl@4
    21
sl@4
    22
        public static Settings Default
sl@4
    23
        {
sl@4
    24
            get
sl@4
    25
            {
sl@4
    26
                return defaultInstance;
sl@4
    27
            }
sl@4
    28
        }
sl@4
    29
    }
sl@4
    30
}