From d263ff2f02ee65a1bffcbf57f9369de60b4ba04e Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Sun, 31 Aug 2008 22:14:08 -0700 Subject: [PATCH] Removed strings.resx. --- src/YOURLIBNAME/Strings.Designer.cs | 81 ----------------------- src/YOURLIBNAME/Strings.resx | 126 ------------------------------------ src/YOURLIBNAME/YOURLIBNAME.csproj | 12 ---- 3 files changed, 219 deletions(-) delete mode 100644 src/YOURLIBNAME/Strings.Designer.cs delete mode 100644 src/YOURLIBNAME/Strings.resx diff --git a/src/YOURLIBNAME/Strings.Designer.cs b/src/YOURLIBNAME/Strings.Designer.cs deleted file mode 100644 index 550a346..0000000 --- a/src/YOURLIBNAME/Strings.Designer.cs +++ /dev/null @@ -1,81 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:2.0.50727.3053 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace YOURLIBNAME { - 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 Strings { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Strings() { - } - - /// - /// 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("YOURLIBNAME.Strings", typeof(Strings).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; - } - } - - /// - /// Looks up a localized string similar to An invalid OAuth message received and discarded.. - /// - internal static string InvalidIncomingMessage { - get { - return ResourceManager.GetString("InvalidIncomingMessage", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The request URL query MUST NOT contain any OAuth Protocol Parameters.. - /// - internal static string RequestUrlMustNotHaveOAuthParameters { - get { - return ResourceManager.GetString("RequestUrlMustNotHaveOAuthParameters", resourceCulture); - } - } - } -} diff --git a/src/YOURLIBNAME/Strings.resx b/src/YOURLIBNAME/Strings.resx deleted file mode 100644 index 6c687d9..0000000 --- a/src/YOURLIBNAME/Strings.resx +++ /dev/null @@ -1,126 +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 - - - An invalid OAuth message received and discarded. - - - The request URL query MUST NOT contain any OAuth Protocol Parameters. - - \ No newline at end of file diff --git a/src/YOURLIBNAME/YOURLIBNAME.csproj b/src/YOURLIBNAME/YOURLIBNAME.csproj index 4591d90..dd8721c 100644 --- a/src/YOURLIBNAME/YOURLIBNAME.csproj +++ b/src/YOURLIBNAME/YOURLIBNAME.csproj @@ -72,20 +72,8 @@ - - True - True - Strings.resx - - - - ResXFileCodeGenerator - Strings.Designer.cs - Designer - - \ No newline at end of file -- 2.11.4.GIT