Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4821


Ignore:
Timestamp:
11/16/10 18:18:23 (14 years ago)
Author:
swinkler
Message:

Worked on symbolic expression tree formatters: Initialized formatter for Smalltalk, deleted obsolete file. (#1270)

Location:
branches/SmalltalkExport
Files:
3 added
1 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters/3.3/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters.csproj

    r4820 r4821  
    3838  </PropertyGroup>
    3939  <ItemGroup>
     40    <Reference Include="HeuristicLab.Common-3.3">
     41      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
     42    </Reference>
     43    <Reference Include="HeuristicLab.Core-3.3">
     44      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
     45    </Reference>
     46    <Reference Include="HeuristicLab.Core.Views-3.3">
     47      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
     48    </Reference>
     49    <Reference Include="HeuristicLab.MainForm-3.3">
     50      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
     51    </Reference>
     52    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
     53      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
     54    </Reference>
     55    <Reference Include="HeuristicLab.Persistence-3.3">
     56      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
     57    </Reference>
    4058    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    4159      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    4260    </Reference>
     61    <Reference Include="Microsoft.Build.Conversion.v3.5" />
    4362    <Reference Include="System" />
    4463    <Reference Include="System.Core" />
     64    <Reference Include="System.Drawing" />
     65    <Reference Include="System.Windows.Forms" />
    4566    <Reference Include="System.Xml.Linq" />
    4667    <Reference Include="System.Data.DataSetExtensions" />
     
    5677    <Compile Include="HeuristicLabEncodingsSymbolicExpressionTreeEncodingFormattersPlugin.cs" />
    5778    <Compile Include="Properties\AssemblyInfo.cs" />
     79    <Compile Include="SymbolicExpressionTreeSmalltalkStringFormatter.cs" />
     80    <Compile Include="SymbolicExpressionSmalltalkView.cs">
     81      <SubType>UserControl</SubType>
     82    </Compile>
     83    <Compile Include="SymbolicExpressionSmalltalkView.Designer.cs">
     84      <DependentUpon>SymbolicExpressionSmalltalkView.cs</DependentUpon>
     85    </Compile>
     86  </ItemGroup>
     87  <ItemGroup>
     88    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
     89      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
     90      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
     91    </ProjectReference>
    5892  </ItemGroup>
    5993  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  • branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters/3.3/HeuristicLabEncodingsSymbolicExpressionTreeEncodingFormattersPlugin.cs

    r4820 r4821  
    2626
    2727namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters {
    28   [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters", "3.3.1.0")]
    29   [PluginFile("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.dll", PluginFileType.Assembly)]
     28  [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters", "3.3.1.4820")]
     29  [PluginFile("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters-3.3.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Analysis", "3.3.1.0")]
    3131  [PluginDependency("HeuristicLab.Collections", "3.3.1.0")]
     
    3838  [PluginDependency("HeuristicLab.Parameters", "3.3.1.0")]
    3939  [PluginDependency("HeuristicLab.Persistence", "3.3.1.0")]
    40   public class HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin : PluginBase {
     40  public class HeuristicLabEncodingsSymbolicExpressionTreeEncodingFormattersPlugin : PluginBase {
    4141  }
    4242}
  • branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters/3.3/HeuristicLabEncodingsSymbolicExpressionTreeEncodingFormattersPlugin.cs.frame

    r4820 r4821  
    2727namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters {
    2828  [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters", "3.3.1.$WCREV$")]
    29   [PluginFile("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.dll", PluginFileType.Assembly)]
     29  [PluginFile("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters-3.3.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Analysis", "3.3.1.0")]
    3131  [PluginDependency("HeuristicLab.Collections", "3.3.1.0")]
     
    3838  [PluginDependency("HeuristicLab.Parameters", "3.3.1.0")]
    3939  [PluginDependency("HeuristicLab.Persistence", "3.3.1.0")]
    40   public class HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin : PluginBase {
     40  public class HeuristicLabEncodingsSymbolicExpressionTreeEncodingFormattersPlugin : PluginBase {
    4141  }
    4242}
  • branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters/3.3/Properties/AssemblyInfo.cs

    r4820 r4821  
    4545
    4646[assembly: AssemblyVersion("3.3.0.0")]
    47 [assembly: AssemblyFileVersion("3.3.1.0")]
     47[assembly: AssemblyFileVersion("3.3.1.4820")]
  • branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.3/HeuristicLabEncodingsSymbolicExpressionTreeEncodingViewsPlugin.cs

    r4820 r4821  
    2626
    2727namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views {
    28   [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views", "3.3.1.4804")]
     28  [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views", "3.3.1.4820")]
    2929  [PluginFile("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Collections", "3.3")]
  • branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.3/Properties/AssemblyInfo.cs

    r4820 r4821  
    4545
    4646[assembly: AssemblyVersion("3.3.0.0")]
    47 [assembly: AssemblyFileVersion("3.3.1.4804")]
     47[assembly: AssemblyFileVersion("3.3.1.4820")]
  • branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs

    r4820 r4821  
    2626
    2727namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding {
    28   [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.3.1.4804")]
     28  [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.3.1.4820")]
    2929  [PluginFile("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Analysis", "3.3.1.0")]
  • branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Properties/AssemblyInfo.cs

    r4820 r4821  
    4545
    4646[assembly: AssemblyVersion("3.3.0.0")]
    47 [assembly: AssemblyFileVersion("3.3.1.4804")]
     47[assembly: AssemblyFileVersion("3.3.1.4820")]
Note: See TracChangeset for help on using the changeset viewer.