Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GP.Symbols (TimeLag, Diff, Integral)/GP.Symbols/CopyAssemblies.cmd @ 5109

Last change on this file since 5109 was 5026, checked in by mkommend, 13 years ago

Added branched projects for new GP symbols (ticket #1256).

File size: 356 bytes
Line 
1set target=C:\Program Files\HeuristicLab 3.3
2
3@echo Copying assemblies
4copy "HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.dll" "%target%"
5copy "HeuristicLab.Problems.DataAnalysis-3.3.dll" "%target%"
6copy "HeuristicLab.Problems.DataAnalysis.Regression-3.3.dll" "%target%"
7copy "HeuristicLab.Problems.DataAnalysis.Views-3.3.dll" "%target%"
Note: See TracBrowser for help on using the repository browser.