Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/26/13 14:55:12 (11 years ago)
Author:
ascheibe
Message:

#2069 sign assemblies and cleaned up plugin dependencies

Location:
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.Views/3.3
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.Views/3.3/HeuristicLab.Problems.Robocode.Views-3.3.csproj

    r9781 r9787  
    3232    <WarningLevel>4</WarningLevel>
    3333    <Prefer32Bit>false</Prefer32Bit>
     34  </PropertyGroup>
     35  <PropertyGroup>
     36    <SignAssembly>true</SignAssembly>
     37  </PropertyGroup>
     38  <PropertyGroup>
     39    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
    3440  </PropertyGroup>
    3541  <ItemGroup>
     
    7985      <Private>False</Private>
    8086    </Reference>
    81     <Reference Include="HeuristicLab.Optimization.Operators-3.3">
    82       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
    83       <Private>False</Private>
    84     </Reference>
    85     <Reference Include="HeuristicLab.Parameters-3.3">
    86       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
    87       <Private>False</Private>
    88     </Reference>
    89     <Reference Include="HeuristicLab.Persistence-3.3">
    90       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
    91       <Private>False</Private>
    92     </Reference>
    9387    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    9488      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     
    106100  </ItemGroup>
    107101  <ItemGroup>
     102    <None Include="HeuristicLab.snk" />
    108103    <None Include="Plugin.cs.frame" />
    109104    <None Include="Properties\AssemblyInfo.cs.frame" />
  • branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.Views/3.3/Plugin.cs.frame

    r9781 r9787  
    3333    [PluginDependency("HeuristicLab.Data", "3.3")]
    3434    [PluginDependency("HeuristicLab.Core", "3.3")]
     35    [PluginDependency("HeuristicLab.Core.Views", "3.3")]
     36    [PluginDependency("HeuristicLab.Optimization", "3.3")]
     37    [PluginDependency("HeuristicLab.Operators", "3.3")]
    3538    [PluginDependency("HeuristicLab.Common", "3.3")]
    3639    [PluginDependency("HeuristicLab.Collections", "3.3")]
    3740    [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.4")]
    38     [PluginDependency("HeuristicLab.Parameters", "3.3")]
    39     [PluginDependency("HeuristicLab.Persistence", "3.3")]
    40   [PluginDependency("HeuristicLab.Problems.Robocode", "3.3")]
     41    [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views", "3.4")]
     42    [PluginDependency("HeuristicLab.MainForm", "3.3")]
     43    [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
     44    [PluginDependency("HeuristicLab.Problems.Robocode", "3.3")]
    4145    public class HeuristicLabProblemsRobocodePlugin : PluginBase
    4246    {
Note: See TracChangeset for help on using the changeset viewer.