Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/27/12 11:41:13 (12 years ago)
Author:
gkronber
Message:

#1876 added keys for signing of the LawnMower plugin. Added a unit test for the lawn mower problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.LawnMower/3.3/HeuristicLab.Problems.LawnMower.csproj

    r8059 r8132  
    9696    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
    9797  </PropertyGroup>
     98  <PropertyGroup>
     99    <SignAssembly>true</SignAssembly>
     100  </PropertyGroup>
     101  <PropertyGroup>
     102    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     103  </PropertyGroup>
    98104  <ItemGroup>
    99105    <Reference Include="HeuristicLab.Common-3.3">
     
    106112  <ItemGroup>
    107113    <Compile Include="BestSolutionAnalyzer.cs" />
     114    <None Include="HeuristicLab.snk" />
    108115    <None Include="Plugin.cs.frame" />
    109116    <Compile Include="Interpreter.cs" />
Note: See TracChangeset for help on using the changeset viewer.