Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8383


Ignore:
Timestamp:
08/02/12 11:11:47 (12 years ago)
Author:
ascheibe
Message:

#1861 updated copy assembly script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Mono/CopyAssemblies.cmd

    r8376 r8383  
    11for /f "delims=" %%i in ('dir /s/b *.dll') do copy %%i bin
     2for /f "delims=" %%i in ('dir /s/b *.dll.config') do copy %%i bin
    23copy "HeuristicLab\3.3\$(SolutionDir)\bin\HeuristicLab 3.3.exe" bin
    3 copy "HeuristicLab\3.3\$(SolutionDir)\bin\HeuristicLab 3.3.exe.config" bin
    44copy "HeuristicLab\3.3\$(SolutionDir)\bin\HeuristicLab 3.3.pdb" bin
     5MergeConfigs.cmd
Note: See TracChangeset for help on using the changeset viewer.