Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/23/10 06:50:50 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on algorithms
Location:
trunk/sources/HeuristicLab.Parameters.Views/3.3
Files:
2 added
2 edited

Legend:

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

    r2818 r2852  
    6969  <ItemGroup>
    7070    <None Include="HeuristicLabParametersViewsPlugin.cs.frame" />
     71    <Compile Include="ConstrainedValueParameterView.cs">
     72      <SubType>UserControl</SubType>
     73    </Compile>
     74    <Compile Include="ConstrainedValueParameterView.Designer.cs">
     75      <DependentUpon>ConstrainedValueParameterView.cs</DependentUpon>
     76    </Compile>
    7177    <Compile Include="ValueLookupParameterView.cs">
    7278      <SubType>UserControl</SubType>
     
    101107  </ItemGroup>
    102108  <ItemGroup>
     109    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
     110      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
     111      <Name>HeuristicLab.Collections-3.3</Name>
     112    </ProjectReference>
    103113    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
    104114      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
  • trunk/sources/HeuristicLab.Parameters.Views/3.3/HeuristicLabParametersViewsPlugin.cs.frame

    r2818 r2852  
    2828  [Plugin("HeuristicLab.Parameters.Views", "3.3.0.$WCREV$")]
    2929  [PluginFile("HeuristicLab.Parameters.Views-3.3.dll", PluginFileType.Assembly)]
     30  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3031  [PluginDependency("HeuristicLab.Common", "3.2")]
    3132  [PluginDependency("HeuristicLab.Common.Resources", "3.2")]
Note: See TracChangeset for help on using the changeset viewer.