Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/31/10 15:14:02 (14 years ago)
Author:
gkronber
Message:

Moved views for symbolic expression trees into a separate plugin/project. #937 (Data types and operators for symbolic expression tree encoding)

File:
1 edited

Legend:

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

    r3239 r3242  
    9595    <Compile Include="SymbolicExpressionTreeCrossover.cs" />
    9696    <Compile Include="SymbolicExpressionTreeNode.cs" />
    97     <Compile Include="Views\SymbolicExpressionTreeView.cs">
    98       <SubType>UserControl</SubType>
    99     </Compile>
    100     <Compile Include="Views\SymbolicExpressionTreeView.Designer.cs">
    101       <DependentUpon>SymbolicExpressionTreeView.cs</DependentUpon>
    102     </Compile>
    10397  </ItemGroup>
    10498  <ItemGroup>
     
    112106      <Name>HeuristicLab.Collections-3.3</Name>
    113107    </ProjectReference>
    114     <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
    115       <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
    116       <Name>HeuristicLab.Core.Views-3.3</Name>
    117     </ProjectReference>
    118108    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    119109      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
     
    123113      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
    124114      <Name>HeuristicLab.Data-3.3</Name>
    125     </ProjectReference>
    126     <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.2\HeuristicLab.MainForm.WindowsForms-3.2.csproj">
    127       <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
    128       <Name>HeuristicLab.MainForm.WindowsForms-3.2</Name>
    129     </ProjectReference>
    130     <ProjectReference Include="..\..\HeuristicLab.MainForm\3.2\HeuristicLab.MainForm-3.2.csproj">
    131       <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
    132       <Name>HeuristicLab.MainForm-3.2</Name>
    133115    </ProjectReference>
    134116    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
     
    158140  </ItemGroup>
    159141  <ItemGroup>
    160     <EmbeddedResource Include="Views\SymbolicExpressionTreeView.resx">
    161       <DependentUpon>SymbolicExpressionTreeView.cs</DependentUpon>
    162     </EmbeddedResource>
    163   </ItemGroup>
    164   <ItemGroup>
    165142    <Folder Include="Manipulators\" />
    166143  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.