Changeset 1050
- Timestamp:
- 12/21/08 22:41:00 (16 years ago)
- Location:
- branches/CEDMA-Refactoring-Ticket419
- Files:
-
- 2 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/HeuristicLab.GP.StructureIdentification.csproj
r852 r1050 71 71 <Compile Include="BakedTreeEvaluator.cs" /> 72 72 <Compile Include="Constant.cs" /> 73 <Compile Include="FunctionLibraryInjector.cs" /> 74 <Compile Include="StandardGP.cs" /> 73 75 <Compile Include="Cosinus.cs" /> 74 76 <Compile Include="Differential.cs" /> … … 133 135 <Name>HeuristicLab.GP</Name> 134 136 </ProjectReference> 137 <ProjectReference Include="..\HeuristicLab.Logging\HeuristicLab.Logging.csproj"> 138 <Project>{4095C92C-5A4C-44BC-9963-5F384CF5CC3F}</Project> 139 <Name>HeuristicLab.Logging</Name> 140 </ProjectReference> 135 141 <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj"> 136 142 <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project> … … 144 150 <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project> 145 151 <Name>HeuristicLab.Random</Name> 152 </ProjectReference> 153 <ProjectReference Include="..\HeuristicLab.Selection\HeuristicLab.Selection.csproj"> 154 <Project>{F7CF0571-25CB-43D5-8443-0843A1E2861A}</Project> 155 <Name>HeuristicLab.Selection</Name> 156 </ProjectReference> 157 <ProjectReference Include="..\HeuristicLab.SequentialEngine\HeuristicLab.SequentialEngine.csproj"> 158 <Project>{B4BE8E53-BA06-4237-9A01-24255F880201}</Project> 159 <Name>HeuristicLab.SequentialEngine</Name> 146 160 </ProjectReference> 147 161 </ItemGroup> -
branches/CEDMA-Refactoring-Ticket419/HeuristicLab.sln
r1042 r1050 763 763 {1F1CF3ED-374C-4288-995B-93F6B872F571}.Visualization Debug|x86.Build.0 = Debug|x86 764 764 {74223A32-C726-4978-BE78-37113A18373C}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86 765 {74223A32-C726-4978-BE78-37113A18373C}.CEDMA Debug|Any CPU.Build.0 = Debug|x86 765 766 {74223A32-C726-4978-BE78-37113A18373C}.CEDMA Debug|x86.ActiveCfg = Debug|x86 766 767 {74223A32-C726-4978-BE78-37113A18373C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
Note: See TracChangeset
for help on using the changeset viewer.