Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/28/10 17:48:10 (14 years ago)
Author:
cneumuel
Message:

HiveExperiment is now able to send IOptimizers of an Experiment and receive the calculated result (#1115)

File:
1 edited

Legend:

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

    r4116 r4119  
    4242    <PlatformTarget>AnyCPU</PlatformTarget>
    4343    <OutputPath>bin\Debug\</OutputPath>
     44    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4445  </PropertyGroup>
    4546  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
    4647    <PlatformTarget>AnyCPU</PlatformTarget>
    4748    <OutputPath>bin\Release\</OutputPath>
     49  </PropertyGroup>
     50  <PropertyGroup>
     51    <SignAssembly>true</SignAssembly>
     52  </PropertyGroup>
     53  <PropertyGroup>
     54    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
    4855  </PropertyGroup>
    4956  <ItemGroup>
     
    8996  </ItemGroup>
    9097  <ItemGroup>
     98    <Compile Include="OptimizerJob.cs" />
    9199    <Compile Include="HeuristicLabHiveExperimentPlugin.cs" />
    92100    <Compile Include="HiveExperiment.cs" />
     
    102110  <ItemGroup>
    103111    <None Include="app.config" />
     112    <None Include="HeuristicLab.snk" />
    104113    <None Include="Properties\AssemblyInfo.frame" />
    105114    <None Include="Properties\Settings.settings">
     
    112121      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
    113122      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
     123    </ProjectReference>
     124    <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.3\HeuristicLab.Hive.JobBase-3.3.csproj">
     125      <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
     126      <Name>HeuristicLab.Hive.JobBase-3.3</Name>
    114127    </ProjectReference>
    115128  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.