|
// <auto-generated>
using System.Reflection;
namespace Microsoft.CodeAnalysis.MSBuild
{
internal static partial class WorkspaceMSBuildResources
{
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(WorkspaceMSBuildResources)));
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>Duplicate project discovered and skipped: {0}</summary>
internal static string @Duplicate_project_discovered_and_skipped_0 => GetResourceString("Duplicate_project_discovered_and_skipped_0");
/// <summary>Failed to load solution filter: '{0}'</summary>
internal static string @Failed_to_load_solution_filter_0 => GetResourceString("Failed_to_load_solution_filter_0");
/// <summary>Found project reference without a matching metadata reference: {0}</summary>
internal static string @Found_project_reference_without_a_matching_metadata_reference_0 => GetResourceString("Found_project_reference_without_a_matching_metadata_reference_0");
/// <summary>Found project with the same file path and output path as another project: {0}</summary>
internal static string @Found_project_with_the_same_file_path_and_output_path_as_another_project_0 => GetResourceString("Found_project_with_the_same_file_path_and_output_path_as_another_project_0");
/// <summary>Invalid {0} specified: {1}</summary>
internal static string @Invalid_0_specified_1 => GetResourceString("Invalid_0_specified_1");
/// <summary>Msbuild failed when processing the file '{0}'</summary>
internal static string @Msbuild_failed_when_processing_the_file_0 => GetResourceString("Msbuild_failed_when_processing_the_file_0");
/// <summary>Msbuild failed when processing the file '{0}' with message: {1}</summary>
internal static string @Msbuild_failed_when_processing_the_file_0_with_message_1 => GetResourceString("Msbuild_failed_when_processing_the_file_0_with_message_1");
/// <summary>Path for document '{0}' was null</summary>
internal static string @Path_for_document_0_was_null => GetResourceString("Path_for_document_0_was_null");
/// <summary>Project already added.</summary>
internal static string @Project_already_added => GetResourceString("Project_already_added");
/// <summary>Project does not have a path.</summary>
internal static string @Project_does_not_have_a_path => GetResourceString("Project_does_not_have_a_path");
/// <summary>Project path for '{0}' was null</summary>
internal static string @Project_path_for_0_was_null => GetResourceString("Project_path_for_0_was_null");
/// <summary>Unable to add metadata reference '{0}'</summary>
internal static string @Unable_to_add_metadata_reference_0 => GetResourceString("Unable_to_add_metadata_reference_0");
/// <summary>Unable to find '{0}'</summary>
internal static string @Unable_to_find_0 => GetResourceString("Unable_to_find_0");
/// <summary>Unable to find a '{0}' for '{1}'</summary>
internal static string @Unable_to_find_a_0_for_1 => GetResourceString("Unable_to_find_a_0_for_1");
/// <summary>Unable to remove metadata reference '{0}'</summary>
internal static string @Unable_to_remove_metadata_reference_0 => GetResourceString("Unable_to_remove_metadata_reference_0");
/// <summary>Unresolved metadata reference removed from project: {0}</summary>
internal static string @Unresolved_metadata_reference_removed_from_project_0 => GetResourceString("Unresolved_metadata_reference_removed_from_project_0");
/// <summary>Path for additional document '{0}' was null}</summary>
internal static string @Path_for_additional_document_0_was_null => GetResourceString("Path_for_additional_document_0_was_null");
/// <summary>The build host could not be found at '{0}'</summary>
internal static string @The_build_host_could_not_be_found_at_0 => GetResourceString("The_build_host_could_not_be_found_at_0");
}
}
|