15 lines
524 B
C#
15 lines
524 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.Add.ProjectToSolution
|
||
|
{
|
||
|
internal class LocalizableStrings
|
||
|
{
|
||
|
public const string AppFullName = ".NET Add Project to Solution Command";
|
||
|
|
||
|
public const string AppDescription = "Command to add project to solution";
|
||
|
|
||
|
public const string AppHelpText = "Projects to add to solution";
|
||
|
}
|
||
|
}
|