I wrote a small C # application in Visual Studio 2012. In the Debug (and Release) folder, in addition to the Exe file to run the application, and the accompanying files and folders that I created (the Log folder, Settings folder) for the application to work, there are other files ( .config, vshost.exe.config, etc.).
Question: what are these files for? If you delete them, will the application be launched by clicking on the exe-file, and will it work correctly? 