18 lines
877 B
XML
18 lines
877 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="DTS.Common.DBSyncService.Properties" GeneratedClassName="Settings">
|
|
<Profiles />
|
|
<Settings>
|
|
<Setting Name="Monitoring" Type="System.Boolean" Scope="Application">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="Interval" Type="System.Int32" Scope="Application">
|
|
<Value Profile="(Default)">60000</Value>
|
|
</Setting>
|
|
<Setting Name="ServiceName" Type="System.String" Scope="Application">
|
|
<Value Profile="(Default)">DTS DB Sync Service</Value>
|
|
</Setting>
|
|
<Setting Name="Service" Type="System.String" Scope="Application">
|
|
<Value Profile="(Default)">DB Sync Service</Value>
|
|
</Setting>
|
|
</Settings>
|
|
</SettingsFile> |