7 lines
154 B
C#
7 lines
154 B
C#
|
namespace Microsoft.DotNet.Tools.Add
|
||
|
{
|
||
|
internal class LocalizableStrings
|
||
|
{
|
||
|
public const string NetAddCommand = ".NET Add Command";
|
||
|
}
|
||
|
}
|