Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/11/12 11:39:11 (12 years ago)
Author:
mkommend
Message:

#1869: Added RunCollectionDataTableView.

Location:
trunk/sources/HeuristicLab.Optimization.Views/3.3
Files:
2 added
2 edited

Legend:

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

    r7960 r7980  
    9999  </PropertyGroup>
    100100  <ItemGroup>
     101    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     102      <Private>False</Private>
     103    </Reference>
    101104    <Reference Include="Microsoft.CSharp" />
    102105    <Reference Include="System" />
     
    247250    <Compile Include="RunView.Designer.cs">
    248251      <DependentUpon>RunView.cs</DependentUpon>
     252    </Compile>
     253    <Compile Include="RunCollectionViews\RunCollectionDataTableView.cs">
     254      <SubType>UserControl</SubType>
     255    </Compile>
     256    <Compile Include="RunCollectionViews\RunCollectionDataTableView.Designer.cs">
     257      <DependentUpon>RunCollectionDataTableView.cs</DependentUpon>
    249258    </Compile>
    250259    <Compile Include="UserDefinedAlgorithmView.cs">
     
    296305  </ItemGroup>
    297306  <ItemGroup>
     307    <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
     308      <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
     309      <Name>HeuristicLab.Analysis.Views-3.3</Name>
     310      <Private>False</Private>
     311    </ProjectReference>
    298312    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    299313      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/Plugin.cs.frame

    r7830 r7980  
    2828  [Plugin("HeuristicLab.Optimization.Views", "3.3.6.$WCREV$")]
    2929  [PluginFile("HeuristicLab.Optimization.Views-3.3.dll", PluginFileType.Assembly)]
     30  [PluginDependency("HeuristicLab.Analysis", "3.3")]
    3031  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3132  [PluginDependency("HeuristicLab.Common", "3.3")]
Note: See TracChangeset for help on using the changeset viewer.