How can I make Visual Studio precompile my C# assembly? It's a plain C# program -- no ASP. I just spent an hour going through the Microsoft garbage trying to figure this out. I'm sure it's just a compiler or linker switch, but there's no clue what it is in their "documentation". I'm trying to make the application avoid JITing, like what NGEN does.
Thanks,
Alan