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>
|
2013-04-01 19:35:28 +02:00
|
|
|
<Setting Name="DisplayTimeOut" Type="System.Int32" Scope="User">
|
2013-04-01 20:58:48 +02:00
|
|
|
<Value Profile="(Default)">6000</Value>
|
2013-04-01 19:35:28 +02:00
|
|
|
</Setting>
|
2013-05-01 22:22:27 +02:00
|
|
|
<Setting Name="MailAlertsEnabled" Type="System.Boolean" Scope="User">
|
|
|
|
<Value Profile="(Default)">True</Value>
|
|
|
|
</Setting>
|
2013-06-27 20:30:15 +02:00
|
|
|
<Setting Name="ShowPastAppointments" Type="System.Boolean" Scope="User">
|
|
|
|
<Value Profile="(Default)">True</Value>
|
|
|
|
</Setting>
|
2013-07-18 20:16:35 +02:00
|
|
|
<Setting Name="Accounts" Type="System.Collections.Specialized.StringCollection" Scope="User">
|
|
|
|
<Value Profile="(Default)" />
|
|
|
|
</Setting>
|
|
|
|
<Setting Name="ShowFriendlyGroupHeaders" Type="System.Boolean" Scope="User">
|
|
|
|
<Value Profile="(Default)">True</Value>
|
|
|
|
</Setting>
|
2013-07-22 22:12:10 +02:00
|
|
|
<Setting Name="ShowTasks" Type="System.Boolean" Scope="User">
|
2013-08-10 14:12:21 +02:00
|
|
|
<Value Profile="(Default)">False</Value>
|
2013-07-22 22:12:10 +02:00
|
|
|
</Setting>
|
2013-07-24 17:51:16 +02:00
|
|
|
<Setting Name="FirstDayOfWeek" Type="System.DayOfWeek" Scope="User">
|
|
|
|
<Value Profile="(Default)">Sunday</Value>
|
|
|
|
</Setting>
|
2013-07-24 18:38:54 +02:00
|
|
|
<Setting Name="SplitterDistance" Type="System.Int32" Scope="User">
|
|
|
|
<Value Profile="(Default)">400</Value>
|
|
|
|
</Setting>
|
2013-09-11 16:52:43 +02:00
|
|
|
<Setting Name="ShowDayNames" Type="System.Boolean" Scope="User">
|
|
|
|
<Value Profile="(Default)">True</Value>
|
|
|
|
</Setting>
|
2014-10-16 23:22:50 +02:00
|
|
|
<Setting Name="ShowWeekNumbers" Type="System.Boolean" Scope="User">
|
|
|
|
<Value Profile="(Default)">False</Value>
|
|
|
|
</Setting>
|
2015-03-12 20:48:43 +01:00
|
|
|
<Setting Name="ShowCompletedTasks" Type="System.Boolean" Scope="User">
|
|
|
|
<Value Profile="(Default)">False</Value>
|
|
|
|
</Setting>
|
2019-07-09 08:36:17 +02:00
|
|
|
<Setting Name="CallUpgrade" Type="System.Boolean" Scope="User">
|
|
|
|
<Value Profile="(Default)">True</Value>
|
|
|
|
</Setting>
|
2013-03-29 17:00:07 +01:00
|
|
|
</Settings>
|
|
|
|
</SettingsFile>
|