Adding the /t:library when compiling a C# file?
Posted: Tue Dec 23, 2003 2:32 pm
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?
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?