Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Query/ServiceClient/GenerateServiceClient.cmd @ 5504

Last change on this file since 5504 was 5504, checked in by swagner, 13 years ago

Worked on OKB (#1174)

File size: 772 bytes
Line 
1echo off
2
3echo.
4echo *******************************************************************************************
5echo Generating OKB query 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/QueryService/mex ^
12  /out:QueryServiceClient ^
13  /namespace:*,HeuristicLab.Clients.OKB.Query ^
14  /collectionType:System.Collections.Generic.List`1 ^
15  /targetClientVersion:Version35 ^
16  /enableDataBinding ^
17  /noConfig
18
19echo.
20echo Generation of OKB query service client finished.
21echo *******************************************************************************************
22echo.
23
24pause
Note: See TracBrowser for help on using the repository browser.