Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/14/14 15:27:11 (10 years ago)
Author:
pfleck
Message:

#2208

  • Implemented OrienteeringProblem as CVRPData ProblemInstanceInterpreter.
  • Added OrienteeringProblemView.
Location:
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Orienteering.Views/3.3
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Orienteering.Views/3.3/HeuristicLab.Problems.Orienteering.Views-3.3.csproj

    r11188 r11189  
    3939    <Reference Include="System" />
    4040    <Reference Include="System.Core" />
     41    <Reference Include="System.Data" />
     42    <Reference Include="System.Drawing" />
     43    <Reference Include="System.Windows.Forms" />
     44    <Reference Include="System.Xml" />
    4145  </ItemGroup>
    4246  <ItemGroup>
     47    <Compile Include="OrienteeringProblemView.cs">
     48      <SubType>UserControl</SubType>
     49    </Compile>
     50    <Compile Include="OrienteeringProblemView.Designer.cs">
     51      <DependentUpon>OrienteeringProblemView.cs</DependentUpon>
     52    </Compile>
    4353    <Compile Include="Plugin.cs" />
    4454    <Compile Include="Properties\AssemblyInfo.cs" />
     
    5060  </ItemGroup>
    5161  <ItemGroup>
     62    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
     63      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
     64      <Name>HeuristicLab.Common-3.3</Name>
     65    </ProjectReference>
     66    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
     67      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
     68      <Name>HeuristicLab.Core.Views-3.3</Name>
     69    </ProjectReference>
     70    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
     71      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
     72      <Name>HeuristicLab.Core-3.3</Name>
     73    </ProjectReference>
     74    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
     75      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
     76      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
     77    </ProjectReference>
     78    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
     79      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
     80      <Name>HeuristicLab.MainForm-3.3</Name>
     81    </ProjectReference>
     82    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
     83      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
     84      <Name>HeuristicLab.Optimization.Views-3.3</Name>
     85    </ProjectReference>
     86    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
     87      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
     88      <Name>HeuristicLab.Optimization-3.3</Name>
     89    </ProjectReference>
    5290    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    5391      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    5492      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
     93    </ProjectReference>
     94    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
     95      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
     96      <Name>HeuristicLab.Problems.Instances-3.3</Name>
     97    </ProjectReference>
     98    <ProjectReference Include="..\..\HeuristicLab.Problems.Orienteering\3.3\HeuristicLab.Problems.Orienteering-3.3.csproj">
     99      <Project>{D1EFA4CC-909F-41D5-9C1F-C3AF1957A372}</Project>
     100      <Name>HeuristicLab.Problems.Orienteering-3.3</Name>
    55101    </ProjectReference>
    56102  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.