mirror of
https://github.com/wagesj45/mdfinder.git
synced 2025-04-26 23:42:50 -05:00
Everything works. Mostly. It is kinda of flimsy so it needs to be cleaned up.
21 lines
No EOL
931 B
XML
21 lines
No EOL
931 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="mdfinder.Properties" GeneratedClassName="Settings">
|
|
<Profiles />
|
|
<Settings>
|
|
<Setting Name="FilesFoundAlert" Type="System.Int32" Scope="User">
|
|
<Value Profile="(Default)">25</Value>
|
|
</Setting>
|
|
<Setting Name="SkipEmptyFiles" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">True</Value>
|
|
</Setting>
|
|
<Setting Name="ProviderFolder" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="Language" Type="System.Globalization.CultureInfo" Scope="User">
|
|
<Value Profile="(Default)">en-US</Value>
|
|
</Setting>
|
|
<Setting Name="ArchiveFolder" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
</Settings>
|
|
</SettingsFile> |