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.Views/3.3/HeuristicLab.Hive.Experiment.Views-3.3.csproj

    r4116 r4119  
    3939    <PlatformTarget>AnyCPU</PlatformTarget>
    4040    <OutputPath>bin\Debug\</OutputPath>
     41    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4142  </PropertyGroup>
    4243  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
     
    4647  <PropertyGroup>
    4748    <StartupObject />
     49  </PropertyGroup>
     50  <PropertyGroup>
     51    <SignAssembly>true</SignAssembly>
     52  </PropertyGroup>
     53  <PropertyGroup>
     54    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
    4855  </PropertyGroup>
    4956  <ItemGroup>
     
    109116  </ItemGroup>
    110117  <ItemGroup>
     118    <None Include="HeuristicLab.snk" />
    111119    <None Include="Properties\AssemblyInfo.frame" />
    112120  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.