|
// <auto-generated>
using System.Reflection;
namespace FxResources.Microsoft.Extensions.DependencyModel
{
internal static class SR { }
}
namespace System
{
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(FxResources.Microsoft.Extensions.DependencyModel.SR)));
/// <summary>Cannot find library information for {0}</summary>
internal static string @LibraryInformationNotFound => GetResourceString("LibraryInformationNotFound", @"Cannot find library information for {0}");
/// <summary>Cannot find compilation library location for package '{0}'</summary>
internal static string @LibraryLocationNotFound => GetResourceString("LibraryLocationNotFound", @"Cannot find compilation library location for package '{0}'");
/// <summary>No runtime target found</summary>
internal static string @NoRuntimeTarget => GetResourceString("NoRuntimeTarget", @"No runtime target found");
/// <summary>Dependency file does not have 'targets' section</summary>
internal static string @NoTargetsSection => GetResourceString("NoTargetsSection", @"Dependency file does not have 'targets' section");
/// <summary>Cannot find reference assembly '{0}' file for package {1}</summary>
internal static string @ReferenceAssemblyNotFound => GetResourceString("ReferenceAssemblyNotFound", @"Cannot find reference assembly '{0}' file for package {1}");
/// <summary>Target with name {0} not found</summary>
internal static string @TargetNotFound => GetResourceString("TargetNotFound", @"Target with name {0} not found");
/// <summary>An item with the same key has already been added. Key: {0}</summary>
internal static string @DuplicateItem => GetResourceString("DuplicateItem", @"An item with the same key has already been added. Key: {0}");
/// <summary>The required field '{0}' was not specified.</summary>
internal static string @RequiredFieldNotSpecified => GetResourceString("RequiredFieldNotSpecified", @"The required field '{0}' was not specified.");
}
}
|