Search notes:

csc -nostdlib

-nostdlib prevents the import of mscorlib.dll.
-nostdlib and -nostdlib+ are equivalent.

See also

The VSLangPro80.CSharpProjectConfigurationProperties3.NoStdLib property.

Index