Hi,
i need to compile only some files from my directory
using the <csc> tag.
Using:
<csc ... my options .. >
<include name="file1.cs"/>
<include name="file2.cs"/>
<include name="file3.cs"/>
</csc>
*ALL* the files will be compiled.
<csc ... my options .. >
<exclude name="*.cs"/>
<include name="file1.cs"/>
...
</csc>
but *NO* files files at all are will be compiled.
Any idea is welcome,
Regards,
Davide
__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>