dotnet-installer/src/dotnet/commands/dotnet-list/dotnet-list-reference/LocalizableStrings.cs
2017-02-13 13:34:20 -08:00

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";
}
}