dotnet-installer/TestAssets/TestProjects/DuplicatedReferenceAssembly/TestLibrary/Program.cs

10 lines
150 B
C#
Raw Normal View History

2016-05-03 09:08:57 -07:00
namespace TestLibrary
{
public class Program
{
public static int Main(string[] args)
{
return 0;
}
}
}