2016-12-16 06:41:47 -10: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.
|
|
|
|
|
|
|
|
|
|
namespace Microsoft.DotNet.Tools.List
|
2016-12-07 12:56:27 -08:00
|
|
|
|
{
|
|
|
|
|
internal class LocalizableStrings
|
|
|
|
|
{
|
2016-12-13 14:31:35 -10:00
|
|
|
|
public const string NetListCommand = ".NET List Command";
|
2016-12-07 12:56:27 -08:00
|
|
|
|
}
|
|
|
|
|
}
|