Windows .Config file (v1.1)

So I installed the new VS.NET 2003 and everytime I build my Win App, it deletes my .config file which I store in the 'bin' folder. Is this a bug or am I just 'lucky'?

I was just informed by HumanCompiler that you can just add it to the project with 'AddNewItem', so that fixed it, but I thought I would still point this out.

[332 byte] By [codefund.com] at [2007-12-16]
# 1
Pretty sure that's the intended behavior. It gets copied there when you build your project.
codefund.com at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms General...
# 2
Ok, when I looked at it, I thought it was my old .config file. Thanks it works just fine. Just a little different then before.
codefund.com at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms General...
# 3
Yes, it can be confusing. Just remember that this content is basically read-only, and allows you to provide application defaults--but it's not a place to store user settings.
codefund.com at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms General...