2016-09-26 15:30:51 -07: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;
|
|
|
|
|
|
|
|
|
|
namespace TestLibrary
|
|
|
|
|
{
|
2016-10-03 10:58:32 -07:00
|
|
|
|
public static class ProjectC
|
2016-09-26 15:30:51 -07:00
|
|
|
|
{
|
|
|
|
|
public static string GetMessage()
|
|
|
|
|
{
|
2016-10-03 10:58:32 -07:00
|
|
|
|
return "This string came from CsprojLibrary3";
|
2016-09-26 15:30:51 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|