Changeset 3849
- Timestamp:
- 05/19/10 00:20:06 (15 years ago)
- Location:
- trunk/sources/HeuristicLab/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab/3.3/CustomPostBuildTemplate_UpdateLocalInstallation.cmd
r3833 r3849 1 set target=C:\Program Files\HeuristicLab 3. 01 set target=C:\Program Files\HeuristicLab 3.3 2 2 3 copy HeuristicLab.exe "%target%" 4 copy HeuristicLab.Console.exe "%target%" 5 copy HeuristicLab.exe.config "%target%" 6 copy HeuristicLab.PluginInfrastructure.dll "%target%" 3 copy "HeuristicLab 3.3.exe" "%target%" 4 copy "HeuristicLab 3.3.exe.config" "%target%" 5 copy HeuristicLab.PluginInfrastructure-3.3.dll "%target%" 7 6 8 7 FOR /F "skip=1 tokens=1-2 delims=: usebackq" %%G IN ("%ProjectDir%\Files.txt") DO copy "%SolutionDir%\%%G\%Outdir%\%%H" "%target%" >nul -
trunk/sources/HeuristicLab/3.3/Files.txt
r3842 r3849 2 2 ; List of project directories and file names separated by ':' that are part of the installation 3 3 4 HeuristicLab.PluginInfrastructure :ICSharpCode.SharpZipLib.dll5 HeuristicLab.PluginInfrastructure :ICSharpCode.SharpZipLib License.txt4 HeuristicLab.PluginInfrastructure\3:3:ICSharpCode.SharpZipLib.dll 5 HeuristicLab.PluginInfrastructure\3:3:ICSharpCode.SharpZipLib License.txt 6 6 HeuristicLab.Algorithms.EvolutionStrategy\3.3:HeuristicLab.Algorithms.EvolutionStrategy-3.3.dll 7 7 HeuristicLab.Algorithms.GeneticAlgorithm\3.3:HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll 8 8 HeuristicLab.Algorithms.LocalSearch\3.3:HeuristicLab.Algorithms.LocalSearch-3.3.dll 9 HeuristicLab.Algorithms.MultipopulationAlgorithm\3.3:HeuristicLab.Algorithms.MultipopulationAlgorithm-3.3.dll10 9 HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm\3.3:HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll 11 10 HeuristicLab.Algorithms.ParticleSwarmOptimization\3.3:HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.dll … … 59 58 HeuristicLab.Selection\3.3:HeuristicLab.Selection-3.3.dll 60 59 HeuristicLab.SequentialEngine\3.3:HeuristicLab.SequentialEngine-3.3.dll 61 HeuristicLab.TestFunctions\3.3:HeuristicLab.TestFunctions-3.3.dll62 60 HeuristicLab.Tracing\3.3:HeuristicLab.Tracing-3.3.dll 63 61 HeuristicLab.Tracing\3.3:HeuristicLab.log4net.xml
Note: See TracChangeset
for help on using the changeset viewer.