Minor clean up.
authorStephaneLenclud
Sat, 13 Jun 2015 11:29:22 +0200
changeset 1448e4c7cca77b8
parent 140 4dff57d255c9
child 145 53dbdcf73f08
Minor clean up.
Server/NetworkManager.cs
Server/SharpDisplayManager.csproj
     1.1 --- a/Server/NetworkManager.cs	Thu Jun 11 17:21:15 2015 +0200
     1.2 +++ b/Server/NetworkManager.cs	Sat Jun 13 11:29:22 2015 +0200
     1.3 @@ -18,12 +18,6 @@
     1.4  //
     1.5  
     1.6  using System;
     1.7 -using System.Collections.Generic;
     1.8 -using System.Linq;
     1.9 -using System.Text;
    1.10 -using System.Threading.Tasks;
    1.11 -using System.Net.NetworkInformation;
    1.12 -using System.Runtime.InteropServices;
    1.13  using System.Runtime.InteropServices.ComTypes;
    1.14  using System.Diagnostics;
    1.15  using NETWORKLIST;
     2.1 --- a/Server/SharpDisplayManager.csproj	Thu Jun 11 17:21:15 2015 +0200
     2.2 +++ b/Server/SharpDisplayManager.csproj	Sat Jun 13 11:29:22 2015 +0200
     2.3 @@ -260,6 +260,9 @@
     2.4        <EmbedInteropTypes>True</EmbedInteropTypes>
     2.5      </COMReference>
     2.6    </ItemGroup>
     2.7 +  <ItemGroup>
     2.8 +    <WCFMetadata Include="Service References\" />
     2.9 +  </ItemGroup>
    2.10    <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    2.11    <Import Project="..\packages\LibMiniDisplay.1.1.4\build\LibMiniDisplay.targets" Condition="Exists('..\packages\LibMiniDisplay.1.1.4\build\LibMiniDisplay.targets')" />
    2.12    <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">