Free cookie consent management tool by TermsFeed Policy Generator

Changeset 9787


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
Files:
2 added
4 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    {
  • branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/HeuristicLab.Problems.Robocode-3.3.csproj

    r9781 r9787  
    3333    <Prefer32Bit>false</Prefer32Bit>
    3434  </PropertyGroup>
     35  <PropertyGroup>
     36    <SignAssembly>true</SignAssembly>
     37  </PropertyGroup>
     38  <PropertyGroup>
     39    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     40  </PropertyGroup>
    3541  <ItemGroup>
    3642    <Reference Include="HeuristicLab.Collections-3.3">
     
    4450    <Reference Include="HeuristicLab.Core-3.3">
    4551      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
    46       <Private>False</Private>
    47     </Reference>
    48     <Reference Include="HeuristicLab.Core.Views-3.3">
    49       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
    5052      <Private>False</Private>
    5153    </Reference>
     
    6567    <Reference Include="HeuristicLab.Optimization-3.3">
    6668      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
    67       <Private>False</Private>
    68     </Reference>
    69     <Reference Include="HeuristicLab.Optimization.Operators-3.3">
    70       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
    7169      <Private>False</Private>
    7270    </Reference>
     
    9593  <ItemGroup>
    9694    <Compile Include="BestSolutionAnalyzer.cs" />
     95    <None Include="HeuristicLab.snk" />
    9796    <None Include="Plugin.cs.frame" />
    9897    <Compile Include="Crossover\RobocodeCrossover.cs" />
  • branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Plugin.cs.frame

    r9781 r9787  
    3333    [PluginDependency("HeuristicLab.Data", "3.3")]
    3434    [PluginDependency("HeuristicLab.Core", "3.3")]
     35    [PluginDependency("HeuristicLab.Optimization", "3.3")]
     36    [PluginDependency("HeuristicLab.Operators", "3.3")]
    3537    [PluginDependency("HeuristicLab.Common", "3.3")]
    3638    [PluginDependency("HeuristicLab.Collections", "3.3")]
Note: See TracChangeset for help on using the changeset viewer.