Changeset 852 for trunk/sources/HeuristicLab.Charting
- Timestamp:
- 11/28/08 21:51:20 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Charting/HeuristicLab.Charting.csproj
r582 r852 130 130 --> 131 131 <PropertyGroup> 132 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 132 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 133 set ProjectDir=$(ProjectDir) 134 set SolutionDir=$(SolutionDir) 135 set Outdir=$(Outdir) 136 137 call PreBuildEvent.cmd</PreBuildEvent> 133 138 </PropertyGroup> 134 139 </Project>
Note: See TracChangeset
for help on using the changeset viewer.