File: artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\Microsoft.Tools.ServiceModel.Svcutil.Shared.Resources.cs
Project: src\src\dotnet-svcutil\lib\src\dotnet-svcutil-lib.csproj (dotnet-svcutil-lib)
// <auto-generated>
using System.Reflection;
 
 
namespace Microsoft.Tools.ServiceModel.Svcutil.Shared
{
    internal static partial class Resources
    {
        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(Resources)));
        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>Project dependency specification not formatted correctly: '{0}'.</summary>
        internal static string @ErrorDepenencySpecFormat => GetResourceString("ErrorDepenencySpecFormat", @"Project dependency specification not formatted correctly: '{0}'.");
        /// <summary>The specified path does not refer to a project file: '{0}.</summary>
        internal static string @ErrorFullPathNotAProjectFilePathFormat => GetResourceString("ErrorFullPathNotAProjectFilePathFormat", @"The specified path does not refer to a project file: '{0}.");
        /// <summary>The project format is incorrect.</summary>
        internal static string @ErrorInvalidProjectFormat => GetResourceString("ErrorInvalidProjectFormat", @"The project format is incorrect.");
        /// <summary>The target framework '{0}' is not a supported .NET Core, .NET Standard, or a .NET Framework version. The minimum supported framework versions are as follows: netcoreapp{1}, netstandard{2} and net{3}.</summary>
        internal static string @ErrorNotSupportedTargetFrameworkFormat => GetResourceString("ErrorNotSupportedTargetFrameworkFormat", @"The target framework '{0}' is not a supported .NET Core, .NET Standard, or a .NET Framework version. The minimum supported framework versions are as follows: netcoreapp{1}, netstandard{2} and net{3}.");
        /// <summary>The specified project file '{0}' already exists.</summary>
        internal static string @ErrorProjectFileAlreadyExistsFormat => GetResourceString("ErrorProjectFileAlreadyExistsFormat", @"The specified project file '{0}' already exists.");
        /// <summary>The project reference specification '{0}' does not have a file path.</summary>
        internal static string @ErrorProjectReferenceMissingFilePathFormat => GetResourceString("ErrorProjectReferenceMissingFilePathFormat", @"The project reference specification '{0}' does not have a file path.");
        /// <summary>Resolving project references ...</summary>
        internal static string @ResolvingProjectReferences => GetResourceString("ResolvingProjectReferences", @"Resolving project references ...");
        /// <summary>The project configuration doesn't seem to be in a valid state. Please ensure the project can be built so project references can be resolved.</summary>
        internal static string @WarningCannotResolveProjectReferences => GetResourceString("WarningCannotResolveProjectReferences", @"The project configuration doesn't seem to be in a valid state. Please ensure the project can be built so project references can be resolved.");
        /// <summary>The project specifies multiple target frameworks or does not target a supported .NET Core or .NET Standard version.</summary>
        internal static string @WarningMultiFxOrNoSupportedDnxVersion => GetResourceString("WarningMultiFxOrNoSupportedDnxVersion", @"The project specifies multiple target frameworks or does not target a supported .NET Core or .NET Standard version.");
        /// <summary>The specified option '{0}' is not recognized.</summary>
        internal static string @WarningUnrecognizedOptionFormat => GetResourceString("WarningUnrecognizedOptionFormat", @"The specified option '{0}' is not recognized.");
        /// <summary>The valid values are: {0}.</summary>
        internal static string @ErrorOnInvalidEnumSupportedValuesFormat => GetResourceString("ErrorOnInvalidEnumSupportedValuesFormat", @"The valid values are: {0}.");
        /// <summary>The specified option '{0}' was already registered.</summary>
        internal static string @ErrorOptionAlreadyRegisteredFormat => GetResourceString("ErrorOptionAlreadyRegisteredFormat", @"The specified option '{0}' was already registered.");
        /// <summary>The value '{0}' specified for the option '{1}' is not valid.</summary>
        internal static string @ErrorInvalidOptionValueFormat => GetResourceString("ErrorInvalidOptionValueFormat", @"The value '{0}' specified for the option '{1}' is not valid.");
        /// <summary>The type '{0}' is not supported by the '{1}' option.</summary>
        internal static string @ErrorTypeNotSupportedbyOptionFormat => GetResourceString("ErrorTypeNotSupportedbyOptionFormat", @"The type '{0}' is not supported by the '{1}' option.");
        /// <summary>The option '{0}' already contains the value '{1}'.</summary>
        internal static string @ErrorOptionDuplicateValueFormat => GetResourceString("ErrorOptionDuplicateValueFormat", @"The option '{0}' already contains the value '{1}'.");
        /// <summary>The option '{0}' has already been deserialized.</summary>
        internal static string @ErrorOptionAlreadyDeserializedFormat => GetResourceString("ErrorOptionAlreadyDeserializedFormat", @"The option '{0}' has already been deserialized.");
        /// <summary>One or more errors where found while deserializing options:{0}</summary>
        internal static string @ErrorDeserializingOptionsFromJsonFormat => GetResourceString("ErrorDeserializingOptionsFromJsonFormat", @"One or more errors where found while deserializing options:{0}");
        /// <summary>The specifed key '{0}' is not valid for the option '{1}'.</summary>
        internal static string @ErrorInvalidKeyOrValueNotFoundFormat => GetResourceString("ErrorInvalidKeyOrValueNotFoundFormat", @"The specifed key '{0}' is not valid for the option '{1}'.");
        /// <summary>The option '{0}' doesn't have an item with the key '{1}'.</summary>
        internal static string @ErrorItemNotFoundInCollectionFormat => GetResourceString("ErrorItemNotFoundInCollectionFormat", @"The option '{0}' doesn't have an item with the key '{1}'.");
        /// <summary>The specified parameter value '{0}' is not valid. Parameter name: '{1}'.</summary>
        internal static string @ErrorInvalidDependencyValue => GetResourceString("ErrorInvalidDependencyValue", @"The specified parameter value '{0}' is not valid. Parameter name: '{1}'.");
 
    }
}