Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/28/17 22:10:45 (7 years ago)
Author:
gkronber
Message:

#2560 merged r13501, r13503, r13511, r13513, r13534, r13535, r13540, r13550, r13552, r13593, r13666 from trunk to stable

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Clients.OKB/3.3/HeuristicLab.Clients.OKB-3.3.csproj

    r11920 r15081  
    158158    <Compile Include="RunCreation\RunCreationClient.cs" />
    159159    <Compile Include="RunCreation\ServiceClient\Algorithm.cs" />
     160    <Compile Include="RunCreation\ServiceClient\BoolValue.cs" />
     161    <Compile Include="RunCreation\ServiceClient\TimeSpanValue.cs" />
     162    <Compile Include="RunCreation\ServiceClient\StringValue.cs" />
     163    <Compile Include="RunCreation\ServiceClient\PercentValue.cs" />
     164    <Compile Include="RunCreation\ServiceClient\DoubleValue.cs" />
     165    <Compile Include="RunCreation\ServiceClient\FloatValue.cs" />
     166    <Compile Include="RunCreation\ServiceClient\LongValue.cs" />
     167    <Compile Include="RunCreation\ServiceClient\IntValue.cs" />
    160168    <Compile Include="RunCreation\ServiceClient\Problem.cs" />
    161169    <Compile Include="RunCreation\ServiceClient\RunCreationServiceClient.cs" />
    162170    <Compile Include="Properties\AssemblyInfo.cs" />
     171    <Compile Include="RunCreation\ServiceClient\Value.cs" />
    163172    <Compile Include="RunCreation\SingleObjectiveOKBProblem.cs" />
    164173    <None Include="app.config" />
Note: See TracChangeset for help on using the changeset viewer.