Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
csc.exe に渡される既定のオプションを設定する方法はありますか? 特に、著作権メッセージを抑制することに関心があります。たとえば、cl.exe と ml.exe の場合、
CL = /nologo ML = /nologo
csc.rsp を書き換える
追加した
/nologo
csc.rsp の場所は、csc.exe と同じフォルダーです。
例えば
C:\Windows\Microsoft.NET\Framework64\v4.0.30319