Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/20/08 17:47:19 (16 years ago)
Author:
aleitner
Message:

Added ServiceLocator to project (#380)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Console/HeuristicLab.Hive.Server.Console.csproj

    r794 r799  
    3939    <Reference Include="System.Core">
    4040      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     41    </Reference>
     42    <Reference Include="System.ServiceModel">
     43      <RequiredTargetFramework>3.0</RequiredTargetFramework>
    4144    </Reference>
    4245    <Reference Include="System.Xml.Linq">
     
    98101      <DesignTimeSharedInput>True</DesignTimeSharedInput>
    99102    </Compile>
     103    <Compile Include="ServiceLocator.cs" />
    100104  </ItemGroup>
    101105  <ItemGroup>
     106    <ProjectReference Include="..\HeuristicLab.Hive.Contracts\HeuristicLab.Hive.Contracts.csproj">
     107      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
     108      <Name>HeuristicLab.Hive.Contracts</Name>
     109    </ProjectReference>
    102110    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
    103111      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
Note: See TracChangeset for help on using the changeset viewer.