Mercurial > servermonitor
view ServerMonitor/Properties/Settings.settings @ 4:3142e52cbe69
Lots more progress
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Sun, 10 Feb 2019 20:51:26 -0500 |
parents | 3e1a2131f897 |
children | c1dffaac66fa |
line wrap: on
line source
<?xml version='1.0' encoding='utf-8'?> <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="ServerMonitorApp.Properties" GeneratedClassName="Settings"> <Profiles /> <Settings> <Setting Name="ConfirmDeleteCheck" Type="System.Boolean" Scope="User"> <Value Profile="(Default)">True</Value> </Setting> <Setting Name="ErrorAction" Type="ServerMonitorApp.FailAction" Scope="User"> <Value Profile="(Default)">FlashTaskbar</Value> </Setting> <Setting Name="WarningAction" Type="ServerMonitorApp.FailAction" Scope="User"> <Value Profile="(Default)">NotificationBalloon</Value> </Setting> <Setting Name="InformationAction" Type="ServerMonitorApp.FailAction" Scope="User"> <Value Profile="(Default)">NotificationBalloon</Value> </Setting> <Setting Name="MaxCheckId" Type="System.Int32" Scope="User"> <Value Profile="(Default)">0</Value> </Setting> </Settings> </SettingsFile>