dotnet-installer/TestAssets/TestProjects/LibraryWithOutputAssemblyName/Class.cs
2016-03-21 12:42:31 -07:00

6 lines
No EOL
80 B
C#

namespace LibraryWithOutputAssemblyName
{
public class MyClass
{
}
}