Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/22/10 13:20:51 (14 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.Security.Core/3.3
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Security.Core/3.3/HeuristicLab.Security.Core-3.3.csproj

    r4074 r4077  
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.Security.Core</RootNamespace>
    12     <AssemblyName>HeuristicLab.Security.Core-3.2</AssemblyName>
     12    <AssemblyName>HeuristicLab.Security.Core-3.3</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    9494      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    9595    </Reference>
    96     <Reference Include="HeuristicLab.Security.Contracts-3.2, Version=3.2.0.4072, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    97       <SpecificVersion>False</SpecificVersion>
    98       <HintPath>..\..\HeuristicLab.Security.Contracts\3.3\bin\Debug\HeuristicLab.Security.Contracts-3.2.dll</HintPath>
    99     </Reference>
    10096    <Reference Include="System" />
    10197    <Reference Include="System.Core">
     
    153149    </BootstrapperPackage>
    154150  </ItemGroup>
     151  <ItemGroup>
     152    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
     153      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
     154      <Name>HeuristicLab.DataAccess-3.3</Name>
     155    </ProjectReference>
     156    <ProjectReference Include="..\..\HeuristicLab.Security.Contracts\3.3\HeuristicLab.Security.Contracts-3.3.csproj">
     157      <Project>{D59E852C-F205-4647-8C05-EB9ED1CF44E9}</Project>
     158      <Name>HeuristicLab.Security.Contracts-3.3</Name>
     159    </ProjectReference>
     160    <ProjectReference Include="..\..\HeuristicLab.Security.DataAccess\3.3\HeuristicLab.Security.DataAccess-3.3.csproj">
     161      <Project>{AC3D84FF-F0D7-43F0-9C99-9F8DBE087E2C}</Project>
     162      <Name>HeuristicLab.Security.DataAccess-3.3</Name>
     163    </ProjectReference>
     164  </ItemGroup>
    155165  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    156166  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Security.Core/3.3/Properties/AssemblyInfo.frame

    r1523 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$")]
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Security.Core/3.3/SecurityCorePlugin.cs

    r2591 r4077  
    2626
    2727namespace HeuristicLab.Security.Core {
    28   [Plugin("HeuristicLab.Security.Core-3.2")]
    29   [PluginFile("HeuristicLab.Security.Core-3.2.dll", PluginFileType.Assembly)]
    30   [PluginDependency("HeuristicLab.Core-3.2")]
     28  [Plugin("HeuristicLab.Security.Core-3.3")]
     29  [PluginFile("HeuristicLab.Security.Core-3.3.dll", PluginFileType.Assembly)]
     30  [PluginDependency("HeuristicLab.Core-3.3")]
    3131  public class SecurityCorePlugin : PluginBase {
    3232  }
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Security.Core/3.3/SecurityCoreTest.cs

    r2591 r4077  
    11using System;
    2 using System.Collections.Generic;
    3 using System.Linq;
    4 using System.Text;
     2using System.Diagnostics;
    53using HeuristicLab.PluginInfrastructure;
    64using HeuristicLab.Security.Contracts.BusinessObjects;
    7 using HeuristicLab.Hive.Server.Core;
    8 using System.Diagnostics;
    95
    106namespace HeuristicLab.Security.Core {
Note: See TracChangeset for help on using the changeset viewer.