Server/SharpDisplayManager.csproj
changeset 209 fef4ca058087
parent 207 ca469451f8e6
child 210 83dd86e73448
     1.1 --- a/Server/SharpDisplayManager.csproj	Fri Jul 22 13:47:44 2016 +0200
     1.2 +++ b/Server/SharpDisplayManager.csproj	Fri Jul 22 18:19:49 2016 +0200
     1.3 @@ -188,6 +188,14 @@
     1.4      <Compile Include="RichTextBoxTextWriter.cs" />
     1.5      <Compile Include="Session.cs" />
     1.6      <Compile Include="Settings.cs" />
     1.7 +    <Compile Include="Slions\Ear\Action.cs" />
     1.8 +    <Compile Include="Slions\Ear\ActionCallback.cs" />
     1.9 +    <Compile Include="Slions\Ear\ActionSleep.cs" />
    1.10 +    <Compile Include="Slions\Ear\ActionType.cs" />
    1.11 +    <Compile Include="Slions\Ear\Event.cs" />
    1.12 +    <Compile Include="Slions\Ear\EventMonitorPowerOff.cs" />
    1.13 +    <Compile Include="Slions\Ear\EventMonitorPowerOn.cs" />
    1.14 +    <Compile Include="Slions\Ear\Manager.cs" />
    1.15      <Compile Include="StartupManager.cs" />
    1.16      <Compile Include="TaskScheduler.cs" />
    1.17      <Compile Include="Win32API.cs" />
    1.18 @@ -300,6 +308,7 @@
    1.19      </Content>
    1.20      <EmbeddedResource Include="Resources\record.ico" />
    1.21    </ItemGroup>
    1.22 +  <ItemGroup />
    1.23    <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    1.24    <Import Project="..\packages\LibMiniDisplay.1.1.8\build\LibMiniDisplay.targets" Condition="Exists('..\packages\LibMiniDisplay.1.1.8\build\LibMiniDisplay.targets')" />
    1.25    <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">