2016-12-07 11:49:15 -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.
|
|
|
|
|
|
|
|
|
|
using System;
|
|
|
|
|
|
2016-12-20 13:04:01 -10:00
|
|
|
|
namespace subdir
|
2016-12-07 11:49:15 -10:00
|
|
|
|
{
|
|
|
|
|
public static class Helper
|
|
|
|
|
{
|
|
|
|
|
public static string GetMessage()
|
|
|
|
|
{
|
2016-12-20 13:04:01 -10:00
|
|
|
|
return "This string came from the subdir test library!";
|
2016-12-07 11:49:15 -10:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|