diff options
| author | Alee <Alee14498@gmail.com> | 2019-02-11 16:17:38 -0500 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-02-11 16:17:38 -0500 |
| commit | bd284418387617e3ac2c3c4bb8c26470266015ea (patch) | |
| tree | 9648b24ad1c54cea7f43551585a4abf2e172597e /Microbit/Properties/Settings.Designer.cs | |
| parent | 6edebc7dfd025de2e688809a0712fb09fb58c9ae (diff) | |
| download | Microbit-bd284418387617e3ac2c3c4bb8c26470266015ea.tar.gz Microbit-bd284418387617e3ac2c3c4bb8c26470266015ea.tar.bz2 Microbit-bd284418387617e3ac2c3c4bb8c26470266015ea.zip | |
Add project files.
Diffstat (limited to 'Microbit/Properties/Settings.Designer.cs')
| -rw-r--r-- | Microbit/Properties/Settings.Designer.cs | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Microbit/Properties/Settings.Designer.cs b/Microbit/Properties/Settings.Designer.cs new file mode 100644 index 0000000..052febf --- /dev/null +++ b/Microbit/Properties/Settings.Designer.cs @@ -0,0 +1,30 @@ +//------------------------------------------------------------------------------ +// <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 Microbit.Properties +{ + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.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; + } + } + } +} |
