Server/Properties/Settings.settings
author Stephane Lenclud
Fri, 02 Sep 2016 01:38:08 +0200
changeset 267 a601b377a3eb
parent 251 f60cfcb98c9a
child 268 31d4905ad28a
permissions -rw-r--r--
Event trigger by name now won't trigger disabled events.
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@168
    23
    <Setting Name="CecEnabled" Type="System.Boolean" Scope="User">
StephaneLenclud@168
    24
      <Value Profile="(Default)">False</Value>
StephaneLenclud@168
    25
    </Setting>
StephaneLenclud@168
    26
    <Setting Name="CecHdmiPort" Type="System.Byte" Scope="User">
StephaneLenclud@168
    27
      <Value Profile="(Default)">1</Value>
StephaneLenclud@168
    28
    </Setting>
StephaneLenclud@194
    29
    <Setting Name="StartIdleClient" Type="System.Boolean" Scope="User">
StephaneLenclud@194
    30
      <Value Profile="(Default)">True</Value>
StephaneLenclud@194
    31
    </Setting>
StephaneLenclud@235
    32
    <Setting Name="EarManager" Type="SharpDisplayManager.EarManager" Scope="User">
Stephane@212
    33
      <Value Profile="(Default)" />
Stephane@212
    34
    </Setting>
StephaneLenclud@233
    35
    <Setting Name="HarmonyEnabled" Type="System.Boolean" Scope="User">
StephaneLenclud@233
    36
      <Value Profile="(Default)">False</Value>
StephaneLenclud@233
    37
    </Setting>
StephaneLenclud@233
    38
    <Setting Name="HarmonyHubAddress" Type="System.String" Scope="User">
StephaneLenclud@233
    39
      <Value Profile="(Default)">HarmonyHub</Value>
StephaneLenclud@233
    40
    </Setting>
StephaneLenclud@251
    41
    <Setting Name="LogitechUserName" Type="System.String" Scope="User">
StephaneLenclud@251
    42
      <Value Profile="(Default)" />
StephaneLenclud@251
    43
    </Setting>
StephaneLenclud@266
    44
    <Setting Name="LogitechAuthToken" Type="System.String" Scope="User">
StephaneLenclud@266
    45
      <Value Profile="(Default)" />
StephaneLenclud@266
    46
    </Setting>
sl@8
    47
  </Settings>
sl@8
    48
</SettingsFile>