dotnet-installer/TestAssets/TestProjects/TestAppWithResourceDeps/Program.cs
2016-05-23 19:14:46 -07:00

12 lines
176 B
C#

using System;
namespace ConsoleApplication
{
public class Program
{
public static int Main(string[] args)
{
return 0;
}
}
}