Adds a custom tool for generating settings code based on a .settings XML file in Visual Studio. Similar to the default SettingsSingleFileGenerator, but with additional constants generated for each of your property names. You can use the generated constants in your SettingChanging event handlers instead of hard-coding the string names of your properties. This makes your settings code more refactoring-friendly. |