Changeset 6394 for branches/MPI/HeuristicLab.ExtLibs
- Timestamp:
- 06/08/11 14:26:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/MPI/HeuristicLab.ExtLibs/HeuristicLab.MPInet/1.0.0/HeuristicLab.MPInet-1.0.0.csproj
r6393 r6394 168 168 </PropertyGroup> 169 169 <PropertyGroup> 170 <PostBuildEvent> 171 </PostBuildEvent> 170 <PostBuildEvent>set ProjectName=$(ProjectName) 171 set Source=$(TargetPath) 172 set Configuration=$(ConfigurationName) 173 set Platform=$(PlatformName) 174 set SolutionDir=$(SolutionDir) 175 176 if exist "$(SolutionDir)CustomPostBuild.cmd" call "$(SolutionDir)CustomPostBuild.cmd"</PostBuildEvent> 172 177 </PropertyGroup> 173 178 </Project>
Note: See TracChangeset
for help on using the changeset viewer.