- Windows Application
- Console Application
- Class Library
This can be specified in the General Application Settings of the Properties Window (Project à Properties [or] Right Click on the Project in Solution Explorer -- > Properties)
This can also be specified from command line-compiling as follows
csc /target:library /out:CSharpExample.DLL Program.cs ClsTea.cs