Search code examples
c#visual-studio-2010

App.Config stop creating


While we build project it will automatically create App.Config file...

But in case when we are not using this .Config file, so is there any way to stop create App.Config file.


Solution

  • if you are not using it at all, just remove it from your project and it won't get created anymore.