2017-03-03 05:04:03 +00: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.
|
|
|
|
|
2016-03-10 23:49:11 +00:00
|
|
|
namespace LibraryWithOutputAssemblyName
|
|
|
|
{
|
|
|
|
public class MyClass
|
|
|
|
{
|
|
|
|
}
|
2017-03-03 04:35:20 +00:00
|
|
|
}
|