Is there any way to set default options passed to csc.exe? In particular, I'm interested in supressing copyright messages. For example, for cl.exe and ml.exe I have
CL = /nologo
ML = /nologo
Is there any way to set default options passed to csc.exe? In particular, I'm interested in supressing copyright messages. For example, for cl.exe and ml.exe I have
CL = /nologo
ML = /nologo
rewrite csc.rsp
Added
/nologo
csc.rsp location is same folder of csc.exe
E.g.
C:\Windows\Microsoft.NET\Framework64\v4.0.30319