// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Microsoft.NET.Build.Tasks
{
public static class Strings
{
public static string Crossgen5CannotEmitSymbolsInCompositeMode = "Crossgen5CannotEmitSymbolsInCompositeMode";
public static string Crossgen2ToolMissingWhenUseCrossgen2IsSet = "Crossgen2ToolMissingWhenUseCrossgen2IsSet";
public static string Crossgen2ToolExecutableNotFound = "Crossgen2ToolExecutableNotFound";
public static string DotNetHostExecutableNotFound = "DotNetHostExecutableNotFound";
public static string JitLibraryNotFound = "JitLibraryNotFound";
public static string Crossgen2MissingRequiredMetadata = "Crossgen2MissingRequiredMetadata";
public static string CrossgenToolMissingWhenUseCrossgen2IsNotSet = "CrossgenToolMissingWhenUseCrossgen2IsNotSet";
public static string DiaSymReaderLibraryNotFound = "DiaSymReaderLibraryNotFound";
public static string MissingOutputPDBImagePath = "MissingOutputPDBImagePath";
public static string PDBGeneratorInputExecutableNotFound = "PDBGeneratorInputExecutableNotFound";
public static string InputAssemblyNotFound = "InputAssemblyNotFound";
public static string MissingOutputR2RImageFileName = "MissingOutputR2RImageFileName";
public static string CrossgenToolMissingInPDBCompilationMode = "CrossgenToolMissingInPDBCompilationMode";
public static string CrossgenToolExecutableNotFound = "CrossgenToolExecutableNotFound";
public static string ReadyToRunNoValidRuntimePackageError = "ReadyToRunNoValidRuntimePackageError";
public static string ReadyToRunTargetNotSupportedError = "ReadyToRunTargetNotSupportedError";
}
}
|