I just googled on how to use Application Settings and came up with the following
msdn article. It describes to ways to add Application Settings at design time in VS 2010. One using the Project-Properties and a second using the Properies-Window for a selected control
.
I tried the second one, but there simply is no node Data
or a property ApplicationSettings
under it. Is the article outdated? (although it states there that it applies to VS2010) Or have I overlooked something else? I vaguely remember seeing some such property in an older VS version but I am not sure about that.
编辑:我的项目是一个WPF项目。