/ASSEMBLYMODULE:filename
where,
You can import NGWS metadata into a program with the #using directive. If you specify a module, which is a file that does not contain an assembly, you also have to specify /ASSEMBLYMODULE for that module.
By specifying a module with #using, you imply that you need to use the types in that module for your program. However, it is possible that you would want to include a module in your assembly to be used by other programs. In that case, you would specify /ASSEMBLYMODULE for that module.
Other linker options that affect assembly generation are:
Setting Linker Options | Linker Options | FAQ: Building Your Program