In the properties of the project -> application tag, change the Output type to console Application.
You need to create a static Main() method as a starting point.
static void Main(string[] args)
{
}
You need to create a static Main() method as a starting point.
static void Main(string[] args)
{
}