Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/09/10 17:28:32 (14 years ago)
Author:
gkronber
Message:

Added first version of architecture altering operators for ADFs. #290 (Implement ADFs)

File:
1 edited

Legend:

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

    r3244 r3294  
    8989    </Compile>
    9090    <Compile Include="HeuristicLabEncodingsSymbolicExpressionTreeEncodingViewsPlugin.cs" />
     91    <Compile Include="PropertiesView.cs">
     92      <SubType>UserControl</SubType>
     93    </Compile>
     94    <Compile Include="PropertiesView.Designer.cs">
     95      <DependentUpon>PropertiesView.cs</DependentUpon>
     96    </Compile>
    9197    <Compile Include="Properties\AssemblyInfo.cs" />
    9298    <Compile Include="Properties\Resources.Designer.cs">
     
    110116  </ItemGroup>
    111117  <ItemGroup>
     118    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
     119      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
     120      <Name>HeuristicLab.Core.Views-3.3</Name>
     121    </ProjectReference>
    112122    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    113123      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
     
    140150      <DependentUpon>GraphicalSymbolicExpressionTreeView.cs</DependentUpon>
    141151    </EmbeddedResource>
     152    <EmbeddedResource Include="PropertiesView.resx">
     153      <DependentUpon>PropertiesView.cs</DependentUpon>
     154    </EmbeddedResource>
    142155    <EmbeddedResource Include="Properties\Resources.resx">
    143156      <Generator>ResXFileCodeGenerator</Generator>
Note: See TracChangeset for help on using the changeset viewer.