c# - How to compile cs files into separate dll -



c# - How to compile cs files into separate dll -

i have class library , cs files different objectives. 1 extension class, other windows form command other asp.net control, etc.

i want compile these cs files different dll.

ps: of them need more 1 class files maybe.

you may seek command line compilation. (working c# 2.0 command line compiler)

csc /target:library /out:something.xyz *.cs

c# class class-library

Comments

Post a Comment

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -