Server/Properties/Settings.settings
author StephaneLenclud
Sun, 21 Aug 2016 19:31:08 +0200
changeset 251 f60cfcb98c9a
parent 245 448e6a616c22
child 266 b11d7ebbdc7f
permissions -rw-r--r--
Published v0.12.2.0
Adding setting for Logitech user name.
Improved event tree view update following Harmony connection.
Removed unneeded editable fields from Harmony command action.
     1 <?xml version='1.0' encoding='utf-8'?>
     2 <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="SharpDisplayManager.Properties" GeneratedClassName="Settings">
     3   <Profiles />
     4   <Settings>
     5     <Setting Name="DisplayConnectOnStartup" Type="System.Boolean" Scope="User">
     6       <Value Profile="(Default)">False</Value>
     7     </Setting>
     8     <Setting Name="DisplaysSettings" Type="SharpDisplayManager.DisplaysSettings" Scope="User">
     9       <Value Profile="(Default)" />
    10     </Setting>
    11     <Setting Name="CurrentDisplayIndex" Type="System.Int32" Scope="User">
    12       <Value Profile="(Default)">0</Value>
    13     </Setting>
    14     <Setting Name="CycleClients" Type="System.Boolean" Scope="User">
    15       <Value Profile="(Default)">False</Value>
    16     </Setting>
    17     <Setting Name="MinimizeToTray" Type="System.Boolean" Scope="User">
    18       <Value Profile="(Default)">False</Value>
    19     </Setting>
    20     <Setting Name="StartMinimized" Type="System.Boolean" Scope="User">
    21       <Value Profile="(Default)">False</Value>
    22     </Setting>
    23     <Setting Name="CecEnabled" Type="System.Boolean" Scope="User">
    24       <Value Profile="(Default)">False</Value>
    25     </Setting>
    26     <Setting Name="CecHdmiPort" Type="System.Byte" Scope="User">
    27       <Value Profile="(Default)">1</Value>
    28     </Setting>
    29     <Setting Name="StartIdleClient" Type="System.Boolean" Scope="User">
    30       <Value Profile="(Default)">True</Value>
    31     </Setting>
    32     <Setting Name="EarManager" Type="SharpDisplayManager.EarManager" Scope="User">
    33       <Value Profile="(Default)" />
    34     </Setting>
    35     <Setting Name="HarmonyEnabled" Type="System.Boolean" Scope="User">
    36       <Value Profile="(Default)">False</Value>
    37     </Setting>
    38     <Setting Name="HarmonyHubAddress" Type="System.String" Scope="User">
    39       <Value Profile="(Default)">HarmonyHub</Value>
    40     </Setting>
    41     <Setting Name="LogitechUserName" Type="System.String" Scope="User">
    42       <Value Profile="(Default)" />
    43     </Setting>
    44   </Settings>
    45 </SettingsFile>