Files
Relaunch-Process/Properties/Settings.settings
slothdpal 54ded84224 DiscordWebHook as updateLogDelegate
Add: dwhURL dwhEnabled settings
New: status messages
2024-05-21 23:45:42 +03:00

36 lines
1.5 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="RelaunchProcess.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="startProgramPath" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="arguments" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="saveOldState" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="enableWatching" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="processName" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="checkBeforeStart" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="restartNow" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="timer" Type="System.Decimal" Scope="User">
<Value Profile="(Default)">30</Value>
</Setting>
<Setting Name="dwhURL" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="dwhEnabled" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
</Settings>
</SettingsFile>