VS.NET is a funny thing, it won't let you reference an .exe and yet csc.exe will. That's a bit of a pain when you want to reference, say, a WinForm for unit testing purposes. Sure, you can create a separate assembly project for the entry point
Read More