Line | |
---|
1 | echo off
|
---|
2 |
|
---|
3 | echo.
|
---|
4 | echo *******************************************************************************************
|
---|
5 | echo Generating OKB query 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/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 |
|
---|
19 | echo.
|
---|
20 | echo Generation of OKB query service client finished.
|
---|
21 | echo *******************************************************************************************
|
---|
22 | echo.
|
---|
23 |
|
---|
24 | pause
|
---|
Note: See
TracBrowser
for help on using the repository browser.