Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/07/09 02:44:23 (14 years ago)
Author:
swagner
Message:

Continued work on Optimizer and on adapting all views to the new MainForm concept (#770)

File:
1 edited

Legend:

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

    r2526 r2546  
    9595    </Reference>
    9696    <Reference Include="System.Data" />
     97    <Reference Include="System.Drawing" />
    9798    <Reference Include="System.Xml" />
    9899  </ItemGroup>
    99100  <ItemGroup>
    100101    <Compile Include="AtomicOperation.cs" />
     102    <Compile Include="Attributes\ItemAttribute.cs" />
    101103    <Compile Include="CompositeOperation.cs" />
    102104    <Compile Include="Cloner.cs" />
     105    <Compile Include="Attributes\CreatableAttribute.cs" />
    103106    <Compile Include="Interfaces\ICloner.cs" />
    104     <Compile Include="Interfaces\IEditable.cs" />
    105107    <Compile Include="Interfaces\IOperation.cs" />
    106108    <Compile Include="Interfaces\IOperatorLibrary.cs" />
     
    136138  </ItemGroup>
    137139  <ItemGroup>
     140    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     141      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
     142      <Name>HeuristicLab.Common.Resources-3.2</Name>
     143    </ProjectReference>
    138144    <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
    139145      <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
Note: See TracChangeset for help on using the changeset viewer.