dotnet-installer/TestAssets/TestProjects/PerformanceTestProjects/SingleTargetApp/Program.cs

12 lines
142 B
C#
Raw Normal View History

using System;
namespace ConsoleApplication
{
public class Program
{
public static void Main()
{
}
}
}