Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/29/09 14:44:07 (15 years ago)
Author:
mkommend
Message:

first stable version of CEDMA with new database backend (ticket #712)

Location:
branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Server/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Server/3.3/DispatcherView.cs

    r2204 r2207  
    1818      UpdateControls();
    1919      dispatcher.Changed += (sender, args) => UpdateControls();
    20       this.targetVariableList.CheckOnClick = true;
    2120      this.inputVariableList.CheckOnClick = true;
    2221    }
  • branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Server/3.3/HeuristicLab.CEDMA.Server-3.3.csproj

    r2195 r2207  
    133133      <Name>HeuristicLab.CEDMA.Core-3.3</Name>
    134134    </ProjectReference>
    135     <ProjectReference Include="..\..\HeuristicLab.CEDMA.DB.Interfaces\3.3\HeuristicLab.CEDMA.DB.Interfaces-3.3.csproj">
    136       <Project>{4F9BB789-D561-436B-B226-2BF44B7D0804}</Project>
    137       <Name>HeuristicLab.CEDMA.DB.Interfaces-3.3</Name>
    138     </ProjectReference>
    139     <ProjectReference Include="..\..\HeuristicLab.CEDMA.DB\3.3\HeuristicLab.CEDMA.DB-3.3.csproj">
    140       <Project>{B3D6D8D9-2B1F-47EC-9C73-77FAECF87310}</Project>
    141       <Name>HeuristicLab.CEDMA.DB-3.3</Name>
    142     </ProjectReference>
    143135    <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
    144136      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
Note: See TracChangeset for help on using the changeset viewer.