From 96a6c71481d6a20433307e212b03b0e2436bc5eb Mon Sep 17 00:00:00 2001 From: jretkowski Date: Thu, 2 Aug 2012 08:10:18 -0700 Subject: [PATCH] Removed: Files that did not need to be in the solution --- .../Properties/AssemblyInfo.cs | 36 ------ .../Properties/Resources.Designer.cs | 71 ----------- .../Properties/Resources.resx | 117 ------------------ .../Properties/Settings.Designer.cs | 30 ----- .../Properties/Settings.settings | 7 -- 5 files changed, 261 deletions(-) delete mode 100644 WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/Properties/AssemblyInfo.cs delete mode 100644 WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/Properties/Resources.Designer.cs delete mode 100644 WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/Properties/Resources.resx delete mode 100644 WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/Properties/Settings.Designer.cs delete mode 100644 WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/Properties/Settings.settings diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/Properties/AssemblyInfo.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/Properties/AssemblyInfo.cs deleted file mode 100644 index 1e05b9a4..00000000 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("WebsitePanel.Providers.Mail.SmarterMail10")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("WebsitePanel.Providers.Mail.SmarterMail10")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("9988b1a8-db89-44de-b440-b07def74cc25")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/Properties/Resources.Designer.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/Properties/Resources.Designer.cs deleted file mode 100644 index 822b5319..00000000 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/Properties/Resources.Designer.cs +++ /dev/null @@ -1,71 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.269 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace WebsitePanel.Providers.Mail.SmarterMail10.Properties -{ - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources - { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() - { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager - { - get - { - if ((resourceMan == null)) - { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("WebsitePanel.Providers.Mail.SmarterMail10.Properties.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture - { - get - { - return resourceCulture; - } - set - { - resourceCulture = value; - } - } - } -} diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/Properties/Resources.resx b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/Properties/Resources.resx deleted file mode 100644 index ffecec85..00000000 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/Properties/Resources.resx +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/Properties/Settings.Designer.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/Properties/Settings.Designer.cs deleted file mode 100644 index 8b0ece65..00000000 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/Properties/Settings.Designer.cs +++ /dev/null @@ -1,30 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.269 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace WebsitePanel.Providers.Mail.SmarterMail10.Properties -{ - - - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.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; - } - } - } -} diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/Properties/Settings.settings b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/Properties/Settings.settings deleted file mode 100644 index abf36c5d..00000000 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/Properties/Settings.settings +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - -