Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/28/11 19:00:35 (14 years ago)
Author:
gkronber
Message:

#1418 pulled external evaluation plugin to version 3.4

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  
    66    <ProductVersion>9.0.30729</ProductVersion>
    77    <SchemaVersion>2.0</SchemaVersion>
    8     <ProjectGuid>{E86E215D-E3CE-4244-978D-555D4E17AC09}</ProjectGuid>
     8    <ProjectGuid>{B7A64A60-B538-479F-9C47-A3180C458F6C}</ProjectGuid>
    99    <OutputType>Library</OutputType>
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.Problems.ExternalEvaluation.GP</RootNamespace>
    12     <AssemblyName>HeuristicLab.Problems.ExternalEvaluation.GP-3.3</AssemblyName>
     12    <AssemblyName>HeuristicLab.Problems.ExternalEvaluation.GP-3.4</AssemblyName>
    1313    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    14     <TargetFrameworkProfile></TargetFrameworkProfile>
     14    <TargetFrameworkProfile>
     15    </TargetFrameworkProfile>
    1516    <FileAlignment>512</FileAlignment>
    1617    <SignAssembly>true</SignAssembly>
     
    107108  <ItemGroup>
    108109    <None Include="HeuristicLabProblemsExternalEvaluationGPPlugin.cs.frame" />
    109     <Compile Include="Grammar\FullFunctionalExpressionGrammar.cs" />
    110110    <Compile Include="HeuristicLabProblemsExternalEvaluationGPPlugin.cs" />
    111     <Compile Include="Interpretation\ITreeInterpreter.cs" />
    112111    <Compile Include="Properties\AssemblyInfo.cs" />
    113     <Compile Include="Interpretation\TreeInterpreter.cs" />
    114112    <None Include="Properties\AssemblyInfo.frame" />
    115113    <Compile Include="SymbolicExpressionTreeBinaryConverter.cs" />
    116114    <Compile Include="SymbolicExpressionTreeConverter.cs" />
    117115    <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" />
    138116  </ItemGroup>
    139117  <ItemGroup>
     
    150128      <Name>HeuristicLab.Core-3.3</Name>
    151129    </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>
    155133    </ProjectReference>
    156134    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ProtobufCS\0.9.1\HeuristicLab.ProtobufCS\HeuristicLab.ProtobufCS-0.9.1.csproj">
     
    181159  <ItemGroup>
    182160    <None Include="HeuristicLab.snk" />
    183   </ItemGroup>
    184   <ItemGroup>
    185     <Content Include="Grammar\FullGrammar.txt" />
    186161  </ItemGroup>
    187162  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.