|
// <auto-generated>
using System.Reflection;
namespace Microsoft.Build.TaskHost.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);
/// <summary>MSB5022: The MSBuild task host does not support running tasks that perform IBuildEngine callbacks. If you wish to perform these operations, please run your task in the core MSBuild process instead. A task will automatically execute in the task host if the ...</summary>
internal static string @BuildEngineCallbacksInTaskHostUnsupported => GetResourceString("BuildEngineCallbacksInTaskHostUnsupported");
/// <summary>MSB4008: A conflicting assembly for the task assembly "{0}" has been found at "{1}".</summary>
internal static string @ConflictingTaskAssembly => GetResourceString("ConflictingTaskAssembly");
/// <summary>Event type "{0}" was expected to be serializable using the .NET serializer. The event was not serializable and has been ignored.</summary>
internal static string @ExpectedEventToBeSerializable => GetResourceString("ExpectedEventToBeSerializable");
/// <summary>Making the following modifications to the environment received from the parent node before applying it to the task host:</summary>
internal static string @ModifyingTaskHostEnvironmentHeader => GetResourceString("ModifyingTaskHostEnvironmentHeader");
/// <summary>Setting '{0}' to '{1}' rather than the parent environment's value, '{2}'.</summary>
internal static string @ModifyingTaskHostEnvironmentVariable => GetResourceString("ModifyingTaskHostEnvironmentVariable");
/// <summary>"{0}" is a reserved item metadata, and cannot be modified or deleted.</summary>
internal static string @Shared_CannotChangeItemSpecModifiers => GetResourceString("Shared.CannotChangeItemSpecModifiers");
/// <summary>The item metadata "%({0})" cannot be applied to the path "{1}". {2}</summary>
internal static string @Shared_InvalidFilespecForTransform => GetResourceString("Shared.InvalidFilespecForTransform");
/// <summary>MSB4077: The "{0}" task has been marked with the attribute LoadInSeparateAppDomain, but does not derive from MarshalByRefObject. Check that the task derives from MarshalByRefObject or AppDomainIsolatedTask.</summary>
internal static string @TaskNotMarshalByRef => GetResourceString("TaskNotMarshalByRef");
/// <summary>Parameter "{0}" cannot be null.</summary>
internal static string @Shared_ParameterCannotBeNull => GetResourceString("Shared.ParameterCannotBeNull");
/// <summary>Parameter "{0}" cannot have zero length.</summary>
internal static string @Shared_ParameterCannotHaveZeroLength => GetResourceString("Shared.ParameterCannotHaveZeroLength");
/// <summary>Path: {0} exceeds the OS max path limit. The fully qualified file name must be less than {1} characters.</summary>
internal static string @Shared_PathTooLong => GetResourceString("Shared.PathTooLong");
}
}
|