Mercurial > servermonitor
view ServerMonitor/Properties/Settings.settings @ 5:b6fe203af9d5
Private key passwords and validation
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Thu, 28 Feb 2019 21:19:32 -0500 |
parents | 3142e52cbe69 |
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>