Changeset 852 for trunk/sources/HeuristicLab.SequentialEngine
- Timestamp:
- 11/28/08 21:51:20 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.SequentialEngine/HeuristicLab.SequentialEngine.csproj ΒΆ
r847 r852 95 95 --> 96 96 <PropertyGroup> 97 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 97 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 98 set ProjectDir=$(ProjectDir) 99 set SolutionDir=$(SolutionDir) 100 set Outdir=$(Outdir) 101 102 call PreBuildEvent.cmd</PreBuildEvent> 98 103 </PropertyGroup> 99 104 </Project>
Note: See TracChangeset
for help on using the changeset viewer.