Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/21/10 19:28:29 (13 years ago)
Author:
ascheibe
Message:

Adapt test cases to slave - client communication. #1233

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.Tests/HeuristicLab.Clients.Hive.Slave.Tests-3.4.csproj

    r5062 r5158  
    298298    </Reference>
    299299    <Reference Include="System.Drawing" />
     300    <Reference Include="System.ServiceModel" />
    300301    <Reference Include="WeifenLuo.WinFormsUI.Docking-2.3.1">
    301302      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\WeifenLuo.WinFormsUI.Docking-2.3.1.dll</HintPath>
     
    313314    <Compile Include="Properties\AssemblyInfo.cs" />
    314315    <Compile Include="Mocks\MockServiceLocator.cs" />
     316    <Compile Include="SlaveCommListener.cs" />
    315317    <Compile Include="SlaveTest.cs" />
    316318  </ItemGroup>
     
    333335    </ProjectReference>
    334336  </ItemGroup>
     337  <ItemGroup>
     338    <None Include="app.config" />
     339  </ItemGroup>
    335340  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    336341  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.