[Nant-users] Solution Task configuration question

2003-12-05 Thread Paul Modzelewski
It seems that the Solution Task assumes that all projects in a solution will be built using the same configuration as the solution, rather than looking at the solution’s list of configurations, is that correct?   For example, I have several reusable projects that I use in both Windows and

[Nant-users] Solution task not copying app.config to bin folder.

2003-10-28 Thread Paul Modzelewski
When I build a solution with the following, I get no [AppName].exe.config in my bin dir, any clues?  I know I can add code to the build file to handle the copy, but shouldn’t the solution task do this?