Outlook2013CalendarAddIn/Outlook2013TodoAddIn/Properties/Settings.settings

18 lines
810 B
Plaintext
Raw Normal View History

2013-03-29 17:00:07 +01:00
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Outlook2013TodoAddIn.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="Visible" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="Width" Type="System.Int32" Scope="User">
<Value Profile="(Default)">285</Value>
</Setting>
<Setting Name="NumDays" Type="System.Decimal" Scope="User">
<Value Profile="(Default)">3</Value>
</Setting>
<Setting Name="DisplayTimeOut" Type="System.Int32" Scope="User">
<Value Profile="(Default)">5000</Value>
</Setting>
2013-03-29 17:00:07 +01:00
</Settings>
</SettingsFile>