Re: [NAnt-users] ASP.NET 2.0 Build Process

2006-01-10 Thread Gert Kello
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 inside the *.csproj files are relative to the project folder. If not, they can be changed wi

[NAnt-users] ASP.NET 2.0 Build Process

2006-01-10 Thread Simon Thorogood
Hi, We are looking to update our build process to use VS2005 and .NET 2.0. Currently we are using the 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