|
54 | 54 | <Compile Include="Concrete\LogicalAndFitness.cs" /> |
55 | 55 | <Compile Include="Concrete\CsvSplitFitness.cs" /> |
56 | 56 | <Compile Include="Concrete\GuidingFunctionFitness.cs" /> |
| 57 | + <Compile Include="Concrete\StringLengthFitness.cs" /> |
57 | 58 | <Compile Include="Concrete\TrimLeftOfQuoteFitness.cs" /> |
58 | 59 | <Compile Include="Concrete\ExtractInQuotes2Fitness.cs" /> |
59 | 60 | <Compile Include="Concrete\XmlToJsonFitness.cs" /> |
|
75 | 76 | <Compile Include="Concrete\StringStrictFitness.cs" /> |
76 | 77 | <Compile Include="Concrete\SubtractFitness.cs" /> |
77 | 78 | <Compile Include="Properties\AssemblyInfo.cs" /> |
78 | | - <Compile Include="StringLengthFitness.cs" /> |
79 | 79 | </ItemGroup> |
80 | 80 | <ItemGroup> |
81 | 81 | <ProjectReference Include="..\AIProgrammer.GA\AIProgrammer.GeneticAlgorithm.csproj"> |
|
0 commit comments