I have a project file that references the Crystal DLLs for
v1.1 of the Framework. On our build server, the v1.0 and the v1.1 Here is my solution task: <target name="MyWeb"> <solution configuration="${solution.config}"
outputdir="${build.dir}"> <projects
basedir="${src.dir}\web"> <includes
name="MyWebProj.vbproj" /> </projects> <webmap> <map
url=""
path="${web.src.dir}\MyWebProj.vbproj" /> </webmap> <assemblyfolders> <includes
name="C:\Program Files\Common Files\Crystal
Decisions\1.1\Managed\*.dll" /> <includes
name="${build.dir}" /> </assemblyfolders> </solution> </target> |