Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/22/10 04:15:53 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on algorithms
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj

    r2834 r2851  
    5252  <ItemGroup>
    5353    <None Include="HeuristicLabOptimizationViewsPlugin.cs.frame" />
     54    <Compile Include="AlgorithmView.cs">
     55      <SubType>UserControl</SubType>
     56    </Compile>
     57    <Compile Include="AlgorithmView.Designer.cs">
     58      <DependentUpon>AlgorithmView.cs</DependentUpon>
     59    </Compile>
     60    <Compile Include="UserDefinedAlgorithmView.cs">
     61      <SubType>UserControl</SubType>
     62    </Compile>
     63    <Compile Include="UserDefinedAlgorithmView.Designer.cs">
     64      <DependentUpon>UserDefinedAlgorithmView.cs</DependentUpon>
     65    </Compile>
     66    <Compile Include="EngineAlgorithmView.cs">
     67      <SubType>UserControl</SubType>
     68    </Compile>
     69    <Compile Include="EngineAlgorithmView.Designer.cs">
     70      <DependentUpon>EngineAlgorithmView.cs</DependentUpon>
     71    </Compile>
    5472    <Compile Include="HeuristicLabOptimizationViewsPlugin.cs" />
    5573    <Compile Include="ProblemView.cs">
     
    6987      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    7088      <Name>HeuristicLab.Collections-3.3</Name>
     89    </ProjectReference>
     90    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     91      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
     92      <Name>HeuristicLab.Common.Resources-3.2</Name>
     93    </ProjectReference>
     94    <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
     95      <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
     96      <Name>HeuristicLab.Common-3.2</Name>
    7197    </ProjectReference>
    7298    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
     
    89115      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
    90116      <Name>HeuristicLab.Optimization-3.3</Name>
     117    </ProjectReference>
     118    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
     119      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
     120      <Name>HeuristicLab.Persistence-3.3</Name>
    91121    </ProjectReference>
    92122    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
Note: See TracChangeset for help on using the changeset viewer.