ScrapModLoader/ScrapModLoader/Settings.settings
strongleong e0c1beb5f1 Added functionality:
- listing mods from custom mods folders
- Showing mods icon, name, and other attributes
- Settings window with settings for customizing mods folders and game instalation pathes
2022-02-06 14:29:03 +11:00

22 lines
No EOL
1.1 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="ScrapModLoader" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="Windowed" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="Close" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="ScraplandPath" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="ScraplandRemasteredPath" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="ModsPathes" Type="System.Collections.Specialized.StringCollection" Scope="User">
<Value Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;ArrayOfString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" /&gt;</Value>
</Setting>
</Settings>
</SettingsFile>