Server/Properties/Settings.settings
author StephaneLenclud
Thu, 24 Sep 2015 21:39:05 +0200
changeset 159 e7c8c2b500bd
parent 126 791786747ba6
child 168 2568261f74fb
permissions -rw-r--r--
Add PowerManager C++/CLI project.
Monitor Power On/Off notifications working.
Moving to .NET 4.6
     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="StartFileName" Type="System.String" Scope="User">
    24       <Value Profile="(Default)">None</Value>
    25     </Setting>
    26     <Setting Name="OpticalDriveToEject" Type="System.String" Scope="User">
    27       <Value Profile="(Default)">None</Value>
    28     </Setting>
    29   </Settings>
    30 </SettingsFile>