Changeset 7558 for trunk/sources/HeuristicLab.Problems.TravelingSalesman/3.3/HeuristicLab.Problems.TravelingSalesman-3.3.csproj
- Timestamp:
- 03/06/12 01:43:06 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.TravelingSalesman/3.3/HeuristicLab.Problems.TravelingSalesman-3.3.csproj
r6866 r7558 115 115 <Compile Include="Analyzers\TSPAlleleFrequencyAnalyzer.cs" /> 116 116 <Compile Include="DistanceMatrix.cs" /> 117 <Compile Include="Evaluators\TSPDistanceMatrixEvaluator.cs" /> 117 118 <Compile Include="Evaluators\TSPEuclideanPathEvaluator.cs" /> 118 119 <Compile Include="Evaluators\TSPGeoPathEvaluator.cs" /> 120 <Compile Include="Interfaces\ITSPDistanceMatrixEvaluator.cs" /> 119 121 <Compile Include="MoveEvaluators\ThreeOpt\TSPTranslocationMoveEuclideanPathEvaluator.cs" /> 120 122 <Compile Include="MoveEvaluators\ThreeOpt\TSPTranslocationMoveGeoPathEvaluator.cs" /> … … 127 129 <Compile Include="Plugin.cs" /> 128 130 <Compile Include="TravelingSalesmanProblem.cs" /> 129 <Compile Include="TSPLIBTourParser.cs" />130 131 <Compile Include="PathTSPTour.cs" /> 131 132 <Compile Include="Evaluators\TSPCoordinatesPathEvaluator.cs" /> … … 139 140 <Compile Include="MoveEvaluators\TSPPathMoveEvaluator.cs" /> 140 141 <Compile Include="MoveEvaluators\TSPMoveEvaluator.cs" /> 141 <Compile Include="TSPLIBParser.cs" />142 142 <Compile Include="Properties\AssemblyInfo.cs" /> 143 143 </ItemGroup> … … 203 203 <Private>False</Private> 204 204 </ProjectReference> 205 <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj"> 206 <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project> 207 <Name>HeuristicLab.Problems.Instances-3.3</Name> 208 </ProjectReference> 205 209 </ItemGroup> 206 210 <ItemGroup> … … 208 212 <None Include="Plugin.cs.frame" /> 209 213 <None Include="Properties\AssemblyInfo.cs.frame" /> 210 <None Include="TSPLIB Sample Problems\ch130.opt.tour" />211 <None Include="TSPLIB Sample Problems\ch130.tsp" />212 <None Include="TSPLIB Sample Problems\fl1400.tsp" />213 <None Include="TSPLIB Sample Problems\gr666.opt.tour" />214 <None Include="TSPLIB Sample Problems\gr666.tsp" />215 214 </ItemGroup> 216 215 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.