Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/21/10 06:29:00 (14 years ago)
Author:
swagner
Message:

Worked on OKB (#1174)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB/HeuristicLab.Clients.OKB-3.3/ServiceClients/GenerateServiceClients.cmd

    r4433 r4456  
    1111
    1212echo.
    13 echo Tweaking generated data contracts ...
    14 
    15 REM Executing PowerShell scripts is usually not allowed by default (execution policy "Restricted").
    16 REM To enable script execution, execute the command "Set-ExecutionPolicy RemoteSigned" in a PowerShell with administrator privileges.
    17 
    18 PowerShell -File TweakServiceClients.ps1 ServiceClients.cs
    19 
    20 echo ... done
     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 --------------------------------------------------------------------------------------
    2118echo.
    2219
Note: See TracChangeset for help on using the changeset viewer.