Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/30/10 19:40:13 (14 years ago)
Author:
gkronber
Message:

Implemented a solution visualizer for the artificial ant problem. #952 (Artificial Ant Problem for 3.3)

File:
1 edited

Legend:

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

    r3223 r3238  
    8686  <ItemGroup>
    8787    <Compile Include="AntInterpreter.cs" />
     88    <Compile Include="BestAntTrailVisualizer.cs" />
    8889    <Compile Include="HeuristicLabProblemsArtificialAntPlugin.cs" />
    8990    <Compile Include="IAntTrailVisualizer.cs" />
     
    9697    <Compile Include="ArtificialAntProblemView.Designer.cs">
    9798      <DependentUpon>ArtificialAntProblemView.cs</DependentUpon>
     99    </Compile>
     100    <Compile Include="AntTrail.cs" />
     101    <Compile Include="AntTrailView.cs">
     102      <SubType>UserControl</SubType>
     103    </Compile>
     104    <Compile Include="AntTrailView.Designer.cs">
     105      <DependentUpon>AntTrailView.cs</DependentUpon>
    98106    </Compile>
    99107    <Compile Include="Properties\AssemblyInfo.cs" />
     
    117125      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    118126      <Name>HeuristicLab.Common.Resources-3.2</Name>
     127    </ProjectReference>
     128    <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
     129      <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
     130      <Name>HeuristicLab.Common-3.2</Name>
    119131    </ProjectReference>
    120132    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
Note: See TracChangeset for help on using the changeset viewer.