I was not trying to tease you. I have some familiarity with Eclipse, but not very much. I had no idea how you could use Eclipse to take a bunch of class files and turn each one into a separate executable program.
And, I actually gave you the answer. In .NET you will have to put each one into a separate console project, so that each one can be turned into a separate console application.
You may not have realized it, but you posted in the "Guidance Automation Toolkit" forum, which is about a particular toolkit (see
http://msdn.microsoft.com/en-us/practices/aa718950.aspxfor details). I assumed you posted here because you had a question about GAT. Since I was unable to see how your question related to GAT, I asked you to tell me how your question related to GAT. I then made a guess about how your question might possibly have been related to GAT, as GAT could be used to create a command in Visual Studio that would take a directory full of .cs files and turn it into a set of projects, each one containing one of the .cs files.
Use File->New Project to create Web Service Projects