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.
|
|
|
|
|
2016-12-07 12:56:27 -08:00
|
|
|
namespace Microsoft.DotNet.Tools.List.ProjectToProjectReferences
|
|
|
|
{
|
|
|
|
internal class LocalizableStrings
|
|
|
|
{
|
|
|
|
public const string AppFullName = ".NET Core Project-to-Project dependency viewer";
|
|
|
|
|
2017-01-06 14:25:23 -08:00
|
|
|
public const string AppDescription = "Command to list project to project references";
|
2016-12-07 12:56:27 -08:00
|
|
|
}
|
|
|
|
}
|