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

10 lines
150 B
C#
Raw Normal View History

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