21 lines
1012 B
XML
21 lines
1012 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="bsmd.Tool.Properties" GeneratedClassName="Settings">
|
|
<Profiles />
|
|
<Settings>
|
|
<Setting Name="ConnectionString" Type="System.String" Scope="Application">
|
|
<Value Profile="(Default)">replace me!</Value>
|
|
</Setting>
|
|
<Setting Name="EcholotOutputFolder" Type="System.String" Scope="Application">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="EcholotMaxThreads" Type="System.Int32" Scope="Application">
|
|
<Value Profile="(Default)">4</Value>
|
|
</Setting>
|
|
<Setting Name="HISNORD_Folder" Type="System.String" Scope="Application">
|
|
<Value Profile="(Default)">C:\temp\hisnord</Value>
|
|
</Setting>
|
|
<Setting Name="DBH_Folder" Type="System.String" Scope="Application">
|
|
<Value Profile="(Default)">C:\temp\dbh</Value>
|
|
</Setting>
|
|
</Settings>
|
|
</SettingsFile> |