I created an App.config file in my WPF application:
You have to add the reference to System.configuration in your solution. Also, include using System.Configuration;. Once you do that, you'll have access to all the configuration settings.
System.configuration
using System.Configuration;