Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Clients.OKB/3.3/RunCreation/ServiceClient/GenerateServiceClient.cmd @ 8055

Last change on this file since 8055 was 8055, checked in by ascheibe, 12 years ago

#1174 integrated okb client parts into trunk

File size: 807 bytes
RevLine 
[8055]1echo off
2
3echo.
4echo *******************************************************************************************
5echo Generating OKB run creation service client
6echo.
7
8REM If app.config should be generated, use option "/config:..\..\app.config" and optionally "/mergeConfig" instead of "/noConfig".
9
10svcutil.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
19echo.
20echo Generation of OKB run creation service client finished.
21echo *******************************************************************************************
22echo.
23
24pause
Note: See TracBrowser for help on using the repository browser.