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.

Location:
trunk/sources/HeuristicLab.Problems.LawnMower.Views/3.3
Files:
1 added
1 edited

Legend:

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

    r8059 r8132  
    9797    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
    9898  </PropertyGroup>
     99  <PropertyGroup>
     100    <SignAssembly>true</SignAssembly>
     101  </PropertyGroup>
     102  <PropertyGroup>
     103    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     104  </PropertyGroup>
    99105  <ItemGroup>
    100106    <Reference Include="System" />
     
    116122      <DependentUpon>SolutionProgramView.cs</DependentUpon>
    117123    </Compile>
     124    <None Include="HeuristicLab.snk" />
    118125    <None Include="Plugin.cs.frame" />
    119126    <None Include="Properties\AssemblyInfo.cs.frame" />
Note: See TracChangeset for help on using the changeset viewer.