I created a class library (I checked to make sure it was set to that in the Application tab of the properties window.) However i am now getting a
Program does not contain a static ‘Main’ method suitable for an entry point
I added a program.cs and added an empty Main method, to no avail. There are about 10 .cs files that comprise this lib. Is that the issue?