Changeset 5572 for branches/DataAnalysis Refactoring/HeuristicLab.Problems.ExternalEvaluation.GP/3.4/HeuristicLab.Problems.ExternalEvaluation.GP-3.4.csproj
- Timestamp:
- 02/28/11 19:00:35 (14 years ago)
- Location:
- branches/DataAnalysis Refactoring/HeuristicLab.Problems.ExternalEvaluation.GP/3.4
- Files:
-
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Problems.ExternalEvaluation.GP/3.4/HeuristicLab.Problems.ExternalEvaluation.GP-3.4.csproj
r5563 r5572 6 6 <ProductVersion>9.0.30729</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 <ProjectGuid>{ E86E215D-E3CE-4244-978D-555D4E17AC09}</ProjectGuid>8 <ProjectGuid>{B7A64A60-B538-479F-9C47-A3180C458F6C}</ProjectGuid> 9 9 <OutputType>Library</OutputType> 10 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 11 <RootNamespace>HeuristicLab.Problems.ExternalEvaluation.GP</RootNamespace> 12 <AssemblyName>HeuristicLab.Problems.ExternalEvaluation.GP-3. 3</AssemblyName>12 <AssemblyName>HeuristicLab.Problems.ExternalEvaluation.GP-3.4</AssemblyName> 13 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 <TargetFrameworkProfile></TargetFrameworkProfile> 14 <TargetFrameworkProfile> 15 </TargetFrameworkProfile> 15 16 <FileAlignment>512</FileAlignment> 16 17 <SignAssembly>true</SignAssembly> … … 107 108 <ItemGroup> 108 109 <None Include="HeuristicLabProblemsExternalEvaluationGPPlugin.cs.frame" /> 109 <Compile Include="Grammar\FullFunctionalExpressionGrammar.cs" />110 110 <Compile Include="HeuristicLabProblemsExternalEvaluationGPPlugin.cs" /> 111 <Compile Include="Interpretation\ITreeInterpreter.cs" />112 111 <Compile Include="Properties\AssemblyInfo.cs" /> 113 <Compile Include="Interpretation\TreeInterpreter.cs" />114 112 <None Include="Properties\AssemblyInfo.frame" /> 115 113 <Compile Include="SymbolicExpressionTreeBinaryConverter.cs" /> 116 114 <Compile Include="SymbolicExpressionTreeConverter.cs" /> 117 115 <Compile Include="SymbolicExpressionTreeStringConverter.cs" /> 118 <Compile Include="Symbols\Addition.cs" />119 <Compile Include="Symbols\And.cs" />120 <Compile Include="Symbols\Average.cs" />121 <Compile Include="Symbols\Constant.cs" />122 <Compile Include="Symbols\ConstantTreeNode.cs" />123 <Compile Include="Symbols\Cosine.cs" />124 <Compile Include="Symbols\Division.cs" />125 <Compile Include="Symbols\Exponential.cs" />126 <Compile Include="Symbols\GreaterThan.cs" />127 <Compile Include="Symbols\IfThenElse.cs" />128 <Compile Include="Symbols\LessThan.cs" />129 <Compile Include="Symbols\Logarithm.cs" />130 <Compile Include="Symbols\Multiplication.cs" />131 <Compile Include="Symbols\Not.cs" />132 <Compile Include="Symbols\Or.cs" />133 <Compile Include="Symbols\Sine.cs" />134 <Compile Include="Symbols\Subtraction.cs" />135 <Compile Include="Symbols\Tangent.cs" />136 <Compile Include="Symbols\Variable.cs" />137 <Compile Include="Symbols\VariableTreeNode.cs" />138 116 </ItemGroup> 139 117 <ItemGroup> … … 150 128 <Name>HeuristicLab.Core-3.3</Name> 151 129 </ProjectReference> 152 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3. 3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">153 <Project>{ 125D3006-67F5-48CB-913E-73C0548F17FA}</Project>154 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3. 3</Name>130 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj"> 131 <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project> 132 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name> 155 133 </ProjectReference> 156 134 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ProtobufCS\0.9.1\HeuristicLab.ProtobufCS\HeuristicLab.ProtobufCS-0.9.1.csproj"> … … 181 159 <ItemGroup> 182 160 <None Include="HeuristicLab.snk" /> 183 </ItemGroup>184 <ItemGroup>185 <Content Include="Grammar\FullGrammar.txt" />186 161 </ItemGroup> 187 162 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.