
Managing .config files for C# applications.
I would like to be able to add a .config file to a
C# project in VS.NET and
have VS.NET manage copying the .config file to the same location as the .exe
file is being built. Does anyone know if and how this can be done?
I can add the .config file but I don't know what to set the "Build Action",
"Custom Tool", etc..
TIA,
Keith