Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/12/08 21:54:18 (16 years ago)
Author:
gkronber
Message:
  • moved !GPEvaluatorBase to directory Evaluators
  • fixed installation
  • fixed generations of AssemblyInfos from templates with subwcrev
  • fixed plugin dependencies

(ticket #177)

Location:
branches/GpPluginsRefactoringBranch/HeuristicLab.GP.StructureIdentification
Files:
2 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GpPluginsRefactoringBranch/HeuristicLab.GP.StructureIdentification/HeuristicLab.GP.StructureIdentification.csproj

    r645 r651  
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.GP.StructureIdentification</RootNamespace>
    12     <AssemblyName>HeuristicLab.GP.StructureIdentification</AssemblyName>
     12    <AssemblyName>HeuristicLab.GP.StructureIdentification-3.2</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    3232    <ErrorReport>prompt</ErrorReport>
    3333    <WarningLevel>4</WarningLevel>
     34  </PropertyGroup>
     35  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     36    <DebugSymbols>true</DebugSymbols>
     37    <OutputPath>bin\x86\Debug\</OutputPath>
     38    <DefineConstants>DEBUG;TRACE</DefineConstants>
     39    <DebugType>full</DebugType>
     40    <PlatformTarget>x86</PlatformTarget>
     41    <ErrorReport>prompt</ErrorReport>
     42  </PropertyGroup>
     43  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     44    <OutputPath>bin\x86\Release\</OutputPath>
     45    <DefineConstants>TRACE</DefineConstants>
     46    <Optimize>true</Optimize>
     47    <DebugType>pdbonly</DebugType>
     48    <PlatformTarget>x86</PlatformTarget>
     49    <ErrorReport>prompt</ErrorReport>
    3450  </PropertyGroup>
    3551  <ItemGroup>
     
    6177    <Compile Include="Evaluators\CoefficientOfDeterminationEvaluator.cs" />
    6278    <Compile Include="Evaluators\EarlyStoppingMeanSquaredErrorEvaluator.cs" />
     79    <Compile Include="Evaluators\GPEvaluatorBase.cs" />
    6380    <Compile Include="Evaluators\MeanAbsolutePercentageErrorEvaluator.cs" />
    6481    <Compile Include="Evaluators\MeanSquaredErrorEvaluator.cs" />
     
    6683    <Compile Include="Evaluators\VarianceAccountedForEvaluator.cs" />
    6784    <Compile Include="Exponential.cs" />
    68     <Compile Include="GPEvaluatorBase.cs" />
    6985    <Compile Include="GreaterThan.cs" />
    7086    <Compile Include="HeuristicLabGPStructureIdentificationPlugin.cs" />
     
    137153  <ItemGroup>
    138154    <None Include="HeuristicLab.snk" />
     155    <None Include="Properties\AssemblyInfo.frame" />
    139156  </ItemGroup>
    140157  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
     
    146163  </Target>
    147164  -->
     165  <PropertyGroup>
     166    <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     167  </PropertyGroup>
    148168</Project>
  • branches/GpPluginsRefactoringBranch/HeuristicLab.GP.StructureIdentification/HeuristicLabGPStructureIdentificationPlugin.cs

    r645 r651  
    3232  [Dependency(Dependency = "HeuristicLab.Data-3.2")]
    3333  [Dependency(Dependency = "HeuristicLab.DataAnalysis-3.2")]
     34  [Dependency(Dependency = "HeuristicLab.GP-3.2")]
    3435  [Dependency(Dependency = "HeuristicLab.Operators-3.2")]
    3536  [Dependency(Dependency = "HeuristicLab.Random-3.2")]
Note: See TracChangeset for help on using the changeset viewer.