Hi Merrill,
I have not used "includevsfolders" so I wouldn't comment on this. The following sample builds the .csproj and output the results to a common folder before a copy command is used to transfer the required files to a destination folder. By doing this, I filtered the unwanted files.
<solution configuration="${release.state}" outputdir="${drive}\${src.path.apab}\bin\${release.state}" failonerror="${failonerr}">
<projects>
<include name="${drive}\${src.path.apab}\*.csproj" />
</projects>
<referenceprojects>
<include name="${drive}\${src.path.common}\${PTA.Ent.Common}\*.csproj" />
</referenceprojects>
</solution>
<property name="Build.pass" value="true" />
<echo message="Move file"/>
<copy todir="${drive}\${src.bin.ent}" failonerror="${failonerr}">
<fileset basedir="${drive}\${src.path.apab}\bin\${release.state}">
<include name="${PTA.Ent.APAB}.dll" />
</fileset>
</copy>
Regards, Brian Yeo
_________________________________________________________________ Looking to buy a new house? Try http://property.ninemsn.com.au/
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users