Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/17/10 15:55:45 (14 years ago)
Author:
gkronber
Message:

Implemented view for symbolic expression grammars and symbols. #1014

Location:
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.3
Files:
4 added
2 edited

Legend:

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

    r3797 r3824  
    8282  </ItemGroup>
    8383  <ItemGroup>
     84    <Compile Include="DefaultSymbolicExpressionGrammarView.cs">
     85      <SubType>UserControl</SubType>
     86    </Compile>
     87    <Compile Include="DefaultSymbolicExpressionGrammarView.Designer.cs">
     88      <DependentUpon>DefaultSymbolicExpressionGrammarView.cs</DependentUpon>
     89    </Compile>
     90    <Compile Include="SymbolView.cs">
     91      <SubType>UserControl</SubType>
     92    </Compile>
     93    <Compile Include="SymbolView.Designer.cs">
     94      <DependentUpon>SymbolView.cs</DependentUpon>
     95    </Compile>
    8496    <Compile Include="GraphicalSymbolicExpressionTreeView.cs">
    8597      <SubType>UserControl</SubType>
     
    105117  </ItemGroup>
    106118  <ItemGroup>
     119    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
     120      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
     121      <Name>HeuristicLab.Collections-3.3</Name>
     122    </ProjectReference>
    107123    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    108124      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
     
    139155    <None Include="Properties\AssemblyInfo.frame" />
    140156  </ItemGroup>
     157  <ItemGroup>
     158    <EmbeddedResource Include="DefaultSymbolicExpressionGrammarView.resx">
     159      <DependentUpon>DefaultSymbolicExpressionGrammarView.cs</DependentUpon>
     160    </EmbeddedResource>
     161    <EmbeddedResource Include="SymbolView.resx">
     162      <DependentUpon>SymbolView.cs</DependentUpon>
     163    </EmbeddedResource>
     164  </ItemGroup>
    141165  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    142166  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.3/HeuristicLabEncodingsSymbolicExpressionTreeEncodingViewsPlugin.cs.frame

    r3437 r3824  
    2828  [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views", "3.3.0.$WCREV$")]
    2929  [PluginFile("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.dll", PluginFileType.Assembly)]
     30  [PluginDependency("HeuristicLab.Collections", "3.3.0.0")]
    3031  [PluginDependency("HeuristicLab.Common", "3.3.0.0")]
    3132  [PluginDependency("HeuristicLab.Core", "3.3.0.0")]
Note: See TracChangeset for help on using the changeset viewer.