I have got a project in visual studio 2022 in c#. It uses an external library I included to that project. Now I want all dlls to be in a seperate folder -> so I need the projectname.exe.config file.
My Question: How do I rename this file to e.g. application.config but still have my app to read it?
When I looked up on the internet I wasn’t able to find anything useful.
Changing the assembly name resulted in the exe also change its name. But thats not what I want.