File: BuildValidator.BuildValidatorResources.cs
Project: ..\..\..\src\Tools\BuildValidator\BuildValidator.csproj (BuildValidator)
// <auto-generated>
using System.Reflection;
 
 
namespace BuildValidator
{
    internal static partial class BuildValidatorResources
    {
        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(BuildValidatorResources)));
        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>Assemblies to be excluded (substring match)</summary>
        internal static string @Assemblies_to_be_excluded_substring_match => GetResourceString("Assemblies_to_be_excluded_substring_match");
        /// <summary>Do not output log information to console</summary>
        internal static string @Do_not_output_log_information_to_console => GetResourceString("Do_not_output_log_information_to_console");
        /// <summary>Output debug info when rebuild is not equal to the original</summary>
        internal static string @Output_debug_info_when_rebuild_is_not_equal_to_the_original => GetResourceString("Output_debug_info_when_rebuild_is_not_equal_to_the_original");
        /// <summary>Output verbose log information</summary>
        internal static string @Output_verbose_log_information => GetResourceString("Output_verbose_log_information");
        /// <summary>Path to assemblies to rebuild (can be specified one or more times)</summary>
        internal static string @Path_to_assemblies_to_rebuild_can_be_specified_one_or_more_times => GetResourceString("Path_to_assemblies_to_rebuild_can_be_specified_one_or_more_times");
        /// <summary>Path to output debug info. Defaults to the user temp directory. Note that a unique debug path should be specified for every instance of the tool running with `--debug` enabled.</summary>
        internal static string @Path_to_output_debug_info => GetResourceString("Path_to_output_debug_info");
        /// <summary>Path to referenced assemblies (can be specified zero or more times)</summary>
        internal static string @Path_to_referenced_assemblies_can_be_specified_zero_or_more_times => GetResourceString("Path_to_referenced_assemblies_can_be_specified_zero_or_more_times");
        /// <summary>Path to sources to use in rebuild</summary>
        internal static string @Path_to_sources_to_use_in_rebuild => GetResourceString("Path_to_sources_to_use_in_rebuild");
 
    }
}