Changeset 6760 for branches/PersistenceSpeedUp/HeuristicLab.Problems.QuadraticAssignment/3.3/HeuristicLab.Problems.QuadraticAssignment-3.3.csproj
- Timestamp:
- 09/14/11 13:59:25 (13 years ago)
- Location:
- branches/PersistenceSpeedUp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceSpeedUp
- Property svn:ignore
-
old new 12 12 *.psess 13 13 *.vsp 14 *.docstates
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/PersistenceSpeedUp/HeuristicLab.Problems.QuadraticAssignment/3.3/HeuristicLab.Problems.QuadraticAssignment-3.3.csproj
r5950 r6760 109 109 <ItemGroup> 110 110 <Compile Include="Analyzers\BestQAPSolutionAnalyzer.cs" /> 111 <Compile Include="Analyzers\QAPAlleleFrequencyAnalyzer.cs" /> 112 <Compile Include="Analyzers\QAPPopulationDiversityAnalyzer.cs" /> 113 <Compile Include="Evaluators\QAPScrambleMoveEvaluator.cs" /> 111 114 <Compile Include="Evaluators\QAPSwap2MoveEvaluator.cs" /> 112 115 <Compile Include="Evaluators\QAPEvaluator.cs" /> … … 118 121 <Compile Include="Interfaces\IQAPEvaluator.cs" /> 119 122 <Compile Include="Interfaces\IQAPMoveEvaluator.cs" /> 123 <Compile Include="LocalImprovement\QAPExhaustiveSwap2LocalImprovement.cs" /> 120 124 <Compile Include="Parsers\QAPLIBSolutionParser.cs" /> 121 125 <Compile Include="Parsers\QAPLIBParser.cs" /> 122 126 <Compile Include="QAPAssignment.cs" /> 127 <Compile Include="QAPPermutationProximityCalculator.cs" /> 123 128 <Compile Include="QuadraticAssignmentProblem.cs" /> 124 129 <EmbeddedResource Include="Data\bur26a.dat" /> … … 386 391 </ItemGroup> 387 392 <ItemGroup> 393 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj"> 394 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project> 395 <Name>HeuristicLab.Analysis-3.3</Name> 396 </ProjectReference> 388 397 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 389 398 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> … … 432 441 </ItemGroup> 433 442 <ItemGroup> 434 <Content Include="Data\tai100a.sln" /> 435 <Content Include="Data\tai25a.sln" /> 436 <Content Include="Data\tai50a.sln" /> 443 <EmbeddedResource Include="Data\tai100a.sln" /> 444 <EmbeddedResource Include="Data\tai25a.sln" /> 445 <EmbeddedResource Include="Data\tai50a.sln" /> 446 </ItemGroup> 447 <ItemGroup> 448 <EmbeddedResource Include="Data\esc32a.sln" /> 449 </ItemGroup> 450 <ItemGroup> 451 <EmbeddedResource Include="Data\sko49.sln" /> 437 452 </ItemGroup> 438 453 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.