- Timestamp:
- 02/16/11 14:58:23 (14 years ago)
- Location:
- branches/SuccessProgressAnalysis/HeuristicLab.Problems.VehicleRouting/3.3
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SuccessProgressAnalysis/HeuristicLab.Problems.VehicleRouting/3.3/HeuristicLab.Problems.VehicleRouting-3.3.csproj
r5163 r5493 19 19 </UpgradeBackupLocation> 20 20 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 21 <TargetFrameworkProfile></TargetFrameworkProfile> 21 <TargetFrameworkProfile> 22 </TargetFrameworkProfile> 22 23 <PublishUrl>publish\</PublishUrl> 23 24 <Install>true</Install> … … 111 112 <Compile Include="Analyzers\BestVRPToursMemorizer.cs" /> 112 113 <Compile Include="Analyzers\BestVRPSolutionAnalyzer.cs" /> 114 <Compile Include="Encodings\General\Crossovers\BiasedMultiVRPSolutionCrossover.cs" /> 115 <Compile Include="Encodings\General\Manipulators\BiasedMultiVRPSolutionManipulator.cs" /> 113 116 <Compile Include="SolutionParser.cs" /> 114 117 <Compile Include="Encodings\Alba\Crossovers\AlbaPermutationCrossover.cs" />
Note: See TracChangeset
for help on using the changeset viewer.