Server/Properties/Settings.settings
author Stephane Lenclud
Sun, 24 Jul 2016 13:30:08 +0200
changeset 212 1a0791daa243
parent 204 6345461600d7
child 215 5de8f8eaaa54
permissions -rw-r--r--
Actions persistence working.
sl@0
     1
<?xml version='1.0' encoding='utf-8'?>
sl@8
     2
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="SharpDisplayManager.Properties" GeneratedClassName="Settings">
sl@8
     3
  <Profiles />
sl@8
     4
  <Settings>
sl@13
     5
    <Setting Name="DisplayConnectOnStartup" Type="System.Boolean" Scope="User">
sl@13
     6
      <Value Profile="(Default)">False</Value>
sl@13
     7
    </Setting>
sl@65
     8
    <Setting Name="DisplaysSettings" Type="SharpDisplayManager.DisplaysSettings" Scope="User">
sl@48
     9
      <Value Profile="(Default)" />
sl@16
    10
    </Setting>
sl@48
    11
    <Setting Name="CurrentDisplayIndex" Type="System.Int32" Scope="User">
sl@48
    12
      <Value Profile="(Default)">0</Value>
sl@47
    13
    </Setting>
sl@65
    14
    <Setting Name="CycleClients" Type="System.Boolean" Scope="User">
sl@65
    15
      <Value Profile="(Default)">False</Value>
sl@65
    16
    </Setting>
sl@94
    17
    <Setting Name="MinimizeToTray" Type="System.Boolean" Scope="User">
sl@94
    18
      <Value Profile="(Default)">False</Value>
sl@94
    19
    </Setting>
sl@94
    20
    <Setting Name="StartMinimized" Type="System.Boolean" Scope="User">
sl@94
    21
      <Value Profile="(Default)">False</Value>
sl@94
    22
    </Setting>
StephaneLenclud@126
    23
    <Setting Name="StartFileName" Type="System.String" Scope="User">
StephaneLenclud@126
    24
      <Value Profile="(Default)">None</Value>
StephaneLenclud@126
    25
    </Setting>
StephaneLenclud@153
    26
    <Setting Name="OpticalDriveToEject" Type="System.String" Scope="User">
StephaneLenclud@153
    27
      <Value Profile="(Default)">None</Value>
StephaneLenclud@153
    28
    </Setting>
StephaneLenclud@168
    29
    <Setting Name="CecEnabled" Type="System.Boolean" Scope="User">
StephaneLenclud@168
    30
      <Value Profile="(Default)">False</Value>
StephaneLenclud@168
    31
    </Setting>
StephaneLenclud@168
    32
    <Setting Name="CecHdmiPort" Type="System.Byte" Scope="User">
StephaneLenclud@168
    33
      <Value Profile="(Default)">1</Value>
StephaneLenclud@168
    34
    </Setting>
StephaneLenclud@168
    35
    <Setting Name="CecMonitorOn" Type="System.Boolean" Scope="User">
StephaneLenclud@168
    36
      <Value Profile="(Default)">True</Value>
StephaneLenclud@168
    37
    </Setting>
StephaneLenclud@168
    38
    <Setting Name="CecMonitorOff" Type="System.Boolean" Scope="User">
StephaneLenclud@168
    39
      <Value Profile="(Default)">True</Value>
StephaneLenclud@168
    40
    </Setting>
StephaneLenclud@194
    41
    <Setting Name="StartIdleClient" Type="System.Boolean" Scope="User">
StephaneLenclud@194
    42
      <Value Profile="(Default)">True</Value>
StephaneLenclud@194
    43
    </Setting>
StephaneLenclud@204
    44
    <Setting Name="CecReconnectToPowerTv" Type="System.Boolean" Scope="User">
StephaneLenclud@204
    45
      <Value Profile="(Default)">False</Value>
StephaneLenclud@204
    46
    </Setting>
Stephane@212
    47
    <Setting Name="Actions" Type="SharpLib.Ear.ManagerEventAction" Scope="User">
Stephane@212
    48
      <Value Profile="(Default)" />
Stephane@212
    49
    </Setting>
sl@8
    50
  </Settings>
sl@8
    51
</SettingsFile>