Last change
on this file since 8405 was
8389,
checked in by ascheibe, 12 years ago
|
#1861 changed HeuristicLab project file to be able to use it as startup project
|
File size:
1020 bytes
|
Line | |
---|
1 | for /f "delims=" %%i in ('dir /s/b *.dll') do copy %%i bin
|
---|
2 | for /f "delims=" %%i in ('dir /s/b *.pdb') do copy %%i bin
|
---|
3 | for /f "delims=" %%i in ('dir /s/b *.dll.config') do copy %%i bin
|
---|
4 | copy "HeuristicLab\3.3\$(SolutionDir)\bin\HeuristicLab 3.3.exe" bin
|
---|
5 | copy "HeuristicLab\3.3\$(SolutionDir)\bin\HeuristicLab 3.3.pdb" bin
|
---|
6 |
|
---|
7 |
|
---|
8 |
|
---|
9 | SET Outdir=bin\
|
---|
10 | echo Recreating HeuristicLab 3.3.exe.config...
|
---|
11 | copy /Y "%Outdir%app.config" "%Outdir%HeuristicLab 3.3.exe.config"
|
---|
12 |
|
---|
13 | echo Merging...
|
---|
14 | FOR /F "tokens=*" %%A IN ('dir /B "%Outdir%*.dll.config"') DO (
|
---|
15 | ConfigMerger "%Outdir%%%A" "%Outdir%HeuristicLab 3.3.exe.config"
|
---|
16 | )
|
---|
17 |
|
---|
18 | for /f "delims=" %%i in ('dir /s/b bin\*.dll') do copy %%i HeuristicLab\3.3\$(SolutionDir)\bin
|
---|
19 | for /f "delims=" %%i in ('dir /s/b bin\*.pdb') do copy %%i HeuristicLab\3.3\$(SolutionDir)\bin
|
---|
20 | for /f "delims=" %%i in ('dir /s/b bin\*.dll.config') do copy %%i HeuristicLab\3.3\$(SolutionDir)\bin
|
---|
21 | copy "bin\HeuristicLab 3.3.exe.config" "HeuristicLab\3.3\$(SolutionDir)\bin\HeuristicLab 3.3.exe.config" |
---|
Note: See
TracBrowser
for help on using the repository browser.