From ce88147fdde4842cde0428bbce6b747080af11af Mon Sep 17 00:00:00 2001 From: Nathan Crawford Date: Wed, 11 Dec 2013 19:06:27 -0500 Subject: [PATCH] Removed more obsolete Visual Studio files --- .../Properties/Resources-2005.Designer.cs | 71 ------------------- .../Properties/Resources-2008.Designer.cs | 63 ---------------- ...2010.Designer.cs => Resources.Designer.cs} | 0 .../Properties/Settings-2005.Designer.cs | 30 -------- .../Properties/Settings-2008.Designer.cs | 26 ------- ...-2010.Designer.cs => Settings.Designer.cs} | 0 embroideryReader/embroideryReader.csproj | 8 +-- .../Properties/Resources-2005.Designer.cs | 63 ---------------- .../Properties/Resources-2008.Designer.cs | 63 ---------------- ...2010.Designer.cs => Resources.Designer.cs} | 0 .../Properties/Settings-2005.Designer.cs | 26 ------- .../Properties/Settings-2008.Designer.cs | 26 ------- ...-2010.Designer.cs => Settings.Designer.cs} | 0 embroideryTester/embroideryTester.csproj | 8 +-- 14 files changed, 8 insertions(+), 376 deletions(-) delete mode 100644 embroideryReader/Properties/Resources-2005.Designer.cs delete mode 100644 embroideryReader/Properties/Resources-2008.Designer.cs rename embroideryReader/Properties/{Resources-2010.Designer.cs => Resources.Designer.cs} (100%) delete mode 100644 embroideryReader/Properties/Settings-2005.Designer.cs delete mode 100644 embroideryReader/Properties/Settings-2008.Designer.cs rename embroideryReader/Properties/{Settings-2010.Designer.cs => Settings.Designer.cs} (100%) delete mode 100644 embroideryTester/Properties/Resources-2005.Designer.cs delete mode 100644 embroideryTester/Properties/Resources-2008.Designer.cs rename embroideryTester/Properties/{Resources-2010.Designer.cs => Resources.Designer.cs} (100%) delete mode 100644 embroideryTester/Properties/Settings-2005.Designer.cs delete mode 100644 embroideryTester/Properties/Settings-2008.Designer.cs rename embroideryTester/Properties/{Settings-2010.Designer.cs => Settings.Designer.cs} (100%) diff --git a/embroideryReader/Properties/Resources-2005.Designer.cs b/embroideryReader/Properties/Resources-2005.Designer.cs deleted file mode 100644 index 7353ddc..0000000 --- a/embroideryReader/Properties/Resources-2005.Designer.cs +++ /dev/null @@ -1,71 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:2.0.50727.42 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace embroideryReader.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", "2.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("embroideryReader.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/embroideryReader/Properties/Resources-2008.Designer.cs b/embroideryReader/Properties/Resources-2008.Designer.cs deleted file mode 100644 index 981f63b..0000000 --- a/embroideryReader/Properties/Resources-2008.Designer.cs +++ /dev/null @@ -1,63 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:2.0.50727.4200 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace embroideryReader.Properties { - using System; - - - /// - /// 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", "2.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 (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("embroideryReader.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/embroideryReader/Properties/Resources-2010.Designer.cs b/embroideryReader/Properties/Resources.Designer.cs similarity index 100% rename from embroideryReader/Properties/Resources-2010.Designer.cs rename to embroideryReader/Properties/Resources.Designer.cs diff --git a/embroideryReader/Properties/Settings-2005.Designer.cs b/embroideryReader/Properties/Settings-2005.Designer.cs deleted file mode 100644 index 553df98..0000000 --- a/embroideryReader/Properties/Settings-2005.Designer.cs +++ /dev/null @@ -1,30 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:2.0.50727.42 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace embroideryReader.Properties -{ - - - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.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/embroideryReader/Properties/Settings-2008.Designer.cs b/embroideryReader/Properties/Settings-2008.Designer.cs deleted file mode 100644 index 51bc166..0000000 --- a/embroideryReader/Properties/Settings-2008.Designer.cs +++ /dev/null @@ -1,26 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:2.0.50727.4200 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace embroideryReader.Properties { - - - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.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/embroideryReader/Properties/Settings-2010.Designer.cs b/embroideryReader/Properties/Settings.Designer.cs similarity index 100% rename from embroideryReader/Properties/Settings-2010.Designer.cs rename to embroideryReader/Properties/Settings.Designer.cs diff --git a/embroideryReader/embroideryReader.csproj b/embroideryReader/embroideryReader.csproj index 23e551f..33a2d9e 100644 --- a/embroideryReader/embroideryReader.csproj +++ b/embroideryReader/embroideryReader.csproj @@ -105,10 +105,10 @@ ResXFileCodeGenerator - Resources-2010.Designer.cs + Resources.Designer.cs Designer - + True Resources.resx True @@ -116,9 +116,9 @@ SettingsSingleFileGenerator - Settings-2010.Designer.cs + Settings.Designer.cs - + True Settings.settings True diff --git a/embroideryTester/Properties/Resources-2005.Designer.cs b/embroideryTester/Properties/Resources-2005.Designer.cs deleted file mode 100644 index ce82025..0000000 --- a/embroideryTester/Properties/Resources-2005.Designer.cs +++ /dev/null @@ -1,63 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:2.0.50727.1433 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace embroideryTester.Properties { - using System; - - - /// - /// 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", "2.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 (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("embroideryTester.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/embroideryTester/Properties/Resources-2008.Designer.cs b/embroideryTester/Properties/Resources-2008.Designer.cs deleted file mode 100644 index 3e96622..0000000 --- a/embroideryTester/Properties/Resources-2008.Designer.cs +++ /dev/null @@ -1,63 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:2.0.50727.4200 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace embroideryTester.Properties { - using System; - - - /// - /// 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", "2.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 (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("embroideryTester.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/embroideryTester/Properties/Resources-2010.Designer.cs b/embroideryTester/Properties/Resources.Designer.cs similarity index 100% rename from embroideryTester/Properties/Resources-2010.Designer.cs rename to embroideryTester/Properties/Resources.Designer.cs diff --git a/embroideryTester/Properties/Settings-2005.Designer.cs b/embroideryTester/Properties/Settings-2005.Designer.cs deleted file mode 100644 index 57cadbb..0000000 --- a/embroideryTester/Properties/Settings-2005.Designer.cs +++ /dev/null @@ -1,26 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:2.0.50727.1433 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace embroideryTester.Properties { - - - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.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/embroideryTester/Properties/Settings-2008.Designer.cs b/embroideryTester/Properties/Settings-2008.Designer.cs deleted file mode 100644 index 6643a3f..0000000 --- a/embroideryTester/Properties/Settings-2008.Designer.cs +++ /dev/null @@ -1,26 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:2.0.50727.4200 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace embroideryTester.Properties { - - - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.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/embroideryTester/Properties/Settings-2010.Designer.cs b/embroideryTester/Properties/Settings.Designer.cs similarity index 100% rename from embroideryTester/Properties/Settings-2010.Designer.cs rename to embroideryTester/Properties/Settings.Designer.cs diff --git a/embroideryTester/embroideryTester.csproj b/embroideryTester/embroideryTester.csproj index 31781fb..b98fe3c 100644 --- a/embroideryTester/embroideryTester.csproj +++ b/embroideryTester/embroideryTester.csproj @@ -73,10 +73,10 @@ ResXFileCodeGenerator - Resources-2010.Designer.cs + Resources.Designer.cs Designer - + True Resources.resx True @@ -84,9 +84,9 @@ SettingsSingleFileGenerator - Settings-2010.Designer.cs + Settings.Designer.cs - + True Settings.settings True