
* Rename centralized LocalizableStrings file * Added RemoveDefinition * Rebase * rebase, remove localizablestrings for help * loc for help command * remove localizablestrings * Localization changes for dotnet-remove * Slight refactoring
11 lines
No EOL
466 B
C#
11 lines
No EOL
466 B
C#
namespace Microsoft.DotNet.Tools.Add.ProjectToProjectReference
|
|
{
|
|
internal class LocalizableStrings
|
|
{
|
|
public const string ReferenceIsInvalid = "Reference `{0}` is invalid.";
|
|
|
|
public const string SpecifyAtLeastOneReferenceToAdd = "You must specify at least one reference to add. Please run dotnet add --help for more information.";
|
|
|
|
public const string ProjectAlreadyHasAReference = "Project {0} already has a reference `{1}`.";
|
|
}
|
|
} |