Customized settings file created by Visual Studio, a Windows software development tool created by Microsoft; contains properties for projects and programs that can be accessed in C# program code using the Properties.Settings.* API; used for storing settings that need to be frequently-accessed. SETTINGS files are created with the filename Settings.settings and are typically stored in the \Properties\ directory of a Visual Studio project.
Minecraft properties file used by iConomy, a plug-in for Minecraft used to create a virtual economy in the game; contains properties used for configuring settings for the plug-in.