Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/30/11 18:07:32 (13 years ago)
Author:
abeham
Message:

#1465, #1469, #1470, #1494, #1496, #1497, #1539, #1487

  • merged to trunk
Location:
trunk/sources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources

  • trunk/sources/HeuristicLab.Problems.QuadraticAssignment/3.3/HeuristicLab.Problems.QuadraticAssignment-3.3.csproj

    r5950 r6342  
    109109  <ItemGroup>
    110110    <Compile Include="Analyzers\BestQAPSolutionAnalyzer.cs" />
     111    <Compile Include="Analyzers\QAPAlleleFrequencyAnalyzer.cs" />
     112    <Compile Include="Analyzers\QAPPopulationDiversityAnalyzer.cs" />
    111113    <Compile Include="Evaluators\QAPSwap2MoveEvaluator.cs" />
    112114    <Compile Include="Evaluators\QAPEvaluator.cs" />
     
    118120    <Compile Include="Interfaces\IQAPEvaluator.cs" />
    119121    <Compile Include="Interfaces\IQAPMoveEvaluator.cs" />
     122    <Compile Include="LocalImprovement\QAPExhaustiveSwap2LocalImprovement.cs" />
    120123    <Compile Include="Parsers\QAPLIBSolutionParser.cs" />
    121124    <Compile Include="Parsers\QAPLIBParser.cs" />
     
    386389  </ItemGroup>
    387390  <ItemGroup>
     391    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
     392      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
     393      <Name>HeuristicLab.Analysis-3.3</Name>
     394    </ProjectReference>
    388395    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    389396      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
     
    432439  </ItemGroup>
    433440  <ItemGroup>
    434     <Content Include="Data\tai100a.sln" />
    435     <Content Include="Data\tai25a.sln" />
    436     <Content Include="Data\tai50a.sln" />
     441    <EmbeddedResource Include="Data\tai100a.sln" />
     442    <EmbeddedResource Include="Data\tai25a.sln" />
     443    <EmbeddedResource Include="Data\tai50a.sln" />
     444  </ItemGroup>
     445  <ItemGroup>
     446    <EmbeddedResource Include="Data\esc32a.sln" />
     447  </ItemGroup>
     448  <ItemGroup>
     449    <EmbeddedResource Include="Data\sko49.sln" />
    437450  </ItemGroup>
    438451  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.