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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
rewrite csc.rsp
Added
/nologo
csc.rsp location is same folder of csc.exe
E.g.
C:\Windows\Microsoft.NET\Framework64\v4.0.30319