Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/07/12 20:38:26 (12 years ago)
Author:
gkronber
Message:

#1329:

  • updated copy-right year
  • trimmed assembly and plugin references
  • removed x86 and x64 build configurations
Location:
branches/Scheduling/HeuristicLab.Encodings.ScheduleEncoding.Tests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/Scheduling/HeuristicLab.Encodings.ScheduleEncoding.Tests

    • Property svn:ignore
      •  

        old new  
        11bin
        22obj
         3*.user
  • branches/Scheduling/HeuristicLab.Encodings.ScheduleEncoding.Tests/HeuristicLab.Encodings.ScheduleEncoding-3.3.Tests.csproj

    r7114 r8603  
    3636    <Reference Include="HeuristicLab.Collections-3.3">
    3737      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     38      <Private>True</Private>
    3839    </Reference>
    3940    <Reference Include="HeuristicLab.Common-3.3">
    4041      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     42      <Private>True</Private>
    4143    </Reference>
    4244    <Reference Include="HeuristicLab.Core-3.3">
    4345      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     46      <Private>True</Private>
    4447    </Reference>
    4548    <Reference Include="HeuristicLab.Data-3.3">
    4649      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     50      <Private>True</Private>
    4751    </Reference>
    4852    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
    4953      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
     54      <Private>True</Private>
    5055    </Reference>
    5156    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
    5257      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
     58      <Private>True</Private>
    5359    </Reference>
    5460    <Reference Include="HeuristicLab.Operators-3.3">
    5561      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     62      <Private>True</Private>
    5663    </Reference>
    5764    <Reference Include="HeuristicLab.Optimization-3.3">
    5865      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     66      <Private>True</Private>
    5967    </Reference>
    60     <Reference Include="Microsoft.CSharp" />
    6168    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
    6269    <Reference Include="System" />
     
    6471      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    6572    </Reference>
    66     <Reference Include="System.Data" />
    67     <Reference Include="System.Data.DataSetExtensions" />
    6873    <Reference Include="System.Drawing" />
    69     <Reference Include="System.Xml" />
    70     <Reference Include="System.Xml.Linq" />
    7174  </ItemGroup>
    7275  <ItemGroup>
     
    8992      <Project>{17F3EF80-B2C3-4B8D-A4D5-BE9CE3BA2606}</Project>
    9093      <Name>HeuristicLab.Encodings.ScheduleEncoding-3.3</Name>
     94      <Private>True</Private>
    9195    </ProjectReference>
    9296  </ItemGroup>
  • branches/Scheduling/HeuristicLab.Encodings.ScheduleEncoding.Tests/TestRandom.cs

    r6406 r8603  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
Note: See TracChangeset for help on using the changeset viewer.