Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/08/11 14:26:36 (13 years ago)
Author:
svonolfe
Message:

Added first working version of the MPI engine (#1542)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/MPI/HeuristicLab.MPIAlgorithmRunner/3.3/HeuristicLab.MPIAlgorithmRunner-3.3.csproj

    r6393 r6394  
    129129    <Reference Include="System" />
    130130    <Reference Include="System.Core" />
     131    <Reference Include="System.Runtime.Serialization" />
    131132    <Reference Include="System.ServiceModel" />
    132133    <Reference Include="System.Xml.Linq" />
     
    168169SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabMPIAlgorithmRunnerPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabMPIAlgorithmRunnerPlugin.cs"</PreBuildEvent>
    169170  </PropertyGroup>
     171  <PropertyGroup>
     172    <PostBuildEvent>set ProjectName=$(ProjectName)
     173set Source=$(TargetPath)
     174set Configuration=$(ConfigurationName)
     175set Platform=$(PlatformName)
     176set SolutionDir=$(SolutionDir)
     177
     178if exist "$(SolutionDir)CustomPostBuild.cmd" call "$(SolutionDir)CustomPostBuild.cmd"</PostBuildEvent>
     179  </PropertyGroup>
    170180  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    171181       Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset for help on using the changeset viewer.