File: Microsoft.DotNet.MSBuildSdkResolver.Strings.cs
Project: ..\..\..\src\Resolvers\Microsoft.DotNet.MSBuildSdkResolver\Microsoft.DotNet.MSBuildSdkResolver.csproj (Microsoft.DotNet.MSBuildSdkResolver)
// <auto-generated>
using System.Reflection;
 
 
namespace Microsoft.DotNet.MSBuildSdkResolver
{
    internal static partial class Strings
    {
        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(Strings)));
        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>{0} not found. Check that a recent enough .NET SDK is installed and/or increase the version specified in global.json.</summary>
        internal static string @MSBuildSDKDirectoryNotFound => GetResourceString("MSBuildSDKDirectoryNotFound");
        /// <summary>Version {0} of the .NET SDK requires at least version {1} of MSBuild. The current available version of MSBuild is {2}. Change the .NET SDK specified in global.json to an older version that requires the MSBuild version currently available.</summary>
        internal static string @MSBuildSmallerThanMinimumVersion => GetResourceString("MSBuildSmallerThanMinimumVersion");
        /// <summary>Version {0} of the .NET SDK is smaller than the minimum version {1} requested. Check that a recent enough .NET SDK is installed, increase the minimum version specified in the project, or increase the version specified in global.json.</summary>
        internal static string @NETCoreSDKSmallerThanMinimumRequestedVersion => GetResourceString("NETCoreSDKSmallerThanMinimumRequestedVersion");
        /// <summary>Version {0} of the .NET SDK is smaller than the minimum version {1} required by Visual Studio. Check that a recent enough .NET SDK is installed or increase the version specified in global.json.</summary>
        internal static string @NETCoreSDKSmallerThanMinimumVersionRequiredByVisualStudio => GetResourceString("NETCoreSDKSmallerThanMinimumVersionRequiredByVisualStudio");
        /// <summary>Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.</summary>
        internal static string @UnableToLocateNETCoreSdk => GetResourceString("UnableToLocateNETCoreSdk");
        /// <summary>Unable to locate the .NET SDK as specified by global.json, please check that the specified version is installed.</summary>
        internal static string @GlobalJsonResolutionFailed => GetResourceString("GlobalJsonResolutionFailed");
        /// <summary>Unable to locate the .NET SDK version '{0}' as specified by global.json, please check that the specified version is installed.</summary>
        internal static string @GlobalJsonResolutionFailedSpecificVersion => GetResourceString("GlobalJsonResolutionFailedSpecificVersion");
 
    }
}