Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/14/11 05:34:43 (14 years ago)
Author:
swagner
Message:

Worked on OKB (#1174)

Location:
branches/OKB
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB

    • Property svn:ignore
      •  

        old new  
        11*.suo
         2TestResults
  • branches/OKB/HeuristicLab.Clients.OKB-3.3/ServiceClients/GenerateServiceClients.cmd

    r5286 r5295  
    55echo Generating OKBService client
    66echo.
     7
     8REM If app.config should be generated, use option "/config:..\app.config" instead of "/noConfig".
    79
    810svcutil.exe ^
     
    1315  /targetClientVersion:Version35 ^
    1416  /enableDataBinding ^
    15   /config:..\app.config
     17  /noConfig
    1618
    1719echo.
     
    3335echo.
    3436
     37REM If app.config should be generated, use options "/config:..\app.config" and "/mergeConfig" instead of "/noConfig".
     38
    3539svcutil.exe ^
    3640  http://localhost:8732/Design_Time_Addresses/OKB-3.3/AuthenticationService/mex ^
     
    4044  /targetClientVersion:Version35 ^
    4145  /enableDataBinding ^
    42   /config:..\app.config ^
    43   /mergeConfig
     46  /noConfig
    4447
    4548echo.
Note: See TracChangeset for help on using the changeset viewer.