Changeset 2216 for branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/HeuristicLab.GP.Boolean-3.3.csproj
- Timestamp:
- 07/30/09 19:41:58 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/HeuristicLab.GP.Boolean-3.3.csproj
r1534 r2216 81 81 <ItemGroup> 82 82 <Compile Include="BooleanTreeInterpreter.cs" /> 83 <Compile Include="Not.cs" /> 84 <Compile Include="Xor.cs" /> 85 <Compile Include="Or.cs" /> 86 <Compile Include="Nand.cs" /> 87 <Compile Include="Nor.cs" /> 83 <Compile Include="Symbols\And.cs" /> 84 <Compile Include="Symbols\Nand.cs" /> 85 <Compile Include="Symbols\Nor.cs" /> 86 <Compile Include="Symbols\Not.cs" /> 87 <Compile Include="Symbols\Or.cs" /> 88 <Compile Include="Symbols\SymbolTable.cs" /> 89 <Compile Include="Symbols\Variable.cs" /> 90 <Compile Include="Symbols\VariableFunctionTree.cs" /> 91 <Compile Include="Symbols\Xor.cs" /> 88 92 <Compile Include="Evaluator.cs" /> 89 93 <Compile Include="FunctionLibraryInjector.cs" /> 90 94 <Compile Include="HeuristicLabGPBooleanPlugin.cs" /> 91 <Compile Include="And.cs" />92 <Compile Include="Variable.cs" />93 95 <Compile Include="Properties\AssemblyInfo.cs" /> 94 <Compile Include="SymbolTable.cs" />95 96 </ItemGroup> 96 97 <ItemGroup> … … 99 100 </ItemGroup> 100 101 <ItemGroup> 101 <ProjectReference Include="..\..\HeuristicLab.Constraints\3.2\HeuristicLab.Constraints-3.2.csproj">102 <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>103 <Name>HeuristicLab.Constraints-3.2</Name>104 </ProjectReference>105 102 <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj"> 106 103 <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project> … … 114 111 <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project> 115 112 <Name>HeuristicLab.Data-3.2</Name> 113 </ProjectReference> 114 <ProjectReference Include="..\..\HeuristicLab.GP.Interfaces\3.3\HeuristicLab.GP.Interfaces-3.3.csproj"> 115 <Project>{924B6BEA-9A99-40FE-9334-5C01E8D540EC}</Project> 116 <Name>HeuristicLab.GP.Interfaces-3.3</Name> 116 117 </ProjectReference> 117 118 <ProjectReference Include="..\..\HeuristicLab.GP\3.3\HeuristicLab.GP-3.3.csproj">
Note: See TracChangeset
for help on using the changeset viewer.