Changeset 5785 for branches/QAP/HeuristicLab.Problems.QuadraticAssignment/3.3/HeuristicLab.Problems.QuadraticAssignment-3.3.csproj
- Timestamp:
- 03/22/11 01:56:25 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/QAP/HeuristicLab.Problems.QuadraticAssignment/3.3/HeuristicLab.Problems.QuadraticAssignment-3.3.csproj
r5723 r5785 117 117 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath> 118 118 </Reference> 119 <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">120 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>121 </Reference>122 119 <Reference Include="HeuristicLab.Operators-3.3"> 123 120 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath> … … 139 136 <ItemGroup> 140 137 <Compile Include="Analyzers\BestQAPSolutionAnalyzer.cs" /> 138 <Compile Include="Evaluators\QAPSwapMoveEvaluator.cs" /> 141 139 <Compile Include="Evaluators\QAPEvaluator.cs" /> 140 <Compile Include="Evaluators\QAPInversionMoveEvaluator.cs" /> 141 <Compile Include="Evaluators\QAPMoveEvaluator.cs" /> 142 142 <Compile Include="Interfaces\IQAPEvaluator.cs" /> 143 <Compile Include="Interfaces\IQAPMoveEvaluator.cs" /> 143 144 <Compile Include="Parsers\QAPLIBSolutionParser.cs" /> 144 145 <Compile Include="Parsers\QAPLIBParser.cs" /> … … 409 410 </ItemGroup> 410 411 <ItemGroup> 412 <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj"> 413 <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project> 414 <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name> 415 </ProjectReference> 411 416 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 412 417 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
Note: See TracChangeset
for help on using the changeset viewer.