Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB/HeuristicLab.Clients.OKB-3.3/ServiceClients/GenerateServiceClients.cmd @ 4456

Last change on this file since 4456 was 4456, checked in by swagner, 14 years ago

Worked on OKB (#1174)

File size: 793 bytes
Line 
1echo off
2svcutil.exe ^
3  http://localhost:8732/Design_Time_Addresses/OKB-3.3/AdminService/mex ^
4  /out:ServiceClients ^
5  /namespace:*,HeuristicLab.Clients.OKB ^
6  /targetClientVersion:Version35 ^
7  /enableDataBinding ^
8  /reference:"C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll" ^
9  /collectionType:HeuristicLab.Core.ItemCollection`1 ^
10  /config:..\app.config
11
12echo.
13echo --------------------------------------------------------------------------------------
14echo ATTENTION!!!
15echo Following modifications have to be done manually in generated data contracts:
16echo  * Remove method "protected void RaisePropertyChanged(string propertyName)" in OKBItem
17echo --------------------------------------------------------------------------------------
18echo.
19
20pause
Note: See TracBrowser for help on using the repository browser.