Changeset 14875 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/HeuristicLab.BenchmarkSuite.csproj
- Timestamp:
- 04/18/17 01:15:25 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/HeuristicLab.BenchmarkSuite.csproj
r14834 r14875 102 102 <Compile Include="BenchmarkSuiteInstanceProvider.cs" /> 103 103 <Compile Include="DataTypes.cs" /> 104 <Compile Include="Problems\ScrabbleScore.cs" /> 104 105 <Compile Include="ExampleArgumentConverter.cs" /> 105 106 <Compile Include="IBenchmarkSuiteDataDescriptor.cs" /> 106 107 <Compile Include="Plugin.cs" /> 107 <Compile Include="Problems\Data.cs" /> 108 <Compile Include="Problems\CompareStringLengths.cs" /> 109 <Compile Include="Problems\ProblemData.cs" /> 108 110 <Compile Include="Example.cs" /> 109 111 <Compile Include="ExampleArgumentType.cs" /> … … 123 125 <Compile Include="Problems\Digits.cs" /> 124 126 <Compile Include="Problems\CountOdds.cs" /> 127 <Compile Include="Problems\Smallest.cs" /> 128 <Compile Include="Problems\SmallOrLarge.cs" /> 129 <Compile Include="Problems\StringDifferences.cs" /> 130 <Compile Include="Problems\StringLengthsBackwards.cs" /> 131 <Compile Include="Problems\SumOfSquares.cs" /> 132 <Compile Include="Problems\SuperAnagrams.cs" /> 133 <Compile Include="Problems\Syllables.cs" /> 134 <Compile Include="Problems\VectorAverage.cs" /> 135 <Compile Include="Problems\VectorSummed.cs" /> 136 <Compile Include="Problems\WallisPi.cs" /> 137 <Compile Include="Problems\WordStats.cs" /> 138 <Compile Include="Problems\XWordLines.cs" /> 125 139 <Compile Include="Properties\AssemblyInfo.cs" /> 126 140 <Compile Include="Views\ViewHelper.cs" /> … … 137 151 <DependentUpon>DataEditorView.cs</DependentUpon> 138 152 </EmbeddedResource> 153 </ItemGroup> 154 <ItemGroup> 155 <ProjectReference Include="..\HeuristicLab.Problems.ProgramSynthesis.Base\HeuristicLab.Problems.ProgramSynthesis.Base.csproj"> 156 <Project>{0a60b6ba-8ace-478e-98f3-57441b53b5f9}</Project> 157 <Name>HeuristicLab.Problems.ProgramSynthesis.Base</Name> 158 </ProjectReference> 139 159 </ItemGroup> 140 160 <Choose>
Note: See TracChangeset
for help on using the changeset viewer.