Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/23/10 13:07:11 (14 years ago)
Author:
cneumuel
Message:
  • changed Hive.Server WCF services to be configurable in app.config
  • changed endpoints to wsHttpBinding
  • changed project type of Hive.Server.Core to WCF Service Library, so that it can be started directly to be able to test the service (and update references) (#1159)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server/3.3/HeuristicLab.Hive.Server-3.3.csproj

    r4254 r4285  
    109109      <RequiredTargetFramework>3.0</RequiredTargetFramework>
    110110    </Reference>
     111    <Reference Include="System.ServiceProcess" />
    111112    <Reference Include="System.Transactions" />
    112113    <Reference Include="System.Xml.Linq">
     
    149150    </ProjectReference>
    150151  </ItemGroup>
    151   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
     152  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    152153  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    153154       Other similar extension points exist, see Microsoft.Common.targets.
     
    165166call PreBuildEvent.cmd</PreBuildEvent>
    166167  </PropertyGroup>
     168  <PropertyGroup>
     169    <PostBuildEvent>
     170    </PostBuildEvent>
     171  </PropertyGroup>
    167172</Project>
Note: See TracChangeset for help on using the changeset viewer.