| File: Resources\Resources.Designer.cs | Web Access |
| Project: src\vstest\src\Microsoft.TestPlatform.CoreUtilities\Microsoft.TestPlatform.CoreUtilities.csproj (Microsoft.TestPlatform.CoreUtilities) |
//------------------------------------------------------------------------------ // <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 Microsoft.VisualStudio.TestPlatform.CoreUtilities.Resources { using System; using System.Reflection; /// <summary> /// A strongly-typed resource class, for looking up localized strings, etc. /// </summary> // 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() { } /// <summary> /// Returns the cached ResourceManager instance used by this class. /// </summary> [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("Microsoft.VisualStudio.TestPlatform.CoreUtilities.Resources.Resources", typeof(Resources).GetTypeInfo().Assembly); resourceMan = temp; } return resourceMan; } } /// <summary> /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// </summary> [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// <summary> /// Looks up a localized string similar to The parameter cannot be null or empty.. /// </summary> internal static string CannotBeNullOrEmpty { get { return ResourceManager.GetString("CannotBeNullOrEmpty", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Error: {0}. /// </summary> internal static string CommandLineError { get { return ResourceManager.GetString("CommandLineError", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Information: {0}. /// </summary> internal static string CommandLineInformational { get { return ResourceManager.GetString("CommandLineInformational", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Warning: {0}. /// </summary> internal static string CommandLineWarning { get { return ResourceManager.GetString("CommandLineWarning", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The specified argument cannot be empty.. /// </summary> internal static string Error_ArgumentIsEmpty { get { return ResourceManager.GetString("Error_ArgumentIsEmpty", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The specified argument cannot be negative.. /// </summary> internal static string Error_ArgumentIsNegative { get { return ResourceManager.GetString("Error_ArgumentIsNegative", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The specified argument must have the following type: {0}.. /// </summary> internal static string Error_ArgumentNotTypeOf { get { return ResourceManager.GetString("Error_ArgumentNotTypeOf", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The specified argument has the following property, which cannot be an empty string: {0}.. /// </summary> internal static string Error_ArgumentPropertyIsEmpty { get { return ResourceManager.GetString("Error_ArgumentPropertyIsEmpty", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The specified argument has the following property, which cannot be negative: {0}.. /// </summary> internal static string Error_ArgumentPropertyIsNegative { get { return ResourceManager.GetString("Error_ArgumentPropertyIsNegative", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The specified argument has the following property, which cannot be null: {0}.. /// </summary> internal static string Error_ArgumentPropertyIsNull { get { return ResourceManager.GetString("Error_ArgumentPropertyIsNull", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The specified argument has the following property: {0}. This property must have the following type: {1}.. /// </summary> internal static string Error_ArgumentPropertyNotTypeOf { get { return ResourceManager.GetString("Error_ArgumentPropertyNotTypeOf", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Unhandled exception occurred while processing a job from the '{0}' queue: {1}. /// </summary> internal static string ExceptionFromJobProcessor { get { return ResourceManager.GetString("ExceptionFromJobProcessor", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The {0} queue has already been disposed.. /// </summary> internal static string QueueAlreadyDisposed { get { return ResourceManager.GetString("QueueAlreadyDisposed", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The {0} queue cannot be disposed while paused.. /// </summary> internal static string QueuePausedDisposeError { get { return ResourceManager.GetString("QueuePausedDisposeError", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Error getting process name.. /// </summary> internal static string Utility_ProcessNameWhenCannotGetIt { get { return ResourceManager.GetString("Utility_ProcessNameWhenCannotGetIt", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Could not find {0}. Make sure that the dotnet is installed on the machine.. /// </summary> internal static string NoDotnetExeFound { get { return ResourceManager.GetString("NoDotnetExeFound", resourceCulture); } } /// <summary> /// Looks up a localized string similar to '{0}.{1}' is not implemented on this platform!. /// </summary> internal static string MethodNotImplementedOnPlatform { get { return ResourceManager.GetString("MethodNotImplementedOnPlatform", resourceCulture); } } } }