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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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" />
Note: See TracChangeset for help on using the changeset viewer.