9 lines
178 B
C#
9 lines
178 B
C#
namespace Microsoft.DotNet.ProjectModel
|
|
{
|
|
public static class DirectoryNames
|
|
{
|
|
public const string Bin = "bin";
|
|
|
|
public const string Obj = "obj";
|
|
}
|
|
}
|