RE: [Nant-users] app.config

2005-02-04 Thread Gert Driesen
Title: app.config Hi Byrd,   The task supports deploying "app.config" to the output directory, but other than that there's no support for it in NAnt. If you use , then just use the task to have it "deployed" to your output directory.   Gert From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [Nant-users] app.config --> project.exe.config

2004-01-02 Thread Eric Fetzer
Erick, I found a little time to work on it, but it's still a fairly intensive solution. I wrote a C# program that modifies the config files based on environment. You have to get creative with xpaths in order to use it, but it does the job. I thought about using pattern substitution, but too muc

RE: [Nant-users] app.config --> project.exe.config

2003-12-19 Thread Erick Thompson
Eric, Did you ever get this problem worked out? I'm looking at a similar situation, and would love to have something I could reuse, as opposed to hardcoding app.config -> [ProjectName].exe.config. I'm using the solution task, without the project files specified. If I specify the project files,