I created in my C# Project in VS an Application Configuration File. If Im compiling and creating the .exe I get the config file into the same folder. Thats fine. I just dont want the name MyApp.exe.config. I would like to set the file extension to .xml, maybe MyApp.exe.config.xml - is there a way to do this?
With .xml people could use tools like notepad++ and the xml syntax highlight would be automatically there.