|
// <auto-generated>
using System.Reflection;
namespace Microsoft.Build.Framework.Resources
{
internal static partial class SR
{
private static global::System.Resources.ResourceManager s_resourceManager;
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(SR)));
internal static global::System.Globalization.CultureInfo Culture { get; set; }
#if !NET20
[global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]
#endif
internal static string GetResourceString(string resourceKey, string defaultValue = null) => ResourceManager.GetString(resourceKey, Culture);
private static string GetResourceString(string resourceKey, string[] formatterNames)
{
var value = GetResourceString(resourceKey);
if (formatterNames != null)
{
for (var i = 0; i < formatterNames.Length; i++)
{
value = value.Replace("{" + formatterNames[i] + "}", "{" + i + "}");
}
}
return value;
}
/// <summary>The value cannot be an empty string or composed entirely of whitespace.</summary>
internal static string @Argument_EmptyOrWhiteSpaceString => GetResourceString("Argument_EmptyOrWhiteSpaceString");
/// <summary>The value cannot be an empty string.</summary>
internal static string @Argument_EmptyString => GetResourceString("Argument_EmptyString");
/// <summary>{0} ('{1}') must be a non-zero value.</summary>
internal static string @ArgumentOutOfRange_Generic_MustBeNonZero => GetResourceString("ArgumentOutOfRange_Generic_MustBeNonZero");
/// <summary>{0} ('{1}') must be a non-zero value.</summary>
internal static string FormatArgumentOutOfRange_Generic_MustBeNonZero(object p0, object p1)
=> string.Format(Culture, GetResourceString("ArgumentOutOfRange_Generic_MustBeNonZero"), p0, p1);
/// <summary>{0} ('{1}') must be a non-negative value.</summary>
internal static string @ArgumentOutOfRange_Generic_MustBeNonNegative => GetResourceString("ArgumentOutOfRange_Generic_MustBeNonNegative");
/// <summary>{0} ('{1}') must be a non-negative value.</summary>
internal static string FormatArgumentOutOfRange_Generic_MustBeNonNegative(object p0, object p1)
=> string.Format(Culture, GetResourceString("ArgumentOutOfRange_Generic_MustBeNonNegative"), p0, p1);
/// <summary>{0} ('{1}') must be a non-negative and non-zero value.</summary>
internal static string @ArgumentOutOfRange_Generic_MustBeNonNegativeNonZero => GetResourceString("ArgumentOutOfRange_Generic_MustBeNonNegativeNonZero");
/// <summary>{0} ('{1}') must be a non-negative and non-zero value.</summary>
internal static string FormatArgumentOutOfRange_Generic_MustBeNonNegativeNonZero(object p0, object p1)
=> string.Format(Culture, GetResourceString("ArgumentOutOfRange_Generic_MustBeNonNegativeNonZero"), p0, p1);
/// <summary>{0} ('{1}') must be less than or equal to '{2}'.</summary>
internal static string @ArgumentOutOfRange_Generic_MustBeLessOrEqual => GetResourceString("ArgumentOutOfRange_Generic_MustBeLessOrEqual");
/// <summary>{0} ('{1}') must be less than or equal to '{2}'.</summary>
internal static string FormatArgumentOutOfRange_Generic_MustBeLessOrEqual(object p0, object p1, object p2)
=> string.Format(Culture, GetResourceString("ArgumentOutOfRange_Generic_MustBeLessOrEqual"), p0, p1, p2);
/// <summary>{0} ('{1}') must be less than '{2}'.</summary>
internal static string @ArgumentOutOfRange_Generic_MustBeLess => GetResourceString("ArgumentOutOfRange_Generic_MustBeLess");
/// <summary>{0} ('{1}') must be less than '{2}'.</summary>
internal static string FormatArgumentOutOfRange_Generic_MustBeLess(object p0, object p1, object p2)
=> string.Format(Culture, GetResourceString("ArgumentOutOfRange_Generic_MustBeLess"), p0, p1, p2);
/// <summary>{0} ('{1}') must be greater than or equal to '{2}'.</summary>
internal static string @ArgumentOutOfRange_Generic_MustBeGreaterOrEqual => GetResourceString("ArgumentOutOfRange_Generic_MustBeGreaterOrEqual");
/// <summary>{0} ('{1}') must be greater than or equal to '{2}'.</summary>
internal static string FormatArgumentOutOfRange_Generic_MustBeGreaterOrEqual(object p0, object p1, object p2)
=> string.Format(Culture, GetResourceString("ArgumentOutOfRange_Generic_MustBeGreaterOrEqual"), p0, p1, p2);
/// <summary>{0} ('{1}') must be greater than '{2}'.</summary>
internal static string @ArgumentOutOfRange_Generic_MustBeGreater => GetResourceString("ArgumentOutOfRange_Generic_MustBeGreater");
/// <summary>{0} ('{1}') must be greater than '{2}'.</summary>
internal static string FormatArgumentOutOfRange_Generic_MustBeGreater(object p0, object p1, object p2)
=> string.Format(Culture, GetResourceString("ArgumentOutOfRange_Generic_MustBeGreater"), p0, p1, p2);
/// <summary>{0} ('{1}') must be equal to '{2}'.</summary>
internal static string @ArgumentOutOfRange_Generic_MustBeEqual => GetResourceString("ArgumentOutOfRange_Generic_MustBeEqual");
/// <summary>{0} ('{1}') must be equal to '{2}'.</summary>
internal static string FormatArgumentOutOfRange_Generic_MustBeEqual(object p0, object p1, object p2)
=> string.Format(Culture, GetResourceString("ArgumentOutOfRange_Generic_MustBeEqual"), p0, p1, p2);
/// <summary>{0} ('{1}') must not be equal to '{2}'.</summary>
internal static string @ArgumentOutOfRange_Generic_MustBeNotEqual => GetResourceString("ArgumentOutOfRange_Generic_MustBeNotEqual");
/// <summary>{0} ('{1}') must not be equal to '{2}'.</summary>
internal static string FormatArgumentOutOfRange_Generic_MustBeNotEqual(object p0, object p1, object p2)
=> string.Format(Culture, GetResourceString("ArgumentOutOfRange_Generic_MustBeNotEqual"), p0, p1, p2);
/// <summary>Path must be rooted.</summary>
internal static string @PathMustBeRooted => GetResourceString("PathMustBeRooted");
/// <summary>Path: {0} exceeds the OS max path limit. The fully qualified file name must be less than {1} characters.</summary>
internal static string @PathTooLong => GetResourceString("PathTooLong");
/// <summary>Path: {0} exceeds the OS max path limit. The fully qualified file name must be less than {1} characters.</summary>
internal static string FormatPathTooLong(object p0, object p1)
=> string.Format(Culture, GetResourceString("PathTooLong"), p0, p1);
/// <summary>Failed to create a temporary file. Temporary files folder is full or its path is incorrect. {0}</summary>
internal static string @FailedCreatingTempFile => GetResourceString("FailedCreatingTempFile");
/// <summary>Failed to create a temporary file. Temporary files folder is full or its path is incorrect. {0}</summary>
internal static string FormatFailedCreatingTempFile(object p0)
=> string.Format(Culture, GetResourceString("FailedCreatingTempFile"), p0);
/// <summary>The parameter '{0}' can only be a file name and cannot include a directory.</summary>
internal static string @InvalidGetPathOfFileAboveParameter => GetResourceString("InvalidGetPathOfFileAboveParameter");
/// <summary>The parameter '{0}' can only be a file name and cannot include a directory.</summary>
internal static string FormatInvalidGetPathOfFileAboveParameter(object p0)
=> string.Format(Culture, GetResourceString("InvalidGetPathOfFileAboveParameter"), p0);
/// <summary>The path "{0}" used for debug logs is too long. Set it to a shorter value using the MSBUILDDEBUGPATH environment variable or change your system configuration to allow long paths.</summary>
internal static string @DebugPathTooLong => GetResourceString("DebugPathTooLong");
/// <summary>The path "{0}" used for debug logs is too long. Set it to a shorter value using the MSBUILDDEBUGPATH environment variable or change your system configuration to allow long paths.</summary>
internal static string FormatDebugPathTooLong(object p0)
=> string.Format(Culture, GetResourceString("DebugPathTooLong"), p0);
/// <summary>The item metadata "%({0})" cannot be applied to the path "{1}". {2}</summary>
internal static string @InvalidFilespecForTransform => GetResourceString("InvalidFilespecForTransform");
/// <summary>The item metadata "%({0})" cannot be applied to the path "{1}". {2}</summary>
internal static string FormatInvalidFilespecForTransform(object p0, object p1, object p2)
=> string.Format(Culture, GetResourceString("InvalidFilespecForTransform"), p0, p1, p2);
/// <summary>This collection is read-only.</summary>
internal static string @CollectionIsReadOnly => GetResourceString("CollectionIsReadOnly");
/// <summary>The string "{0}" cannot be converted to a boolean (true/false) value.</summary>
internal static string @CannotConvertStringToBool => GetResourceString("CannotConvertStringToBool");
/// <summary>The string "{0}" cannot be converted to a boolean (true/false) value.</summary>
internal static string FormatCannotConvertStringToBool(object p0)
=> string.Format(Culture, GetResourceString("CannotConvertStringToBool"), p0);
/// <summary>Item "{0}" has attribute "{1}" with value "{2}" that could not be converted to "{3}".</summary>
internal static string @InvalidAttributeMetadata => GetResourceString("InvalidAttributeMetadata");
/// <summary>Item "{0}" has attribute "{1}" with value "{2}" that could not be converted to "{3}".</summary>
internal static string FormatInvalidAttributeMetadata(object p0, object p1, object p2, object p3)
=> string.Format(Culture, GetResourceString("InvalidAttributeMetadata"), p0, p1, p2, p3);
/// <summary>An exception occurred while expanding a fileSpec with globs: fileSpec: "{0}", assuming it is a file name. Exception: {1}</summary>
internal static string @GlobExpansionFailed => GetResourceString("GlobExpansionFailed");
/// <summary>An exception occurred while expanding a fileSpec with globs: fileSpec: "{0}", assuming it is a file name. Exception: {1}</summary>
internal static string FormatGlobExpansionFailed(object p0, object p1)
=> string.Format(Culture, GetResourceString("GlobExpansionFailed"), p0, p1);
/// <summary>.NET Framework version "{0}" is not supported when explicitly targeting the Windows SDK, which is only supported on .NET 4.5 and later. Please specify a value from the enumeration Microsoft.Build.Utilities.TargetDotNetFrameworkVersion that is Version45 or ...</summary>
internal static string @UnsupportedFrameworkVersionForWindowsSdk => GetResourceString("UnsupportedFrameworkVersionForWindowsSdk");
/// <summary>.NET Framework version "{0}" is not supported when explicitly targeting the Windows SDK, which is only supported on .NET 4.5 and later. Please specify a value from the enumeration Microsoft.Build.Utilities.TargetDotNetFrameworkVersion that is Version45 or ...</summary>
internal static string FormatUnsupportedFrameworkVersionForWindowsSdk(object p0)
=> string.Format(Culture, GetResourceString("UnsupportedFrameworkVersionForWindowsSdk"), p0);
/// <summary>Visual Studio version "{0}" is not supported. Please specify a value from the enumeration Microsoft.Build.Utilities.VisualStudioVersion.</summary>
internal static string @UnsupportedVisualStudioVersion => GetResourceString("UnsupportedVisualStudioVersion");
/// <summary>Visual Studio version "{0}" is not supported. Please specify a value from the enumeration Microsoft.Build.Utilities.VisualStudioVersion.</summary>
internal static string FormatUnsupportedVisualStudioVersion(object p0)
=> string.Format(Culture, GetResourceString("UnsupportedVisualStudioVersion"), p0);
/// <summary>.NET Framework version "{0}" is not supported. Please specify a value from the enumeration Microsoft.Build.Utilities.TargetDotNetFrameworkVersion.</summary>
internal static string @UnsupportedFrameworkVersion => GetResourceString("UnsupportedFrameworkVersion");
/// <summary>.NET Framework version "{0}" is not supported. Please specify a value from the enumeration Microsoft.Build.Utilities.TargetDotNetFrameworkVersion.</summary>
internal static string FormatUnsupportedFrameworkVersion(object p0)
=> string.Format(Culture, GetResourceString("UnsupportedFrameworkVersion"), p0);
/// <summary>When attempting to generate a reference assembly path from the path "{0}" and the framework moniker "{1}" there was an error. {2}</summary>
internal static string @CouldNotGenerateReferenceAssemblyDirectory => GetResourceString("CouldNotGenerateReferenceAssemblyDirectory");
/// <summary>When attempting to generate a reference assembly path from the path "{0}" and the framework moniker "{1}" there was an error. {2}</summary>
internal static string FormatCouldNotGenerateReferenceAssemblyDirectory(object p0, object p1, object p2)
=> string.Format(Culture, GetResourceString("CouldNotGenerateReferenceAssemblyDirectory"), p0, p1, p2);
}
}
|