Changeset 10096 for branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.SolutionCaching/3.3/HeuristicLab.Analysis.SolutionCaching-3.3.csproj
- Timestamp:
- 10/30/13 17:05:39 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.SolutionCaching/3.3/HeuristicLab.Analysis.SolutionCaching-3.3.csproj
r10091 r10096 127 127 <Compile Include="Algorithm\SolutionCacheAnalyzerAlgorithm.cs" /> 128 128 <Compile Include="Algorithm\ParallelOperatorProcessor.cs" /> 129 <Compile Include="IAdvice.cs" /> 130 <Compile Include="IPointcut.cs" /> 129 131 <Compile Include="ISolutionCache.cs" /> 130 132 <Compile Include="PermutationEncoding\PermutationSolutionCache.cs" /> … … 133 135 <Compile Include="Plugin.cs" /> 134 136 <Compile Include="Properties\AssemblyInfo.cs" /> 137 <Compile Include="RealVectorEncoding\IRealVectorAdvice.cs" /> 138 <Compile Include="RealVectorEncoding\IRealVectorPointcut.cs" /> 139 <Compile Include="RealVectorEncoding\RealVectorCrossoverPointcut.cs" /> 135 140 <Compile Include="RealVectorEncoding\RealVectorEqualityComparer.cs" /> 136 141 <Compile Include="RealVectorEncoding\RealVectorSolutionCache.cs" />
Note: See TracChangeset
for help on using the changeset viewer.