Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/16/10 19:15:09 (14 years ago)
Author:
swagner
Message:

Moved interfaces and classes for deep cloning from HeuristicLab.Core to HeuristicLab.Common (#975).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj

    r3289 r3376  
    100100  <ItemGroup>
    101101    <Compile Include="Attributes\ItemAttribute.cs" />
    102     <Compile Include="Cloner.cs" />
    103102    <Compile Include="Attributes\CreatableAttribute.cs" />
    104103    <None Include="HeuristicLabCorePlugin.cs.frame" />
     
    120119    <Compile Include="Interfaces\ILookupParameter.cs" />
    121120    <Compile Include="ItemArray.cs" />
    122     <Compile Include="DeepCloneable.cs" />
    123121    <Compile Include="Engine.cs" />
    124122    <Compile Include="Interfaces\IScope.cs" />
     
    141139    <Compile Include="VariableCollection.cs" />
    142140    <Compile Include="ScopeList.cs" />
    143     <Compile Include="Interfaces\IDeepCloneable.cs" />
    144141    <Compile Include="NamedItemCollection.cs" />
    145142    <Compile Include="Interfaces\INamedItem.cs" />
Note: See TracChangeset for help on using the changeset viewer.