12 lines
481 B
C#
12 lines
481 B
C#
// 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.ProjectToProjectReferences
|
|
{
|
|
internal class LocalizableStrings
|
|
{
|
|
public const string AppFullName = ".NET Core Project-to-Project dependency viewer";
|
|
|
|
public const string AppDescription = "Command to list project to project references";
|
|
}
|
|
}
|