How do I change the name of a default .config file in a .net project
- by Rising Star
I have a .net Console Application called FooConsole. When I build and deploy it, I see that the App.config file from my project is deployed to FooConsole.exe.config.
How can I deploy the .config file to Foo.config instead of FooConsole.exe.config and still have it read as the default .config file?