42 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?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)">6000</Value>
 | 
						|
    </Setting>
 | 
						|
    <Setting Name="MailAlertsEnabled" Type="System.Boolean" Scope="User">
 | 
						|
      <Value Profile="(Default)">True</Value>
 | 
						|
    </Setting>
 | 
						|
    <Setting Name="ShowPastAppointments" Type="System.Boolean" Scope="User">
 | 
						|
      <Value Profile="(Default)">True</Value>
 | 
						|
    </Setting>
 | 
						|
    <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>
 | 
						|
    <Setting Name="ShowTasks" Type="System.Boolean" Scope="User">
 | 
						|
      <Value Profile="(Default)">False</Value>
 | 
						|
    </Setting>
 | 
						|
    <Setting Name="FirstDayOfWeek" Type="System.DayOfWeek" Scope="User">
 | 
						|
      <Value Profile="(Default)">Sunday</Value>
 | 
						|
    </Setting>
 | 
						|
    <Setting Name="SplitterDistance" Type="System.Int32" Scope="User">
 | 
						|
      <Value Profile="(Default)">400</Value>
 | 
						|
    </Setting>
 | 
						|
    <Setting Name="ShowDayNames" Type="System.Boolean" Scope="User">
 | 
						|
      <Value Profile="(Default)">True</Value>
 | 
						|
    </Setting>
 | 
						|
  </Settings>
 | 
						|
</SettingsFile> |