dotnet-installer/src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.cs

14 lines
510 B
C#
Raw Normal View History

namespace Microsoft.DotNet.Tools.Add.ProjectToProjectReference
{
internal class LocalizableStrings
{
2016-12-04 23:24:07 -08:00
public const string AppFullName = ".NET Add Project to Project (p2p) reference Command";
2016-12-04 23:24:07 -08:00
public const string AppDescription = "Command to add project to project (p2p) reference";
2016-12-04 23:24:07 -08:00
public const string AppHelpText = "Project to project references to add";
public const string CmdFrameworkDescription = "Add reference only when targetting a specific framework";
}
}