Rev | Line | |
---|
[8055] | 1 | echo off
|
---|
| 2 |
|
---|
| 3 | echo.
|
---|
| 4 | echo *******************************************************************************************
|
---|
| 5 | echo Generating OKB run creation service client
|
---|
| 6 | echo.
|
---|
| 7 |
|
---|
| 8 | REM If app.config should be generated, use option "/config:..\..\app.config" and optionally "/mergeConfig" instead of "/noConfig".
|
---|
| 9 |
|
---|
| 10 | svcutil.exe ^
|
---|
| 11 | http://localhost:8732/Design_Time_Addresses/OKB-3.3/RunCreationService/mex ^
|
---|
| 12 | /out:RunCreationServiceClient ^
|
---|
| 13 | /namespace:*,HeuristicLab.Clients.OKB.RunCreation ^
|
---|
| 14 | /collectionType:System.Collections.Generic.List`1 ^
|
---|
| 15 | /targetClientVersion:Version35 ^
|
---|
| 16 | /enableDataBinding ^
|
---|
| 17 | /noConfig
|
---|
| 18 |
|
---|
| 19 | echo.
|
---|
| 20 | echo Generation of OKB run creation service client finished.
|
---|
| 21 | echo *******************************************************************************************
|
---|
| 22 | echo.
|
---|
| 23 |
|
---|
| 24 | pause
|
---|
Note: See
TracBrowser
for help on using the repository browser.