Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/27/09 15:42:04 (16 years ago)
Author:
epitzer
Message:

Migration of DataAnalysis, GP, GP.StructureIdentification and Modeling to new Persistence-3.3 (#603)

Location:
trunk/sources/HeuristicLab.Modeling/3.3
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Modeling/3.3/HeuristicLab.Modeling-3.3.csproj

    r1913 r1914  
    66    <ProductVersion>9.0.30729</ProductVersion>
    77    <SchemaVersion>2.0</SchemaVersion>
    8     <ProjectGuid>{80F7FADA-549D-4151-8856-79B620A50DBA}</ProjectGuid>
     8    <ProjectGuid>{3A5ACA94-47A7-47D6-B644-2B8A7503FCCC}</ProjectGuid>
    99    <OutputType>Library</OutputType>
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.Modeling</RootNamespace>
    12     <AssemblyName>HeuristicLab.Modeling-3.2</AssemblyName>
     12    <AssemblyName>HeuristicLab.Modeling-3.3</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    107107  </ItemGroup>
    108108  <ItemGroup>
    109     <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
    110       <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
    111       <Name>HeuristicLab.Core-3.2</Name>
     109    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
     110      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
     111      <Name>HeuristicLab.Core-3.3</Name>
    112112    </ProjectReference>
    113     <ProjectReference Include="..\..\HeuristicLab.DataAnalysis\3.2\HeuristicLab.DataAnalysis-3.2.csproj">
    114       <Project>{7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}</Project>
    115       <Name>HeuristicLab.DataAnalysis-3.2</Name>
     113    <ProjectReference Include="..\..\HeuristicLab.DataAnalysis\3.3\HeuristicLab.DataAnalysis-3.3.csproj">
     114      <Project>{6AD536AE-B4CC-4424-B0A2-20CECE88CE57}</Project>
     115      <Name>HeuristicLab.DataAnalysis-3.3</Name>
    116116    </ProjectReference>
    117     <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
    118       <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
    119       <Name>HeuristicLab.Data-3.2</Name>
     117    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
     118      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
     119      <Name>HeuristicLab.Data-3.3</Name>
    120120    </ProjectReference>
    121121    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
  • trunk/sources/HeuristicLab.Modeling/3.3/HeuristicLabModelingPlugin.cs

    r1855 r1914  
    2626
    2727namespace HeuristicLab.GP.StructureIdentification {
    28   [ClassInfo(Name = "HeuristicLab.Modeling-3.2")]
    29   [PluginFile(Filename = "HeuristicLab.Modeling-3.2.dll", Filetype = PluginFileType.Assembly)]
     28  [ClassInfo(Name = "HeuristicLab.Modeling-3.3")]
     29  [PluginFile(Filename = "HeuristicLab.Modeling-3.3.dll", Filetype = PluginFileType.Assembly)]
     30  [Dependency(Dependency = "HeuristicLab.Core-3.3")]
     31  [Dependency(Dependency = "HeuristicLab.Data-3.3")]
     32  [Dependency(Dependency = "HeuristicLab.DataAnalysis-3.3")] 
    3033  public class HeuristicLabModelingPlugin : PluginBase {
    3134  }
  • trunk/sources/HeuristicLab.Modeling/3.3/Properties/AssemblyInfo.frame

    r1855 r1914  
    5454// You can specify all the values or you can default the Revision and Build Numbers
    5555// by using the '*' as shown below:
    56 [assembly: AssemblyVersion("3.2.0.$WCREV$")]
    57 [assembly: AssemblyFileVersion("3.2.0.$WCREV$")]
     56[assembly: AssemblyVersion("3.3.0.$WCREV$")]
     57[assembly: AssemblyFileVersion("3.3.0.$WCREV$")]
    5858[assembly: AssemblyBuildDate("$WCNOW$")]
Note: See TracChangeset for help on using the changeset viewer.