Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/19/10 04:56:06 (14 years ago)
Author:
swagner
Message:

Continued to implement TSP tour visualization (#924)

File:
1 edited

Legend:

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

    r2900 r3107  
    8585  </ItemGroup>
    8686  <ItemGroup>
     87    <Compile Include="PathTSPTourView.cs">
     88      <SubType>UserControl</SubType>
     89    </Compile>
     90    <Compile Include="PathTSPTourView.Designer.cs">
     91      <DependentUpon>PathTSPTourView.cs</DependentUpon>
     92    </Compile>
    8793    <Compile Include="HeuristicLabProblemsTSPViewsPlugin.cs" />
    8894    <Compile Include="TSPView.cs">
     
    111117      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    112118      <Name>HeuristicLab.Core-3.3</Name>
     119    </ProjectReference>
     120    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
     121      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
     122      <Name>HeuristicLab.Data-3.3</Name>
     123    </ProjectReference>
     124    <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
     125      <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
     126      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
    113127    </ProjectReference>
    114128    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.2\HeuristicLab.MainForm.WindowsForms-3.2.csproj">
Note: See TracChangeset for help on using the changeset viewer.