|
// <auto-generated>
using System.Reflection;
namespace Microsoft.DotNet.FileBasedPrograms
{
internal static partial class FileBasedProgramsResources
{
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(FileBasedProgramsResources)));
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>Could not find any project in `{0}`.</summary>
internal static string @CouldNotFindAnyProjectInDirectory => GetResourceString("CouldNotFindAnyProjectInDirectory");
/// <summary>Could not find project or directory `{0}`.</summary>
internal static string @CouldNotFindProjectOrDirectory => GetResourceString("CouldNotFindProjectOrDirectory");
/// <summary>Found more than one project in `{0}`. Specify which one to use.</summary>
internal static string @MoreThanOneProjectInDirectory => GetResourceString("MoreThanOneProjectInDirectory");
/// <summary>Invalid property name: {0}</summary>
internal static string @PropertyDirectiveInvalidName => GetResourceString("PropertyDirectiveInvalidName");
/// <summary>The property directive needs to have two parts separated by '=' like '#:property PropertyName=PropertyValue'.</summary>
internal static string @PropertyDirectiveMissingParts => GetResourceString("PropertyDirectiveMissingParts");
/// <summary>Static graph restore is not supported for file-based apps. Remove the '#:property'.</summary>
internal static string @StaticGraphRestoreNotSupported => GetResourceString("StaticGraphRestoreNotSupported");
/// <summary>error</summary>
internal static string @DirectiveError => GetResourceString("DirectiveError");
/// <summary>The directive should contain a name without special characters and an optional value separated by '{1}' like '#:{0} Name{1}Value'.</summary>
internal static string @InvalidDirectiveName => GetResourceString("InvalidDirectiveName");
/// <summary>Some directives cannot be converted. Run the file to see all compilation errors. Specify '--force' to convert anyway.</summary>
internal static string @CannotConvertDirective => GetResourceString("CannotConvertDirective");
/// <summary>Duplicate directives are not supported: {0}</summary>
internal static string @DuplicateDirective => GetResourceString("DuplicateDirective");
/// <summary>Directives currently cannot contain double quotes (").</summary>
internal static string @QuoteInDirective => GetResourceString("QuoteInDirective");
/// <summary>The '#:project' directive is invalid: {0}</summary>
internal static string @InvalidProjectDirective => GetResourceString("InvalidProjectDirective");
/// <summary>Missing name of '{0}'.</summary>
internal static string @MissingDirectiveName => GetResourceString("MissingDirectiveName");
/// <summary>Unrecognized directive '{0}'.</summary>
internal static string @UnrecognizedDirective => GetResourceString("UnrecognizedDirective");
}
}
|