From 92ca53e14113f3243d1516fe3c4c841aa967626d Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 8 May 2015 12:16:02 -0700 Subject: Add pre-build signed UI wrapper .exe. --- windows/WebUIWrapper/Properties/Settings.Designer.cs | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'windows/WebUIWrapper/Properties/Settings.Designer.cs') diff --git a/windows/WebUIWrapper/Properties/Settings.Designer.cs b/windows/WebUIWrapper/Properties/Settings.Designer.cs index 8eb61166..8115e015 100644 --- a/windows/WebUIWrapper/Properties/Settings.Designer.cs +++ b/windows/WebUIWrapper/Properties/Settings.Designer.cs @@ -8,21 +8,17 @@ // //------------------------------------------------------------------------------ -namespace WebUIWrapper.Properties -{ - - +namespace WebUIWrapper.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 - { - + 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 - { + + public static Settings Default { + get { return defaultInstance; } } -- cgit v1.2.3