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.Classification
Files:
1 added
1 deleted
2 edited

Legend:

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

    r646 r651  
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.GP.Classification</RootNamespace>
    12     <AssemblyName>HeuristicLab.GP.Classification</AssemblyName>
     12    <AssemblyName>HeuristicLab.GP.StructureIdentification.Classification-3.2</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    109109  <ItemGroup>
    110110    <None Include="HeuristicLab.snk" />
     111    <None Include="Properties\AssemblyInfo.frame" />
    111112  </ItemGroup>
    112113  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
     
    118119  </Target>
    119120  -->
     121  <PropertyGroup>
     122    <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     123  </PropertyGroup>
    120124</Project>
  • branches/GpPluginsRefactoringBranch/HeuristicLab.GP.StructureIdentification.Classification/HeuristicLabGPClassificationPlugin.cs

    r646 r651  
    2626
    2727namespace HeuristicLab.GP.Classification {
    28   [ClassInfo(Name = "HeuristicLab.GP.Classification-3.2")]
    29   [PluginFile(Filename = "HeuristicLab.GP.Classification-3.2.dll", Filetype = PluginFileType.Assembly)]
     28  [ClassInfo(Name = "HeuristicLab.GP.StructureIdentification.Classification-3.2")]
     29  [PluginFile(Filename = "HeuristicLab.GP.StructureIdentification.Classification-3.2.dll", Filetype = PluginFileType.Assembly)]
    3030  [Dependency(Dependency = "HeuristicLab.Constraints-3.2")]
    3131  [Dependency(Dependency = "HeuristicLab.Core-3.2")]
    3232  [Dependency(Dependency = "HeuristicLab.Data-3.2")]
    3333  [Dependency(Dependency = "HeuristicLab.DataAnalysis-3.2")]
     34  [Dependency(Dependency = "HeuristicLab.GP-3.2")]
     35  [Dependency(Dependency = "HeuristicLab.GP.StructureIdentification-3.2")]
    3436  [Dependency(Dependency = "HeuristicLab.Operators-3.2")]
    3537  [Dependency(Dependency = "HeuristicLab.Random-3.2")]
Note: See TracChangeset for help on using the changeset viewer.