Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/22/10 13:20:51 (15 years ago)
Author:
cneumuel
Message:

moved JobBase to 3.3-HiveMigration and changed versions in hive-projects (#1091)

Location:
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.Communication/3.3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.Communication/3.3/CommunicationsPlugin.cs

    r3578 r4077  
    2929namespace HeuristicLab.Hive.Client.Communication {
    3030 
    31   [Plugin("HeuristicLab.Hive.Client.Communication-3.2")]
    32   [PluginFile("HeuristicLab.Hive.Client.Communication-3.2.dll", PluginFileType.Assembly)]
    33   [PluginDependency("HeuristicLab.Core-3.2")]
    34   [PluginDependency("HeuristicLab.DataAccess-3.2")]
    35   [PluginDependency("HeuristicLab.Hive.Client.Common-3.2")]
    36   [PluginDependency("HeuristicLab.Hive.Contracts-3.2")]
     31  [Plugin("HeuristicLab.Hive.Client.Communication-3.3")]
     32  [PluginFile("HeuristicLab.Hive.Client.Communication-3.3.dll", PluginFileType.Assembly)]
     33  [PluginDependency("HeuristicLab.Core-3.3")]
     34  [PluginDependency("HeuristicLab.DataAccess-3.3")]
     35  [PluginDependency("HeuristicLab.Hive.Client.Common-3.3")]
     36  [PluginDependency("HeuristicLab.Hive.Contracts-3.3")]
    3737  [PluginDependency("HeuristicLab.Tracing")]
    3838  public class CommunicationsPlugin : PluginBase {
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.Communication/3.3/HeuristicLab.Hive.Client.Communication-3.3.csproj

    r4076 r4077  
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.Hive.Client.Communication</RootNamespace>
    12     <AssemblyName>HeuristicLab.Hive.Client.Communication-3.2</AssemblyName>
     12    <AssemblyName>HeuristicLab.Hive.Client.Communication-3.3</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    7676  </PropertyGroup>
    7777  <ItemGroup>
     78    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     79      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     80    </Reference>
    7881    <Reference Include="System" />
    7982    <Reference Include="System.Core">
     
    110113  </ItemGroup>
    111114  <ItemGroup>
    112     <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
    113       <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
    114       <Name>HeuristicLab.Core-3.2</Name>
    115     </ProjectReference>
    116115    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
    117116      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
    118       <Name>HeuristicLab.Hive.Contracts-3.2</Name>
    119     </ProjectReference>
    120     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
    121       <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    122       <Name>HeuristicLab.PluginInfrastructure</Name>
    123     </ProjectReference>
    124     <ProjectReference Include="..\..\HeuristicLab.Tracing\3.2\HeuristicLab.Tracing-3.2.csproj">
    125       <Project>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</Project>
    126       <Name>HeuristicLab.Tracing-3.2</Name>
     117      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
    127118    </ProjectReference>
    128119  </ItemGroup>
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.Communication/3.3/Properties/AssemblyInfo.frame

    r777 r4077  
    5555// by using the '*' as shown below:
    5656// [assembly: AssemblyVersion("1.0.*")]
    57 [assembly: AssemblyVersion("3.2.0.$WCREV$")]
    58 [assembly: AssemblyFileVersion("3.2.0.$WCREV$")]
     57[assembly: AssemblyVersion("3.3.0.$WCREV$")]
     58[assembly: AssemblyFileVersion("3.3.0.$WCREV$")]
    5959[assembly: AssemblyBuildDate("$WCNOW$")]
Note: See TracChangeset for help on using the changeset viewer.