Hi.

We have chosen following approach:
1. The refernces assemblies are placed into subfolder of solution folder ("References").
2. All assembly references are added from that folder.
3. As result, the <hintpath> inside the *.csproj files are relative to the project folder. If not, they can be changed with some text editor. 4. MSBuild needs no additional parameters, as the <hintpath> referes to correct location.

Gert

Simon Thorogood wrote:
Hi,

We are looking to update our build process to use VS2005 and .NET
2.0. Currently we are using the <solution> task to build our web
projects and associated libraries.

In addition, in some cases, we have a number of pre-compiled
assemblies that are referenced by various projects. In order to
resolve these assemblies, we use the <assemblyfolders> element of the
task to specify a location.

As the <solution> task is currently not an option (anybody care to
speculate when there will be a VS2005 solution?) can anybody suggest
an alternative to the <assemblyfolders> element when using msbuild to
build the solution file - either something that can be passed to
msbuild on the command line or something that can be added to the
solution itself.

thanks,

Simon Thorogood

--
Gert

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to