How can I move app.config to a different folder inside the Solution Explorer?
Posted
by Coder7862396
on Stack Overflow
See other posts from Stack Overflow
or by Coder7862396
Published on 2010-05-16T15:31:29Z
Indexed on
2010/05/16
15:40 UTC
Read the original article
Hit count: 207
visual-studio-2010
|winforms
I'm using Visual Studio 2010. In my Solution Explorer I like to sort my Project items into folders (a folder for Forms, a folder for Classes, a Misc folder, etc.)
It seems though that if I move the "app.config" file to a folder named "Config Files" everything works until I change a setting in the Settings.settings file. Once I do that, a new app.config is created and the one that was in the "Config Files" folder did not get updated.
I have searched the entire solution for the text "app.config" and did not find any results. How can I move this file so that my Solution Explorer looks nice and clean?
© Stack Overflow or respective owner