I'm trying to port an application to Mono, however Mono doesn't support "Application Settings". I don't and won't use Mono Develop, the development is done with Visual Studio.
Is there any quick way to solve this? Or should I implement my own settings replacement class?
If it matters this is a VB.NET application.