Server/SharpDisplayManager.csproj
changeset 92 787dee27fc0a
parent 91 61e2e2d41c0a
child 93 f0015e909f41
     1.1 --- a/Server/SharpDisplayManager.csproj	Sat Jan 17 18:26:41 2015 +0100
     1.2 +++ b/Server/SharpDisplayManager.csproj	Sun Jan 18 12:35:22 2015 +0100
     1.3 @@ -30,7 +30,7 @@
     1.4      <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
     1.5      <WebPage>index.htm</WebPage>
     1.6      <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
     1.7 -    <ApplicationRevision>14</ApplicationRevision>
     1.8 +    <ApplicationRevision>15</ApplicationRevision>
     1.9      <ApplicationVersion>0.1.0.%2a</ApplicationVersion>
    1.10      <UseApplicationTrust>false</UseApplicationTrust>
    1.11      <CreateDesktopShortcut>true</CreateDesktopShortcut>
    1.12 @@ -109,6 +109,7 @@
    1.13      <Reference Include="System.Configuration" />
    1.14      <Reference Include="System.Core" />
    1.15      <Reference Include="System.Runtime.Serialization" />
    1.16 +    <Reference Include="System.Security" />
    1.17      <Reference Include="System.ServiceModel" />
    1.18      <Reference Include="System.Xml.Linq" />
    1.19      <Reference Include="System.Data.DataSetExtensions" />
    1.20 @@ -142,6 +143,8 @@
    1.21      <Compile Include="Properties\AssemblyInfo.cs" />
    1.22      <Compile Include="Session.cs" />
    1.23      <Compile Include="Settings.cs" />
    1.24 +    <Compile Include="StartupManager.cs" />
    1.25 +    <Compile Include="TaskScheduler.cs" />
    1.26      <Compile Include="Win32API.cs" />
    1.27      <Compile Include="WindowsHook.cs" />
    1.28      <Compile Include="WndProcRetHook.cs" />