2016-12-16 16:41:47 +00:00
|
|
|
// Copyright (c) .NET Foundation and contributors. All rights reserved.
|
|
|
|
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
|
|
|
|
2016-12-05 07:24:07 +00:00
|
|
|
namespace Microsoft.DotNet.Tools.Add
|
|
|
|
{
|
|
|
|
internal class LocalizableStrings
|
|
|
|
{
|
|
|
|
public const string NetAddCommand = ".NET Add Command";
|
|
|
|
}
|
|
|
|
}
|