Hi there. How can I add a dll reference to csc? From what I could understand from the docs, I could do it like this:
<target name="build" description="Compiles asm-info.exe"> <csc target="exe" output="bin/asm-info.exe" > <reference basedir="../AsmIngoTags/bin/" failonempty="true"> <includes name="AsmInfoTags.dll" /> </reference> <sources> <includes name="*.cs" /> </sources> </csc> </target> I would like to compile all the cs files in '.' dir, but add a reference to a DLL in some other dir. Thanks. -- Pedro Santos <www.psantos.net> "Si minor plus est ergo nihil sunt omnia..."
signature.asc
Description: This is a digitally signed message part