views:

29

answers:

0

I have a program that has many settings in it's myApp.exe.config file. Because of specific hardware requirements, I must develop, test, and maintain my program on the client's machine that will run the software once I've completed it, after which I remove my source code.

Eventually the client will change app settings to suit their needs, then months later request new features to be added, so I come back in with the VS2008 project ready to make changes. The configuration settings I have in VS are obsolete, and copying the settings one by one would take forever.

Can I import an existing .config file back into VS's settings so I can begin where the client left off with their settings?