In Visual Studio 2008 project properties, Application tab, I can set the Output type to Windows Application, Console Application, or Class Library. I have a project that I w
If I'm not mistaken, you can use the EXE as a class library. Just add a reference to it, in the other projects. A .NET EXE is just an assembly.