Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/16/10 04:53:58 (14 years ago)
Author:
swagner
Message:

Adaptions according to the new IContent interface (#969).

Location:
trunk/sources/HeuristicLab.Problems.ArtificialAnt.Views/3.3
Files:
2 edited

Legend:

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

    r3271 r3368  
    9393  <ItemGroup>
    9494    <None Include="HeuristicLab.snk" />
     95    <None Include="HeuristicLabProblemsArtificialAntViewsPlugin.cs.frame" />
    9596    <None Include="Properties\AssemblyInfo.frame" />
    9697  </ItemGroup>
    9798  <ItemGroup>
     99    <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
     100      <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
     101      <Name>HeuristicLab.Common-3.2</Name>
     102    </ProjectReference>
    98103    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
    99104      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
  • trunk/sources/HeuristicLab.Problems.ArtificialAnt.Views/3.3/HeuristicLabProblemsArtificialAntViewsPlugin.cs.frame

    r3239 r3368  
    2828  [Plugin("HeuristicLab.Problems.ArtificialAnt.Views","3.3.0.$WCREV$")]
    2929  [PluginFile("HeuristicLab.Problems.ArtificialAnt.Views-3.3.dll", PluginFileType.Assembly)]
     30  [PluginDependency("HeuristicLab.Common", "3.2.0.0")]
    3031  [PluginDependency("HeuristicLab.Core", "3.3.0.0")]
    3132  [PluginDependency("HeuristicLab.Core.Views", "3.3.0.0")]
Note: See TracChangeset for help on using the changeset viewer.