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.ExtLibs/HeuristicLab.MPInet/1.0.0/HeuristicLab.MPInet-1.0.0.csproj

    r6393 r6394  
    168168  </PropertyGroup>
    169169  <PropertyGroup>
    170     <PostBuildEvent>
    171     </PostBuildEvent>
     170    <PostBuildEvent>set ProjectName=$(ProjectName)
     171set Source=$(TargetPath)
     172set Configuration=$(ConfigurationName)
     173set Platform=$(PlatformName)
     174set SolutionDir=$(SolutionDir)
     175
     176if exist "$(SolutionDir)CustomPostBuild.cmd" call "$(SolutionDir)CustomPostBuild.cmd"</PostBuildEvent>
    172177  </PropertyGroup>
    173178</Project>
Note: See TracChangeset for help on using the changeset viewer.