I have a VS.NET solution with two Projects, ProjectWeb and ProjectLibrary. PW depends on PL, so I have a VS.NET project reference to PL in PW.
That works all well and good on my dev box, but when it all gets to the build server, I have two different build projects, one for PL and one for PW. I'd like to build PL and copy the binaries somewhere. Then, I'd like to build PW and it only, using the binaries from the previous PL build.
But will that work since the PW VS.NET project is referencing a project that doesn't exist when I build PW only on the build server?
How can I set this up
For specifics, I am using CC.NET and NAnt, but I have other projects that use Hudson and straight MS build