|
//------------------------------------------------------------------------------
// <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 NuGet.Resolver {
using System;
/// <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", "17.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() {
}
/// <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("NuGet.Resolver.Strings", typeof(Strings).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 Circular dependency detected '{0}'..
/// </summary>
internal static string CircularDependencyDetected {
get {
return ResourceManager.GetString("CircularDependencyDetected", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to constraint.
/// </summary>
internal static string DependencyConstraint {
get {
return ResourceManager.GetString("DependencyConstraint", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The package '{0}' version '{1}' declared a duplicate dependency '{2}'. This might mean the package is corrupt or the server metadata for the package is corrupt..
/// </summary>
internal static string DuplicateDependencyIdsError {
get {
return ResourceManager.GetString("DuplicateDependencyIdsError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A fatal error occured while resolving dependencies..
/// </summary>
internal static string FatalError {
get {
return ResourceManager.GetString("FatalError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to One or more unresolved package dependency constraints detected in the existing packages.config file. All dependency constraints must be resolved to add or update packages. If these packages are being updated this message may be ignored, if not the following error(s) may be blocking the current package operation: {0}.
/// </summary>
internal static string InvalidPackageConfig {
get {
return ResourceManager.GetString("InvalidPackageConfig", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unable to find package '{0}'. Existing packages must be restored before performing an install or update..
/// </summary>
internal static string MissingDependencyInfo {
get {
return ResourceManager.GetString("MissingDependencyInfo", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unable to resolve dependencies..
/// </summary>
internal static string NoSolution {
get {
return ResourceManager.GetString("NoSolution", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to '{0}' has an additional constraint {1} defined in {2}..
/// </summary>
internal static string PackagesConfigConstraint {
get {
return ResourceManager.GetString("PackagesConfigConstraint", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Resolving dependency information took {0}.
/// </summary>
internal static string ResolverTotalTime {
get {
return ResourceManager.GetString("ResolverTotalTime", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unable to find a version of '{0}' that is compatible with {1}..
/// </summary>
internal static string UnableToFindCompatibleVersion {
get {
return ResourceManager.GetString("UnableToFindCompatibleVersion", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unable to resolve dependency '{0}'..
/// </summary>
internal static string UnableToResolveDependencyForEmptySource {
get {
return ResourceManager.GetString("UnableToResolveDependencyForEmptySource", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unable to resolve dependency '{0}'. Source(s) used: {1}..
/// </summary>
internal static string UnableToResolveDependencyForMultipleSources {
get {
return ResourceManager.GetString("UnableToResolveDependencyForMultipleSources", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unable to resolve dependencies. '{0}' is not compatible with {1}..
/// </summary>
internal static string VersionIsNotCompatible {
get {
return ResourceManager.GetString("VersionIsNotCompatible", resourceCulture);
}
}
}
}
|