Settings.Designer.cs 1.06 KB
Newer Older
1
2
3
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
Tebjan Halm's avatar
Tebjan Halm committed
4
//     Runtime Version:4.0.30319.235
5
6
7
8
9
10
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

Tebjan Halm's avatar
Tebjan Halm committed
11
12
13
namespace SVGViewer.Properties {
    
    
14
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
Tebjan Halm's avatar
Tebjan Halm committed
15
16
17
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
        
18
        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
Tebjan Halm's avatar
Tebjan Halm committed
19
20
21
        
        public static Settings Default {
            get {
22
23
24
25
26
                return defaultInstance;
            }
        }
    }
}