Hi All,
"incremental" flag is used for incremental compilation i.e. when this flag is used, csc compiler will compile only those file that have changed.
This flag is exist in C# 1.1, but obsolete in C# 2.0 compiler.
Can anybody tell me the replacement of this flag in C# 2.0 compiler (csc command line compiler) ?
How to do incremental compilation in C# 2.0 compilation (csc command line compiler) ?
I just want to compile the those files that have changed.
Please help me out.... :(
NOTE: I am compiling through command line.