
Specify Default Reference Assemblies for Command Line Compilation in .NET
For command-line compilation in .NET, you can reference other assemblies by using the /reference or /r option on the command line. But when you have to specify many assemblies, the