I have a C# console application in Visual Studio 2010. It has a Main() method as well as a bunch of utility classes. I\'d like those utility classes to be available to other
You can switch output type to Class library in project properties as well - then you will have an output as dll instead exe file