Page 1 of 1

Adding the /t:library when compiling a C# file?

Posted: Tue Dec 23, 2003 2:32 pm
by Tchami
Hi,

I've added csc.exe as a tool in TP so I'm able to compile C# code into an executable file, however now I need to use csc.exe to compile some C# code into an DLL. To do this I have to add the parameter /t:library, but I cannot figure out how to do that. Can anyone help?

Posted: Sun Dec 28, 2003 12:41 am
by talleyrand
I'd set up a different tool, identical to the first but with this one I'd add /t:library as a parameter.