I'm trying to create simple application/user settings for my WPF application.
Most answers and tutorials suggest using Properties.Settings.Default
for this.
However, Settings
doesn't exist in my Properties
namespace.
There is also no .settings file in my project explorer, as the microsoft documentation suggests:
- Open Visual Studio.
- In Solution Explorer, expand the Properties node of your project.
- Double-click the .settings file in which you want to add a new setting. The default name for this file is Settings.settings.
Also there is no Settings tab in my project properties window, as some (older?) resources suggest.