| File: src\7d45baf28dea2f73\Microsoft.DotNet.FileBasedPrograms.FileBasedProgramsResources.cs | |
| Project: src\roslyn\src\Features\CSharp\Portable\Microsoft.CodeAnalysis.CSharp.Features.csproj (Microsoft.CodeAnalysis.CSharp.Features) |
// <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>Unrecognized file extension in the '{0}' directive. Only these extensions are currently recognized: {1}</summary> internal static string @IncludeOrExcludeDirectiveUnknownFileType => GetResourceString("IncludeOrExcludeDirectiveUnknownFileType"); /// <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"); /// <summary>Each entry in 'FileBasedProgramsItemMapping' MSBuild property must have two parts separated by '='. The entry '{0}' is invalid.</summary> internal static string @InvalidIncludeExcludeMappingEntry => GetResourceString("InvalidIncludeExcludeMappingEntry"); /// <summary>Each entry in 'FileBasedProgramsItemMapping' MSBuild property must map from a non-empty file extension starting with '.'. The extension '{0}' in entry '{1}' is invalid.</summary> internal static string @InvalidIncludeExcludeMappingExtension => GetResourceString("InvalidIncludeExcludeMappingExtension"); /// <summary>Each entry in 'FileBasedProgramsItemMapping' MSBuild property must map to a non-empty item type. The item type '{0}' in entry '{1}' is invalid.</summary> internal static string @InvalidIncludeExcludeMappingItemType => GetResourceString("InvalidIncludeExcludeMappingItemType"); } }