Changeset 852 for trunk/sources/HeuristicLab.CEDMA.Charting
- Timestamp:
- 11/28/08 21:51:20 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.CEDMA.Charting/HeuristicLab.CEDMA.Charting.csproj
r656 r852 170 170 --> 171 171 <PropertyGroup> 172 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 172 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 173 set ProjectDir=$(ProjectDir) 174 set SolutionDir=$(SolutionDir) 175 set Outdir=$(Outdir) 176 177 call PreBuildEvent.cmd</PreBuildEvent> 173 178 </PropertyGroup> 174 179 </Project>
Note: See TracChangeset
for help on using the changeset viewer.